Skip to content

Commit

Permalink
ocxl_afp3: update offset mask to cover full buffer by default
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic Barrat <fbarrat@linux.ibm.com>
  • Loading branch information
fbarrat authored and deece committed Dec 27, 2018
1 parent 36ce942 commit 71a6d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion afutests/afp/ocxl_afp3.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ static int npu_ld = 0;
static int npu_st = 0;
static uint16_t numLoops = 3;
static uint16_t waitTime = 2;
static uint64_t offsetmask = 0x7f; // Default to 512kB
static uint64_t offsetmask = 0x3FF; // Default to 4MB

static uint64_t enableAfu = 0x8000000000000000;
static uint64_t disableAfu = 0x0000000000000000;
Expand Down

0 comments on commit 71a6d02

Please # to comment.