Age | Commit message (Expand) | Author | Files | Lines |
2024-03-22 | dpdk-cryptodev: fix coverity issues | Dmitry Valter | 1 | -1/+1 |
2023-12-07 | dpdk-cryptodev: fix crypto-dispatch node stats | Piotr Bronowski | 2 | -11/+7 |
2023-09-28 | dpdk-cryptodev: improve dequeue behavior, fix cache stats logging | Piotr Bronowski | 4 | -76/+88 |
2023-09-07 | dpdk-cryptodev: fix cache ring stats cli command | Piotr Bronowski | 1 | -14/+12 |
2023-08-22 | dpdk-cryptodev: fix coverity issues | Piotr Bronowski | 2 | -5/+8 |
2023-08-18 | dpdk-cryptodev: improve cryptodev cache ring implementation | Piotr Bronowski | 4 | -239/+353 |
2023-07-06 | dpdk-cryptodev: introduce sw_ring to the crypto op data path | Piotr Bronowski | 2 | -124/+235 |
2023-06-29 | dpdk-cryptodev: sync mbuf length with corresponding vlib buffer | Piotr Bronowski | 1 | -12/+21 |
2023-06-19 | dpdk-cryptodev: enq/deq scheme rework | Piotr Bronowski | 4 | -223/+210 |
2023-06-13 | dpdk-cryptodev: introduce sw_ring | Piotr Bronowski | 2 | -0/+66 |
2023-06-01 | crypto: make crypto-dispatch node working in adaptive mode | Xiaoming Jiang | 1 | -2/+1 |
2023-04-25 | dpdk: code preparation for bumping to DPDK 22.11 | Xinyao Cai | 4 | -17/+106 |
2023-03-29 | dpdk-cryptodev: fix name formatting of session pools | Gabriel Oginski | 1 | -2/+2 |
2023-03-24 | dpdk-cryptodev: fix formatting name of pools | Gabriel Oginski | 1 | -2/+2 |
2022-09-07 | dpdk-cryptodev: reduce request to enable async | Gabriel Oginski | 1 | -1/+0 |
2022-01-26 | dpdk: not having cryptodev resources should not produce warnings | Damjan Marion | 1 | -4/+1 |
2022-01-24 | dpdk-cryptodev: add support chacha20-poly1305 | Gabriel Oginski | 4 | -6/+44 |
2022-01-12 | dpdk: bump to DPDK v21.11 | Damjan Marion | 3 | -7/+7 |
2022-01-12 | dpdk-cryptodev: run dequeue again in case of interrupt mode being used | Dastin Wilski | 1 | -0/+6 |
2022-01-05 | crypto: encrypt/decrypt queues sw_scheduler | Jakub Wysocki | 2 | -20/+29 |
2021-11-30 | dpdk: cryptodev AES-CTR+SHA1 support added | PiotrX Kleski | 1 | -1/+4 |
2021-11-30 | dpdk-cryptodev: scalable session count | Dastin Wilski | 2 | -96/+143 |
2021-09-13 | dpdk: fix prefetch assert on Arm | Tianyu Li | 1 | -4/+4 |
2021-07-15 | misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} | Damjan Marion | 2 | -9/+9 |
2021-06-04 | dpdk: silence coverity warning on use of uninitialized value | pibr | 1 | -0/+1 |
2021-05-27 | dpdk: bump to 21.05 | Fan Zhang | 1 | -0/+13 |
2021-05-26 | dpdk: fix missing symbol | Fan Zhang | 1 | -2/+1 |
2021-05-07 | dpdk: fix cryptodev session handler | Fan Zhang | 1 | -0/+4 |
2021-04-23 | dpdk: support md5 async handler in dpdk cryptodev | Alexander Chernavin | 1 | -0/+3 |
2021-04-09 | dpdk: selection of cryptodev engine data-path | Fan Zhang | 5 | -2727/+2074 |
2021-03-31 | dpdk: fix packet offset for GCM crypto ops | Robert Shearman | 1 | -0/+1 |
2021-03-26 | vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads() | Damjan Marion | 1 | -1/+1 |
2021-03-17 | dpdk: cryptodev session management | pibr | 1 | -108/+377 |
2021-03-04 | dpdk: deprecate ipsec backend | Fan Zhang | 2 | -467/+578 |
2021-02-19 | dpdk: fix cryptodev offset update | Fan Zhang | 1 | -11/+8 |
2020-12-18 | dpdk: rebase cryptodev engine for dpdk 20.11 | Fan Zhang | 1 | -120/+126 |
2020-12-04 | crypto: fixed async frame enqueue race condition | PiotrX Kleski | 1 | -1/+0 |
2020-10-21 | vlib: print logs to stderr if interactive or nosyslog set | Damjan Marion | 2 | -8/+2 |
2020-09-29 | dpdk: fix compile | Fan Zhang | 1 | -49/+13 |
2020-09-09 | crypto: change cryptodev with new cryptodev API | Fan Zhang | 1 | -0/+1536 |
2020-09-03 | crypto: SW scheduler async crypto engine | PiotrX Kleski | 1 | -2/+4 |
2020-07-23 | dpdk: device_id sorted order for cryptodev | Vladimir Ratnikov | 1 | -0/+16 |
2020-07-16 | crypto: fix coverity issue for cryptodev | Fan Zhang | 1 | -65/+103 |
2020-06-15 | dpdk: cryptodev: fix non-null terminated strings | Benoît Ganne | 1 | -4/+4 |
2020-05-27 | dpdk: bump to DPDK v20.05 | Damjan Marion | 1 | -0/+7 |
2020-05-06 | crypto: fix coverity issues | Fan Zhang | 1 | -5/+11 |
2020-04-30 | crypto: introduce async crypto infra | Fan Zhang | 2 | -0/+1402 |