Re: [PATCH] net/tap: add deprecation notice for RTE_FLOW_ACTION_RSS

2023-12-14 Thread kumaraparameshwaran rathinavel
On Fri, Dec 15, 2023, 8:31 AM Stephen Hemminger wrote: > On Fri, 15 Dec 2023 00:18:41 +0530 > kumaraparameshwaran rathinavel wrote: > > > On Thu, Dec 14, 2023, 11:20 PM Stephen Hemminger < > step...@networkplumber.org> > > wrote: > > > > > The BPF infrastructure in kernel changed which broke the

Re: [PATCH] net/tap: add deprecation notice for RTE_FLOW_ACTION_RSS

2023-12-14 Thread Stephen Hemminger
On Thu, 14 Dec 2023 09:49:51 -0800 Stephen Hemminger wrote: > The BPF infrastructure in kernel changed which broke the method > being used to load the RSS part of rte_flow in the TAP device. > Since this is a little used feature, and fixing the problem would > be moderately complex and create new

Re: [PATCH] net/tap: add deprecation notice for RTE_FLOW_ACTION_RSS

2023-12-14 Thread kumaraparameshwaran rathinavel
On Thu, Dec 14, 2023, 11:20 PM Stephen Hemminger wrote: > The BPF infrastructure in kernel changed which broke the method > being used to load the RSS part of rte_flow in the TAP device. > Since this is a little used feature, and fixing the problem would > be moderately complex and create new dep

Re: [PATCH] net/tap: add deprecation notice for RTE_FLOW_ACTION_RSS

2023-12-14 Thread Ferruh Yigit
On 12/14/2023 5:49 PM, Stephen Hemminger wrote: > The BPF infrastructure in kernel changed which broke the method > being used to load the RSS part of rte_flow in the TAP device. > Since this is a little used feature, and fixing the problem would > be moderately complex and create new dependency on

[PATCH] net/tap: add deprecation notice for RTE_FLOW_ACTION_RSS

2023-12-14 Thread Stephen Hemminger
The BPF infrastructure in kernel changed which broke the method being used to load the RSS part of rte_flow in the TAP device. Since this is a little used feature, and fixing the problem would be moderately complex and create new dependency on libbpf, mark the feature as deprecated and plan for rem