Re: [dpdk-dev] [PATCH v9 0/3] librte_net: add crc computation support

2017-04-05 Thread Singh, Jasvinder
; olivier.m...@6wind.com; Doherty, Declan > > ; De Lara Guarch, Pablo > > > > Subject: Re: [dpdk-dev] [PATCH v9 0/3] librte_net: add crc computation > > support > > > > 2017-04-05 08:34, Singh, Jasvinder: > > > Hi Thomas, > > > > > > Fro

Re: [dpdk-dev] [PATCH v9 0/3] librte_net: add crc computation support

2017-04-05 Thread Richardson, Bruce
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Wednesday, April 5, 2017 10:01 AM > To: Singh, Jasvinder > Cc: dev@dpdk.org; olivier.m...@6wind.com; Doherty, Declan > ; De Lara Guarch, Pablo > > Subject: Re:

Re: [dpdk-dev] [PATCH v9 0/3] librte_net: add crc computation support

2017-04-05 Thread Thomas Monjalon
2017-04-05 08:34, Singh, Jasvinder: > Hi Thomas, > > From: Thomas Monjalon [mailto:thomas.monja...@6wind.com] > > 2017-03-30 17:15, Jasvinder Singh: > > > In some applications, CRC (Cyclic Redundancy Check) needs to be > > > computed or updated during packet processing operations. This patchset >

Re: [dpdk-dev] [PATCH v9 0/3] librte_net: add crc computation support

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

Re: [dpdk-dev] [PATCH v9 0/3] librte_net: add crc computation support

2017-04-04 Thread Thomas Monjalon
2017-03-30 17:15, Jasvinder Singh: > In some applications, CRC (Cyclic Redundancy Check) needs to be computed > or updated during packet processing operations. This patchset adds > software implementation of some common standard CRCs (32-bit Ethernet > CRC as per Ethernet/[ISO/IEC 8802-3] and 16-bi

[dpdk-dev] [PATCH v9 0/3] librte_net: add crc computation support

2017-03-30 Thread Jasvinder Singh
In some applications, CRC (Cyclic Redundancy Check) needs to be computed or updated during packet processing operations. This patchset adds software implementation of some common standard CRCs (32-bit Ethernet CRC as per Ethernet/[ISO/IEC 8802-3] and 16-bit CCITT-CRC [ITU-T X.25]). Two versions of