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

2020-10-10 Thread Ananyev, Konstantin
Hi David, > > > 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

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

2020-10-09 Thread Coyle, David
Hi Konstantin, thanks for your review > -Original Message- > From: Ananyev, Konstantin > Sent: Wednesday, October 7, 2020 3:59 PM > > > > > This patch adds support for run-time selection of the optimal > > architecture-specific CRC path, based on the supported instruction > > set(s) o

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

2020-10-07 Thread Ananyev, Konstantin
> > 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 auto

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

2020-10-06 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