Re: [dpdk-dev] [PATCH v5 1/2] net: add run-time architecture specific CRC selection

2020-10-13 Thread Bruce Richardson
On Fri, Oct 09, 2020 at 02:50:44PM +0100, Mairtin o Loingsigh wrote: > This patch adds support for run-time selection of the optimal > architecture-specific CRC path, based on the supported instruction set(s) > of the CPU. > > The compiler option checks have been moved from the C files to the meso

Re: [dpdk-dev] [PATCH v5 1/2] net: add run-time architecture specific CRC selection

2020-10-10 Thread Ruifeng Wang
dan.r...@intel.com; mairtin.oloings...@intel.com; > david.co...@intel.com > Subject: [dpdk-dev] [PATCH v5 1/2] net: add run-time architecture specific > CRC selection > > This patch adds support for run-time selection of the optimal architecture- > specific CRC path, based on the supported ins

Re: [dpdk-dev] [PATCH v5 1/2] net: add run-time architecture specific CRC selection

2020-10-09 Thread Singh, Jasvinder
> -Original Message- > From: O'loingsigh, Mairtin > Sent: Friday, October 9, 2020 2:51 PM > To: Singh, Jasvinder ; Richardson, Bruce > ; De Lara Guarch, Pablo > ; Ananyev, Konstantin > > Cc: dev@dpdk.org; Ryan, Brendan ; O'loingsigh, > Mairtin ; Coyle, David > > Subject: [PATCH v5 1/2

[dpdk-dev] [PATCH v5 1/2] net: add run-time architecture specific CRC selection

2020-10-09 Thread Mairtin o Loingsigh
This patch adds support for run-time selection of the optimal architecture-specific CRC path, based on the supported instruction set(s) of the CPU. The compiler option checks have been moved from the C files to the meson script. The rte_cpu_get_flag_enabled function is called automatically by the