Re: [PATCH] net/tap: Fixed RSS algorithm to support fragmented packets

2023-01-19 Thread Ferruh Yigit
On 4/20/2022 12:24 PM, madhuker.myt...@oracle.com wrote: > From: Madhuker Mythri > > As per analysis on Tap PMD, the existing RSS algorithm considering > 4-tuple(Src-IP, Dst-IP, Src-port and Dst-port) and identification of > fragment packets is not done, thus we are seeing all the fragmented > ch

Re: [PATCH] net/tap: Fixed RSS algorithm to support fragmented packets

2022-06-03 Thread Stephen Hemminger
On Fri, 3 Jun 2022 08:53:59 -0700 Stephen Hemminger wrote: > On Fri, 25 Mar 2022 20:58:09 +0530 > madhuker.myt...@oracle.com wrote: > > > From: Madhuker Mythri > > > > As per analysis on DPDK Tap PMD, the existing RSS algorithm considering > > 4-tuple(Src-IP, Dst-IP, Src-port and Dst-port) an

Re: [PATCH] net/tap: Fixed RSS algorithm to support fragmented packets

2022-06-03 Thread Stephen Hemminger
On Fri, 25 Mar 2022 20:58:09 +0530 madhuker.myt...@oracle.com wrote: > From: Madhuker Mythri > > As per analysis on DPDK Tap PMD, the existing RSS algorithm considering > 4-tuple(Src-IP, Dst-IP, Src-port and Dst-port) and identification of fragment > packets is not done, thus we are seeing all

[PATCH] net/tap: Fixed RSS algorithm to support fragmented packets

2022-04-20 Thread madhuker . mythri
From: Madhuker Mythri As per analysis on Tap PMD, the existing RSS algorithm considering 4-tuple(Src-IP, Dst-IP, Src-port and Dst-port) and identification of fragment packets is not done, thus we are seeing all the fragmented chunks of single packet differs in RSS hash value and distributed acros

[PATCH] net/tap: Fixed RSS algorithm to support fragmented packets

2022-03-25 Thread madhuker . mythri
From: Madhuker Mythri As per analysis on DPDK Tap PMD, the existing RSS algorithm considering 4-tuple(Src-IP, Dst-IP, Src-port and Dst-port) and identification of fragment packets is not done, thus we are seeing all the fragmented chunks of single packet differs RSS hash value and distributed