Re: [dpdk-dev] [PATCH v3 1/2] librte_net: add crc compute APIs

2017-03-13 Thread Singh, Jasvinder
Hi Konstantin, > -Original Message- > From: Ananyev, Konstantin > Sent: Monday, March 13, 2017 3:06 AM > To: Singh, Jasvinder ; dev@dpdk.org > Cc: Doherty, Declan ; De Lara Guarch, Pablo > > Subject: RE: [dpdk-dev] [PATCH v3 1/2] librte_net: add crc compute A

Re: [dpdk-dev] [PATCH v3 1/2] librte_net: add crc compute APIs

2017-03-12 Thread Ananyev, Konstantin
Hi Jasvinder, > > APIs for selecting the architecure specific implementation and computing > the crc (16-bit and 32-bit CRCs) are added. For CRCs calculation, scalar > as well as x86 intrinsic(sse4.2) versions are implemented. > > The scalar version is based on generic Look-Up Table(LUT) algorit

[dpdk-dev] [PATCH v3 1/2] librte_net: add crc compute APIs

2017-03-12 Thread Jasvinder Singh
APIs for selecting the architecure specific implementation and computing the crc (16-bit and 32-bit CRCs) are added. For CRCs calculation, scalar as well as x86 intrinsic(sse4.2) versions are implemented. The scalar version is based on generic Look-Up Table(LUT) algorithm, while x86 intrinsic vers