[dpdk-dev] [PATCH v4 00/11] Snow3G bit-level support

2016-06-20 Thread Thomas Monjalon
> Pablo de Lara (11): > snow3g: rename libsso reference due to library update > doc: update build instructions for libsso_snow3g > snow3g: define IV/digest length macros > snow3g: support bit-level operations > snow3g: add missing feature flags > test: use new bit-level memcmp macro >

[dpdk-dev] [PATCH v4 00/11] Snow3G bit-level support

2016-06-20 Thread Pablo de Lara
The underlying library libsso for Snow3G PMD will be updated, to support bit-level operations. This patchset updates the PMD to allow the user to perform crypto operation at bit-level. It also add some unit tests and updates the documentation. This patchset depends on the following patchset: "Add