Re: [dpdk-dev] [PATCH v2 0/3] net/i40e: add FDIR ID to vector rx

2019-10-20 Thread Ye Xiaolong
On 10/09, Harry van Haaren wrote: >v2: >- Improve RSS clearning in SSE 16B descriptor >- Fix AVX 16B descriptor data handling > >--- > >Hey All, > >This series adds FDIR ID support to the vector Rx routines. >Support for both the SSE and AVX drivers is added, and both >the 16 byte and 32 byte descr

Re: [dpdk-dev] [PATCH v2 0/3] net/i40e: add FDIR ID to vector rx

2019-10-10 Thread Ergin, Mesut A
> -Original Message- > From: Zhang, Qi Z > Sent: Wednesday, October 9, 2019 5:02 PM > To: Van Haaren, Harry ; dev@dpdk.org > Cc: Ergin, Mesut A > Subject: RE: [PATCH v2 0/3] net/i40e: add FDIR ID to vector rx > > > > > -Original Message- > > From: Van Haaren, Harry > > Sent:

Re: [dpdk-dev] [PATCH v2 0/3] net/i40e: add FDIR ID to vector rx

2019-10-09 Thread Zhang, Qi Z
> -Original Message- > From: Van Haaren, Harry > Sent: Wednesday, October 9, 2019 11:20 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Ergin, Mesut A > ; Van Haaren, Harry > > Subject: [PATCH v2 0/3] net/i40e: add FDIR ID to vector rx > > v2: > - Improve RSS clearning in SSE 16B descriptor

[dpdk-dev] [PATCH v2 0/3] net/i40e: add FDIR ID to vector rx

2019-10-09 Thread Harry van Haaren
v2: - Improve RSS clearning in SSE 16B descriptor - Fix AVX 16B descriptor data handling --- Hey All, This series adds FDIR ID support to the vector Rx routines. Support for both the SSE and AVX drivers is added, and both the 16 byte and 32 byte descriptors are implemented. A v1/RFC for this fu