Re: [PATCH] net/bonding: avoid RSS reta update in flow-isolation mode

2025-07-07 Thread Stephen Hemminger
On Fri, 4 Jul 2025 19:20:31 +0530 madhuker.myt...@oracle.com wrote: > From: Madhuker Mythri > > In bonding PMD, member_start() function checks whether RSS(mq_mode) is > enabled and then calling the RSS rte_eth_dev_rss_reta_update() API, which > is returning error in-case of device configured in

[PATCH] net/bonding: avoid RSS reta update in flow-isolation mode

2025-07-04 Thread madhuker . mythri
From: Madhuker Mythri In bonding PMD, member_start() function checks whether RSS(mq_mode) is enabled and then calling the RSS rte_eth_dev_rss_reta_update() API, which is returning error in-case of device configured in flow isolation-mode. When the device configured with flow isolation mode RSS re

[PATCH] net/bonding: avoid RSS reta update in flow-isolation mode

2025-07-04 Thread madhuker . mythri
From: Madhuker Mythri In bonding PMD, member_start() function checks whether RSS(mq_mode) is enabled and then calling the RSS rte_eth_dev_rss_reta_update() API, which is returning error in-case of device configured in flow isolation-mode. When the device configured with flow isolation mode RSS re

Re: [PATCH] net/bonding: avoid RSS reta update in flow-isolation mode

2025-07-03 Thread Stephen Hemminger
On Thu, 3 Jul 2025 17:29:03 +0530 madhuker.myt...@oracle.com wrote: > From: Madhuker Mythri > > In bonding PMD, member_start() function checks whether RSS(mq_mode) is > enabled and then calling the RSS rte_eth_dev_rss_reta_update() API, which > is returning error in-case of device configured in

[PATCH] net/bonding: avoid RSS reta update in flow-isolation mode

2025-07-03 Thread madhuker . mythri
From: Madhuker Mythri In bonding PMD, member_start() function checks whether RSS(mq_mode) is enabled and then calling the RSS rte_eth_dev_rss_reta_update() API, which is returning error in-case of device configured in flow isolation-mode. When the device configured with flow isolation mode RSS re

[PATCH] net/bonding: avoid RSS reta update in flow-isolation mode

2025-07-03 Thread madhuker . mythri
From: Madhuker Mythri In bonding PMD, member_start() function checks whether RSS(mq_mode) is enabled and then calling the RSS rte_eth_dev_rss_reta_update() API, which is returning error in-case of device configured in flow isolation-mode. When the device configured with flow isolation mode RSS re