Re: [dpdk-dev] [PATCH] ethdev: fix last item detection on RSS flow expand

2019-11-11 Thread Ferruh Yigit
On 11/11/2019 5:41 PM, Ori Kam wrote: > > >> -Original Message- >> From: dev On Behalf Of Matan Azrad >> Sent: Monday, November 11, 2019 12:42 PM >> To: dev@dpdk.org >> Cc: Ori Kam ; Jack Min >> Subject: [dpdk-dev] [PATCH] ethdev: fix

Re: [dpdk-dev] [PATCH] ethdev: fix last item detection on RSS flow expand

2019-11-11 Thread Ori Kam
Checked and acked. Best, Ori > -Original Message- > From: Ferruh Yigit > Sent: Monday, November 11, 2019 7:14 PM > To: Matan Azrad ; dev@dpdk.org > Cc: Ori Kam ; Jack Min > Subject: Re: [dpdk-dev] [PATCH] ethdev: fix last item detection on RSS flow > expand >

Re: [dpdk-dev] [PATCH] ethdev: fix last item detection on RSS flow expand

2019-11-11 Thread Ori Kam
> -Original Message- > From: dev On Behalf Of Matan Azrad > Sent: Monday, November 11, 2019 12:42 PM > To: dev@dpdk.org > Cc: Ori Kam ; Jack Min > Subject: [dpdk-dev] [PATCH] ethdev: fix last item detection on RSS flow > expand > > There is a rte_flow A

Re: [dpdk-dev] [PATCH] ethdev: fix last item detection on RSS flow expand

2019-11-11 Thread Ferruh Yigit
On 11/11/2019 10:42 AM, Matan Azrad wrote: > There is a rte_flow API which expands a RSS flow pattern to multipile > patterns according to the RSS hash types in the RSS action > configuration. > > Aa part of the expansion, detection of the last item of the flow uses > the "next proto" field of the

Re: [dpdk-dev] [PATCH] ethdev: fix last item detection on RSS flow expand

2019-11-11 Thread Jack Min
On Mon, 19-11-11, 10:42, Matan Azrad wrote: > There is a rte_flow API which expands a RSS flow pattern to multipile > patterns according to the RSS hash types in the RSS action > configuration. > > Aa part of the expansion, detection of the last item of the flow uses > the "next proto" field of th

[dpdk-dev] [PATCH] ethdev: fix last item detection on RSS flow expand

2019-11-11 Thread Matan Azrad
There is a rte_flow API which expands a RSS flow pattern to multipile patterns according to the RSS hash types in the RSS action configuration. Aa part of the expansion, detection of the last item of the flow uses the "next proto" field of the last configured item in the pattern list. Wrongly, the