Age | Commit message (Expand) | Author | Files | Lines |
2022-01-20 | dpdk: fix compilation for DPDK < 21.11 |  Benoît Ganne | 1 | -0/+3 |
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 | 1 | -3/+23 |
2022-01-17 | interface: improve MTU handling |  Damjan Marion | 1 | -9/+37 |
2022-01-14 | dpdk: refactor device setup |  Damjan Marion | 1 | -305/+147 |
2022-01-12 | dpdk: bump to DPDK v21.11 |  Damjan Marion | 1 | -8/+1 |
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-11 | dpdk: offloads cleanup |  Damjan Marion | 1 | -166/+33 |
2022-01-09 | dpdk: interface capabilities cleanup |  Damjan Marion | 1 | -16/+1 |
2022-01-09 | dpdk: port type code cleanup |  Damjan Marion | 1 | -2/+0 |
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 | 1 | -98/+7 |
2022-01-06 | dpdk: port type from speed_capa bitmap on Cisco VIC |  Damjan Marion | 1 | -35/+1 |
2022-01-05 | dpdk: no need to copy default tx conf |  Damjan Marion | 1 | -3/+0 |
2022-01-05 | interface: refactor interface capabilities code |  Damjan Marion | 1 | -9/+9 |
2022-01-05 | dpdk: move port config to single struct |  Damjan Marion | 1 | -181/+155 |
2022-01-05 | dpdk: remove unused flag |  Damjan Marion | 1 | -6/+0 |
2022-01-05 | dpdk: keep buffer flags per-device |  Damjan Marion | 1 | -11/+0 |
2022-01-05 | dpdk: remove unused logging class |  Damjan Marion | 1 | -1/+0 |
2022-01-05 | dpdk: remove vlan-strip offload code |  Filip Varga | 1 | -54/+0 |
2022-01-05 | dpdk: remove "convenience" vars |  Damjan Marion | 1 | -19/+16 |
2021-12-31 | vlib: remove external thread management support |  Damjan Marion | 1 | -65/+10 |
2021-12-09 | dpdk: disable l4 csum offload for vmxnet3 |  Florin Coras | 1 | -1/+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-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 |
2021-09-16 | dpdk: add support for outer udp and ipv4 checksums |  Mohsin Kazmi | 1 | -9/+34 |
2021-09-08 | dpdk: fix coverity |  Mohammed Hawari | 1 | -0/+2 |
2021-09-07 | dpdk: lro support |  Mohammed Hawari | 1 | -1/+26 |
2021-07-27 | vppinfra: introduce CLIB_CACHE_PREFETCH_BYTES |  Damjan Marion | 1 | -2/+0 |
2021-07-15 | dpdk: enable RX interrupts for the virtio driver |  Robert Shearman | 1 | -0/+8 |
2021-06-22 | dpdk: enable igc devices |  Matthew Smith | 1 | -0/+1 |
2021-05-26 | dpdk: fix missing symbol |  Fan Zhang | 1 | -4/+8 |
2021-05-25 | dpdk: disable DPDK iAVF interrupt support |  Mohammed Hawari | 1 | -2/+3 |
2021-05-04 | dpdk: allow configuration of max-simd-bitwidth |  Ray Kinsella | 1 | -2/+29 |
2021-04-14 | dpdk: add RSS capability flag to iavf PMD in dpdk_plugin |  Chenmin Sun | 1 | -4/+4 |
2021-03-26 | vlib: introduce vlib_get_elog_main() |  Damjan Marion | 1 | -5/+2 |
2021-03-19 | interface: add capabilities flags |  Mohsin Kazmi | 1 | -7/+11 |
2021-03-18 | dpdk: don't mask interrupts for some drivers |  Mohammed Hawari | 1 | -5/+8 |
2021-03-15 | dpdk: implement interrupt mode |  Mohammed Hawari | 1 | -1/+5 |
2021-03-04 | dpdk: enable AVX-512 on ICL |  Ray Kinsella | 1 | -0/+5 |
2021-02-12 | dpdk: use whole vmbus address as hash key for devconf |  Vladimir Ratnikov | 1 | -19/+20 |
2021-01-21 | interface: rx queue infra rework, part one |  Damjan Marion | 1 | -6/+15 |
2021-01-21 | dpdk: terminate device devargs string |  Matthew Smith | 1 | -1/+2 |
2021-01-11 | dpdk: allow configure individual VMBUS devices |  Vladimir Ratnikov | 1 | -47/+187 |
2020-12-14 | misc: refactor clib_bitmap_foreach macro |  Damjan Marion | 1 | -4/+4 |
2020-12-14 | misc: move to new pool_foreach macros |  Damjan Marion | 1 | -2/+2 |