Re: [PATCH v3 0/6] support L2TPv2 for AVF RSS hash and FDIR

2022-02-01 Thread Ferruh Yigit
On 1/29/2022 6:24 AM, Jie Wang wrote: Support IAVF L2TPv2(include PPP over L2tpv2) RSS hash and flow director. Required to distribute packets based on outer MAC src address and L2TPv2 session ID. Support IAVF PPPoL2TPv2oUDP flow director. Required to distribute packets based on inner IP src+dest

[PATCH v3 0/6] support L2TPv2 for AVF RSS hash and FDIR

2022-01-28 Thread Jie Wang
Support IAVF L2TPv2(include PPP over L2tpv2) RSS hash and flow director. Required to distribute packets based on outer MAC src address and L2TPv2 session ID. Support IAVF PPPoL2TPv2oUDP flow director. Required to distribute packets based on inner IP src+dest address and TCP/UDP src+dest port. ---