Re: [dpdk-dev] [PATCH] net/mlx5: fix calculation of struct size in bytes

2018-10-09 Thread Ferruh Yigit
On 10/9/2018 11:26 AM, Shahaf Shuler wrote: > Tuesday, October 9, 2018 12:22 AM, Yongseok Koh: >> Subject: Re: [dpdk-dev] [PATCH] net/mlx5: fix calculation of struct size in >> bytes >> >> On Mon, Oct 08, 2018 at 06:57:49AM -0700, Ori Kam wrote: >>>> Su

Re: [dpdk-dev] [PATCH] net/mlx5: fix calculation of struct size in bytes

2018-10-09 Thread Shahaf Shuler
Tuesday, October 9, 2018 12:22 AM, Yongseok Koh: > Subject: Re: [dpdk-dev] [PATCH] net/mlx5: fix calculation of struct size in > bytes > > On Mon, Oct 08, 2018 at 06:57:49AM -0700, Ori Kam wrote: > > > Subject: [dpdk-dev] [PATCH] net/mlx5: fix calculation of struc

Re: [dpdk-dev] [PATCH] net/mlx5: fix calculation of struct size in bytes

2018-10-08 Thread Yongseok Koh
On Mon, Oct 08, 2018 at 06:57:49AM -0700, Ori Kam wrote: > > > > -Original Message- > > From: dev On Behalf Of Dekel Peled > > Sent: Monday, October 8, 2018 4:35 PM > > To: Yongseok Koh ; Shahaf Shuler > > > > Cc: dev@dpdk.org; Ori Kam >

Re: [dpdk-dev] [PATCH] net/mlx5: fix calculation of struct size in bytes

2018-10-08 Thread Ori Kam
> -Original Message- > From: dev On Behalf Of Dekel Peled > Sent: Monday, October 8, 2018 4:35 PM > To: Yongseok Koh ; Shahaf Shuler > > Cc: dev@dpdk.org; Ori Kam > Subject: [dpdk-dev] [PATCH] net/mlx5: fix calculation of struct size in bytes > > Update

[dpdk-dev] [PATCH] net/mlx5: fix calculation of struct size in bytes

2018-10-08 Thread Dekel Peled
Update definition of MLX5_ST_SZ_DB to calculate struct size correctly. Fixes: 86a8d2b59f54 ("net/mlx5: add Direct Verbs prepare function") Cc: or...@mellanox.com Signed-off-by: Dekel Peled --- drivers/net/mlx5/mlx5_prm.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/