Re: [dpdk-dev] [PATCH v11 0/2] librte_net: add crc computation support

2017-04-05 Thread Thomas Monjalon
2017-04-05 21:49, 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 v11 0/2] librte_net: add crc computation support

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