aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/dpdk/cryptodev
AgeCommit message (Expand)AuthorFilesLines
2021-09-13dpdk: fix prefetch assert on ArmTianyu Li1-4/+4
2021-07-15misc: replace CLIB_PREFETCH with clib_prefetch_{load,store}Damjan Marion2-9/+9
2021-06-04dpdk: silence coverity warning on use of uninitialized valuepibr1-0/+1
2021-05-27dpdk: bump to 21.05Fan Zhang1-0/+13
2021-05-26dpdk: fix missing symbolFan Zhang1-2/+1
2021-05-07dpdk: fix cryptodev session handlerFan Zhang1-0/+4
2021-04-23dpdk: support md5 async handler in dpdk cryptodevAlexander Chernavin1-0/+3
2021-04-09dpdk: selection of cryptodev engine data-pathFan Zhang5-2727/+2074
2021-03-31dpdk: fix packet offset for GCM crypto opsRobert Shearman1-0/+1
2021-03-26vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads()Damjan Marion1-1/+1
2021-03-17dpdk: cryptodev session managementpibr1-108/+377
2021-03-04dpdk: deprecate ipsec backendFan Zhang2-467/+578
2021-02-19dpdk: fix cryptodev offset updateFan Zhang1-11/+8
2020-12-18dpdk: rebase cryptodev engine for dpdk 20.11Fan Zhang1-120/+126
2020-12-04crypto: fixed async frame enqueue race conditionPiotrX Kleski1-1/+0
2020-10-21vlib: print logs to stderr if interactive or nosyslog setDamjan Marion2-8/+2
2020-09-29dpdk: fix compileFan Zhang1-49/+13
2020-09-09crypto: change cryptodev with new cryptodev APIFan Zhang1-0/+1536
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 Zhang2-0/+1402