Re: [dpdk-dev] [PATCH v2 0/3] enable AVX512 for iavf

2020-09-17 Thread Morten Brørup
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Bruce Richardson > Sent: Thursday, September 17, 2020 11:13 AM > > On Thu, Sep 17, 2020 at 09:37:29AM +0200, Morten Brørup wrote: > > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Wenzhuo Lu > > > Sent: Thursday, September 17, 2020 3:

Re: [dpdk-dev] [PATCH v2 0/3] enable AVX512 for iavf

2020-09-17 Thread Bruce Richardson
On Thu, Sep 17, 2020 at 09:37:29AM +0200, Morten Brørup wrote: > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Wenzhuo Lu > > Sent: Thursday, September 17, 2020 3:40 AM > > > > AVX512 instructions is supported by more and more platforms. These > > instructions > > can be used in the data

Re: [dpdk-dev] [PATCH v2 0/3] enable AVX512 for iavf

2020-09-17 Thread Morten Brørup
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Wenzhuo Lu > Sent: Thursday, September 17, 2020 3:40 AM > > AVX512 instructions is supported by more and more platforms. These > instructions > can be used in the data path to enhance the per-core performance of > packet > processing. > Compar

[dpdk-dev] [PATCH v2 0/3] enable AVX512 for iavf

2020-09-16 Thread Wenzhuo Lu
AVX512 instructions is supported by more and more platforms. These instructions can be used in the data path to enhance the per-core performance of packet processing. Comparing with the existing implementation, this path set introduces some AVX512 instructions into the iavf data path, and we get a