RE: [PATCH] net/nfp: add the feature of RSS based on VXLAN inner layer

2022-10-14 Thread Chaoyong He
> On 10/14/2022 2:15 AM, Chaoyong He wrote: > >> On 10/10/2022 7:28 AM, Chaoyong He wrote: > >>> Add the logics to support the feature of RSS packets based on the > >>> inner layer of VXLAN tunnel. > >>> > >>> Signed-off-by: Chaoyong He > >>> Reviewed-by: Niklas Söderlund > >>> > >>> Depends-on:

Re: [PATCH] net/nfp: add the feature of RSS based on VXLAN inner layer

2022-10-14 Thread Ferruh Yigit
On 10/14/2022 2:15 AM, Chaoyong He wrote: On 10/10/2022 7:28 AM, Chaoyong He wrote: Add the logics to support the feature of RSS packets based on the inner layer of VXLAN tunnel. Signed-off-by: Chaoyong He Reviewed-by: Niklas Söderlund Depends-on: series-24819 ("preparation for the rte_flow

RE: [PATCH] net/nfp: add the feature of RSS based on VXLAN inner layer

2022-10-13 Thread Chaoyong He
> On 10/10/2022 7:28 AM, Chaoyong He wrote: > > Add the logics to support the feature of RSS packets based on the > > inner layer of VXLAN tunnel. > > > > Signed-off-by: Chaoyong He > > Reviewed-by: Niklas Söderlund > > > > Depends-on: series-24819 ("preparation for the rte_flow offload of nfp >

Re: [PATCH] net/nfp: add the feature of RSS based on VXLAN inner layer

2022-10-13 Thread Ferruh Yigit
On 10/10/2022 7:28 AM, Chaoyong He wrote: Add the logics to support the feature of RSS packets based on the inner layer of VXLAN tunnel. Signed-off-by: Chaoyong He Reviewed-by: Niklas Söderlund Depends-on: series-24819 ("preparation for the rte_flow offload of nfp PMD") --- drivers/net/nfp

[PATCH] net/nfp: add the feature of RSS based on VXLAN inner layer

2022-10-09 Thread Chaoyong He
Add the logics to support the feature of RSS packets based on the inner layer of VXLAN tunnel. Signed-off-by: Chaoyong He Reviewed-by: Niklas Söderlund Depends-on: series-24819 ("preparation for the rte_flow offload of nfp PMD") --- drivers/net/nfp/flower/nfp_flower.c | 2 +- dr