DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] net/mlx5: fix missing capability for RSS
@ 2018-01-22 20:52 Shahaf Shuler
  2018-01-22 23:49 ` Yongseok Koh
  0 siblings, 1 reply; 3+ messages in thread
From: Shahaf Shuler @ 2018-01-22 20:52 UTC (permalink / raw)
  To: nelio.laranjeiro, yskoh, adrien.mazarguil; +Cc: dev, stable

The PMD was not reporting the supported RSS capabilities.

Fixes: 2f97422e7759 ("mlx5: support RSS hash update and get")
Cc: stable@dpdk.org

Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
---
 drivers/net/mlx5/mlx5_ethdev.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/mlx5/mlx5_ethdev.c b/drivers/net/mlx5/mlx5_ethdev.c
index 6624888c9..c886aefea 100644
--- a/drivers/net/mlx5/mlx5_ethdev.c
+++ b/drivers/net/mlx5/mlx5_ethdev.c
@@ -692,6 +692,7 @@ mlx5_dev_infos_get(struct rte_eth_dev *dev, struct rte_eth_dev_info *info)
 		priv->reta_idx_n : config->ind_table_max_size;
 	info->hash_key_size = priv->rss_conf.rss_key_len;
 	info->speed_capa = priv->link_speed_capa;
+	info->flow_type_rss_offloads = ~MLX5_RSS_HF_MASK;
 	priv_unlock(priv);
 }
 
-- 
2.12.0

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] net/mlx5: fix missing capability for RSS
  2018-01-22 20:52 [dpdk-dev] [PATCH] net/mlx5: fix missing capability for RSS Shahaf Shuler
@ 2018-01-22 23:49 ` Yongseok Koh
  2018-01-25 15:45   ` Shahaf Shuler
  0 siblings, 1 reply; 3+ messages in thread
From: Yongseok Koh @ 2018-01-22 23:49 UTC (permalink / raw)
  To: Shahaf Shuler; +Cc: Nélio Laranjeiro, Adrien Mazarguil, dev, stable


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] net/mlx5: fix missing capability for RSS
  2018-01-22 23:49 ` Yongseok Koh
@ 2018-01-25 15:45   ` Shahaf Shuler
  0 siblings, 0 replies; 3+ messages in thread
From: Shahaf Shuler @ 2018-01-25 15:45 UTC (permalink / raw)
  To: Yongseok Koh; +Cc: Nélio Laranjeiro, Adrien Mazarguil, dev, stable

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

Applied to next-net-mlx, thanks.

> 
> Thanks

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-01-25 15:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-22 20:52 [dpdk-dev] [PATCH] net/mlx5: fix missing capability for RSS Shahaf Shuler
2018-01-22 23:49 ` Yongseok Koh
2018-01-25 15:45   ` Shahaf Shuler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).