DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] net/ngbe: fix RSS offload capability
@ 2023-07-20  9:01 Jiawen Wu
  2023-07-21 12:31 ` Ferruh Yigit
  0 siblings, 1 reply; 2+ messages in thread
From: Jiawen Wu @ 2023-07-20  9:01 UTC (permalink / raw)
  To: dev; +Cc: Jiawen Wu, stable

Fix missed RTE_ETH_RX_OFFLOAD_RSS_HASH flag in ngbe_get_rx_port_offloads().

Fixes: 0779d7f61991 ("net/ngbe: support RSS hash")
Cc: stable@dpdk.org

Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com>
---
 drivers/net/ngbe/ngbe_rxtx.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/ngbe/ngbe_rxtx.c b/drivers/net/ngbe/ngbe_rxtx.c
index 0c678e1557..f31906cc2f 100644
--- a/drivers/net/ngbe/ngbe_rxtx.c
+++ b/drivers/net/ngbe/ngbe_rxtx.c
@@ -2191,6 +2191,7 @@ ngbe_get_rx_port_offloads(struct rte_eth_dev *dev)
 		   RTE_ETH_RX_OFFLOAD_TCP_CKSUM   |
 		   RTE_ETH_RX_OFFLOAD_KEEP_CRC    |
 		   RTE_ETH_RX_OFFLOAD_VLAN_FILTER |
+		   RTE_ETH_RX_OFFLOAD_RSS_HASH    |
 		   RTE_ETH_RX_OFFLOAD_SCATTER;
 
 	if (hw->is_pf)
-- 
2.27.0


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

* Re: [PATCH] net/ngbe: fix RSS offload capability
  2023-07-20  9:01 [PATCH] net/ngbe: fix RSS offload capability Jiawen Wu
@ 2023-07-21 12:31 ` Ferruh Yigit
  0 siblings, 0 replies; 2+ messages in thread
From: Ferruh Yigit @ 2023-07-21 12:31 UTC (permalink / raw)
  To: Jiawen Wu, dev; +Cc: stable

On 7/20/2023 10:01 AM, Jiawen Wu wrote:
> Fix missed RTE_ETH_RX_OFFLOAD_RSS_HASH flag in ngbe_get_rx_port_offloads().
> 
> Fixes: 0779d7f61991 ("net/ngbe: support RSS hash")
> Cc: stable@dpdk.org
> 
> Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com>
>

Applied to dpdk-next-net/main, thanks.

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

end of thread, other threads:[~2023-07-21 12:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-20  9:01 [PATCH] net/ngbe: fix RSS offload capability Jiawen Wu
2023-07-21 12:31 ` Ferruh Yigit

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).