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

2017-04-05 Thread Singh, Jasvinder
Hi Thomas, > -Original Message- > From: Thomas Monjalon [mailto:thomas.monja...@6wind.com] > Sent: Wednesday, April 5, 2017 6:50 PM > To: Singh, Jasvinder > Cc: dev@dpdk.org; olivier.m...@6wind.com; Doherty, Declan > ; De Lara Guarch, Pablo > > Subject: Re: [

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

2017-04-05 Thread Thomas Monjalon
2017-04-05 15:58, 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 T

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

2017-04-05 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