Age | Commit message (Expand) | Author | Files | Lines |
2022-02-18 | dpdk: support devargs for vmbus |  Vladimir Ratnikov | 1 | -19/+29 |
2022-02-17 | dpdk: enable scatter on Rx for net/ena |  akolechk | 1 | -1/+0 |
2022-02-15 | tcp: Do not include the tcp_packet.h file in the ip4_packet.h |  Neale Ranns | 1 | -0/+1 |
2022-02-06 | dpdk: remove dead code |  Benoît Ganne | 1 | -15/+1 |
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-20 | dpdk: fix compilation for DPDK < 21.11 |  Benoît Ganne | 2 | -2/+5 |
2022-01-18 | dpdk: limit number of TX queues to max supported |  Damjan Marion | 1 | -3/+17 |
2022-01-18 | vnet: distinguish between max_frame_size and MTU |  Damjan Marion | 4 | -35/+65 |
2022-01-17 | interface: improve MTU handling |  Damjan Marion | 1 | -9/+37 |
2022-01-14 | dpdk: refactor device setup |  Damjan Marion | 7 | -540/+328 |
2022-01-14 | dpdk: fix burst function output |  Damjan Marion | 1 | -3/+3 |
2022-01-12 | dpdk: bump to DPDK v21.11 |  Damjan Marion | 5 | -17/+31 |
2022-01-12 | dpdk: improve logging |  Damjan Marion | 3 | -10/+49 |
2022-01-12 | dpdk: update packet offload flags |  Damjan Marion | 2 | -41/+89 |
2022-01-12 | dpdk: postpone updating runtime data |  Damjan Marion | 1 | -1/+3 |
2022-01-12 | dpdk: use blunt force to skip irrelevant and confusing logs |  Damjan Marion | 1 | -1/+13 |
2022-01-12 | dpdk: always display burst function name |  Damjan Marion | 1 | -12/+10 |
2022-01-12 | dpdk-cryptodev: run dequeue again in case of interrupt mode being used |  Dastin Wilski | 1 | -0/+6 |
2022-01-11 | dpdk: offloads cleanup |  Damjan Marion | 4 | -199/+122 |
2022-01-09 | dpdk: interface capabilities cleanup |  Damjan Marion | 4 | -24/+54 |
2022-01-09 | dpdk: port type code cleanup |  Damjan Marion | 3 | -93/+34 |
2022-01-09 | dpdk: new mbuf flags in format function |  Damjan Marion | 1 | -26/+26 |
2022-01-08 | dpdk: new flags format |  Damjan Marion | 4 | -30/+64 |
2022-01-07 | ethernet: new interface registration function |  Damjan Marion | 1 | -6/+6 |
2022-01-07 | dpdk: fix rx and tx descriptor config |  Florin Coras | 1 | -0/+6 |
2022-01-06 | dpdk: cleanup MTU handling |  Damjan Marion | 3 | -99/+31 |
2022-01-06 | dpdk: port type from speed_capa bitmap on Cisco VIC |  Damjan Marion | 1 | -35/+1 |
2022-01-05 | dpdk: remove unused defines |  Damjan Marion | 1 | -7/+0 |
2022-01-05 | dpdk: no need to copy default tx conf |  Damjan Marion | 3 | -6/+2 |
2022-01-05 | dpdk: improve checksum computation |  Florin Coras | 2 | -3/+26 |
2022-01-05 | interface: refactor interface capabilities code |  Damjan Marion | 2 | -11/+11 |
2022-01-05 | dpdk: move port config to single struct |  Damjan Marion | 6 | -220/+206 |
2022-01-05 | dpdk: remove unused flag |  Damjan Marion | 6 | -132/+91 |
2022-01-05 | dpdk: keep buffer flags per-device |  Damjan Marion | 4 | -15/+7 |
2022-01-05 | dpdk: remove unused logging class |  Damjan Marion | 2 | -2/+0 |
2022-01-05 | dpdk: remove vlan-strip offload code |  Filip Varga | 2 | -58/+0 |
2022-01-05 | crypto: encrypt/decrypt queues sw_scheduler |  Jakub Wysocki | 2 | -20/+29 |
2022-01-05 | dpdk: remove "convenience" vars |  Damjan Marion | 8 | -39/+29 |
2021-12-31 | vlib: remove external thread management support |  Damjan Marion | 6 | -179/+13 |
2021-12-09 | dpdk: disable l4 csum offload for vmxnet3 |  Florin Coras | 1 | -1/+4 |
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-11-25 | dpdk: prefetch becomes prefetchw |  Ray Kinsella | 1 | -4/+4 |
2021-11-23 | dpdk: enable vmxnet3 l4 checksum offload |  Florin Coras | 1 | -0/+6 |
2021-11-22 | dpdk: fix coverity warning |  Klement Sekera | 1 | -0/+2 |
2021-11-05 | dpdk: remove dead code |  Damjan Marion | 1 | -4/+1 |
2021-10-31 | interface: handoff refactor and optimizations |  Florin Coras | 1 | -1/+0 |
2021-10-13 | dpdk: fix vmbus device name parsing |  Benoît Ganne | 1 | -2/+3 |
2021-09-17 | dpdk: enable ENA tx offload |  Benoît Ganne | 1 | -0/+7 |