Age | Commit message (Expand) | Author | Files | Lines |
2025-01-21 | dpdk: bump to DPDK 24.11.1 |  Vladimir Smirnov | 5 | -13/+37 |
2025-01-16 | crypto: combine sync and async algos and ops |  Damjan Marion | 1 | -2/+2 |
2025-01-10 | crypto: key storage improvements |  Damjan Marion | 1 | -4/+4 |
2024-12-18 | crypto: move crypto engines outside of plugins |  Damjan Marion | 1 | -3/+2 |
2024-10-22 | dpdk: validate number of tx descriptors |  Matthew Smith | 1 | -0/+8 |
2024-10-09 | dpdk: xstats as symlinks |  Ole Troan | 3 | -61/+51 |
2024-09-26 | vlib: process node scheduler rework |  Damjan Marion | 1 | -1/+1 |
2024-09-25 | dpdk: add new device ID for Cisco VIC VF |  Hyong Youb Kim | 1 | -1/+2 |
2024-09-09 | dpdk: add support to disable interrupt mode |  Mohsin Kazmi | 2 | -0/+8 |
2024-08-21 | dpdk: Move file-prefix flag processing into linux only block |  Tom Jones | 1 | -1/+3 |
2024-06-19 | dpdk: xstats vecor stuck at 0 elements |  Ole Troan | 1 | -7/+19 |
2024-06-18 | dpdk: expose xstats in stats segment |  Ole Troan | 3 | -12/+90 |
2024-05-14 | dpdk: Only prealloc huge pages on Linux |  Tom Jones | 1 | -1/+9 |
2024-05-06 | dpdk: Only use --file-prefix flag on Linux |  Tom Jones | 1 | -0/+2 |
2024-05-06 | dpdk: Only reconfigure max pipe size on linux |  Tom Jones | 1 | -1/+8 |
2024-04-24 | dpdk: remove unnecessary includes |  Damjan Marion | 1 | -7/+0 |
2024-04-24 | dpdk: remove dead code |  Damjan Marion | 1 | -9/+0 |
2024-04-24 | dpdk: Use FreeBSD specific values for network interface classes |  Tom Jones | 1 | -0/+10 |
2024-04-24 | dpdk: Only use vmbus on Linux |  Tom Jones | 1 | -1/+5 |
2024-04-24 | dpdk: Only use vmbus on Linux |  Tom Jones | 2 | -0/+6 |
2024-04-24 | dpdk: Only require libnuma on Linux |  Tom Jones | 1 | -2/+4 |
2024-03-22 | dpdk-cryptodev: fix coverity issues |  Dmitry Valter | 1 | -1/+1 |
2024-03-12 | misc: remove GNU Indent directives |  Damjan Marion | 7 | -32/+0 |
2024-03-05 | dpdk: correct waiting times |  Georgy Borodin | 2 | -9/+53 |
2024-03-05 | vnet: fix format of deleted sw interfaces |  Vladislav Grishenko | 1 | -6/+4 |
2024-01-16 | dpdk: add ID for QAT 4xxx series VF support |  Kai Ji | 1 | -1/+2 |
2024-01-16 | dpdk: fix log_debug message format |  Georgy Borodin | 1 | -1/+1 |
2023-12-08 | dpdk: never override devname if set via config |  Peter Morrow | 1 | -5/+6 |
2023-12-07 | dpdk-cryptodev: fix crypto-dispatch node stats |  Piotr Bronowski | 2 | -11/+7 |
2023-11-20 | dpdk: fix description for mlx5_pci driver |  Nobuhiro MIKI | 1 | -1/+1 |
2023-11-06 | dpdk: correct the printing of Rx offloading flags |  Jieqiang Wang | 1 | -1/+1 |
2023-10-17 | buffers: introduce vlib_buffer_template_t |  Damjan Marion | 1 | -10/+10 |
2023-10-14 | feature: remove unused code |  Damjan Marion | 1 | -1/+1 |
2023-10-12 | dpdk: add Mellanox BlueField NICs |  Alexander Kozyrev | 1 | -0/+12 |
2023-10-01 | flow dpdk avf: add support for using l2tpv3 as RSS type |  Xinyao Cai | 1 | -0/+1 |
2023-09-28 | dpdk-cryptodev: improve dequeue behavior, fix cache stats logging |  Piotr Bronowski | 4 | -76/+88 |
2023-09-28 | dpdk: add ConnectX-6LX and ConnectX-7 support |  Alexander Kozyrev | 1 | -3/+9 |
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-25 | dpdk: fix signed single bit field |  Tianyu Li | 1 | -8/+8 |
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-05-19 | dpdk: fix compatibility with DPDK < 21.11 |  Andrew Ying | 2 | -2/+1 |
2023-05-19 | dpdk: fix format device name using wrong index |  Daniel Ding | 1 | -10/+10 |
2023-05-16 | dpdk: fix format rx/tx burst function name failed |  Xiaoming Jiang | 1 | -8/+9 |
2023-05-15 | dpdk: Be wary of the return value from rte_eth_dev_socket_id |  Steven Luong | 1 | -1/+7 |