Re: [PATCH] net/ark: resize data field to match fpga access

2023-02-17 Thread Ferruh Yigit
On 2/17/2023 4:00 PM, Ed Czeck wrote: > all fpga accesses are multiples of 4 bytes > > Signed-off-by: Ed Czeck Applied to dpdk-next-net/main, thanks.

[PATCH] net/ark: resize data field to match fpga access

2023-02-17 Thread Ed Czeck
all fpga accesses are multiples of 4 bytes Signed-off-by: Ed Czeck --- drivers/net/ark/ark_mpu.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/net/ark/ark_mpu.h b/drivers/net/ark/ark_mpu.h index 9d2b70d35f..10842ba484 100644 --- a/drivers/net/ark/ark_mpu.h +++ b/d

[PATCH] net/ark: resize data field to match fpga access

2023-02-17 Thread Ed Czeck
all fpga acces are multiples of 4 bytes Signed-off-by: Ed Czeck --- drivers/net/ark/ark_mpu.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/net/ark/ark_mpu.h b/drivers/net/ark/ark_mpu.h index 9d2b70d35f..10842ba484 100644 --- a/drivers/net/ark/ark_mpu.h +++ b/driv