Re: [dpdk-dev] [PATCH] net/mlx5: fix missing capability for RSS

2018-01-25 Thread Shahaf Shuler
Tuesday, January 23, 2018 1:50 AM, Yongseok Koh: > > On Jan 22, 2018, at 12:52 PM, Shahaf Shuler > wrote: > > > > The PMD was not reporting the supported RSS capabilities. > > > > Fixes: 2f97422e7759 ("mlx5: support RSS hash update and get") > > Cc: sta...@dpdk.org > > > > Signed-off-by: Shahaf Sh

Re: [dpdk-dev] [PATCH] net/mlx5: fix missing capability for RSS

2018-01-22 Thread Yongseok Koh
> On Jan 22, 2018, at 12:52 PM, Shahaf Shuler wrote: > > The PMD was not reporting the supported RSS capabilities. > > Fixes: 2f97422e7759 ("mlx5: support RSS hash update and get") > Cc: sta...@dpdk.org > > Signed-off-by: Shahaf Shuler > --- Acked-by: Yongseok Koh Thanks

[dpdk-dev] [PATCH] net/mlx5: fix missing capability for RSS

2018-01-22 Thread Shahaf Shuler
The PMD was not reporting the supported RSS capabilities. Fixes: 2f97422e7759 ("mlx5: support RSS hash update and get") Cc: sta...@dpdk.org Signed-off-by: Shahaf Shuler --- drivers/net/mlx5/mlx5_ethdev.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/mlx5/mlx5_ethdev.c b/driver