aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/dpdk/cryptodev/cryptodev.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-24dpdk-cryptodev: add support chacha20-poly1305Gabriel Oginski1-4/+11
2022-01-12dpdk: bump to DPDK v21.11Damjan Marion1-5/+6
2021-11-30dpdk-cryptodev: scalable session countDastin Wilski1-95/+135
2021-06-04dpdk: silence coverity warning on use of uninitialized valuepibr1-0/+1
2021-05-07dpdk: fix cryptodev session handlerFan Zhang1-0/+4
2021-04-09dpdk: selection of cryptodev engine data-pathFan Zhang1-847/+564
2021-03-31dpdk: fix packet offset for GCM crypto opsRobert Shearman1-0/+1
2021-03-04dpdk: deprecate ipsec backendFan Zhang1-196/+233
2020-12-04crypto: fixed async frame enqueue race conditionPiotrX Kleski1-1/+0
2020-10-21vlib: print logs to stderr if interactive or nosyslog setDamjan Marion1-4/+1
2020-09-29dpdk: fix compileFan Zhang1-49/+13
2020-09-03crypto: SW scheduler async crypto enginePiotrX Kleski1-2/+4
2020-07-23dpdk: device_id sorted order for cryptodevVladimir Ratnikov1-0/+16
2020-07-16crypto: fix coverity issue for cryptodevFan Zhang1-65/+103
2020-06-15dpdk: cryptodev: fix non-null terminated stringsBenoƮt Ganne1-4/+4
2020-05-27dpdk: bump to DPDK v20.05Damjan Marion1-0/+7
2020-05-06crypto: fix coverity issuesFan Zhang1-5/+11
2020-04-30crypto: introduce async crypto infraFan Zhang1-0/+1377