Re: [PATCH mlx5-next] net/mlx5: Fix broken hca cap offset

2019-05-01 Thread Saeed Mahameed
On Wed, 2019-05-01 at 03:21 +, Saeed Mahameed wrote: > The cited commit broke the offsets of hca cap struct, fix it. > While at it, cleanup a white space introduced by the same commit. > > Fixes: b169e64a2444 ("net/mlx5: Geneve, Add flow table capabilities > for Geneve decap with TLV options")

[PATCH mlx5-next] net/mlx5: Fix broken hca cap offset

2019-04-30 Thread Saeed Mahameed
The cited commit broke the offsets of hca cap struct, fix it. While at it, cleanup a white space introduced by the same commit. Fixes: b169e64a2444 ("net/mlx5: Geneve, Add flow table capabilities for Geneve decap with TLV options") Reported-by: Qian Cai Cc: Yevgeny Kliteynik Signed-off-by: Saee