Age | Commit message (Expand) | Author | Files | Lines |
2022-05-23 | dpdk: fix update link state | Alexander Skorichenko | 1 | -18/+13 |
2022-05-17 | interface: fix overflow of link speed. | Anton Nikolaev | 1 | -1/+3 |
2022-05-13 | dpdk: fix overflow in mtu arithmetic | Mohammed Hawari | 2 | -2/+2 |
2022-05-11 | dpdk: clear the RTE_MEMPOOL_F_NON_IO | Mohammed Hawari | 1 | -0/+3 |
2022-04-26 | flow: enable RSS queue group action for 5G enhancement | Ting Xu | 1 | -0/+23 |
2022-04-08 | dpdk: add multi-txq support | Mohsin Kazmi | 4 | -13/+31 |
2022-04-05 | dpdk: macros changes for dpdk 22.03 | Dastin Wilski | 4 | -60/+62 |
2022-04-05 | dpdk: compatibility layer for dpdk 22.03 bump | Dastin Wilski | 2 | -26/+87 |
2022-04-05 | dpdk: fix max frame size | Damjan Marion | 2 | -11/+11 |
2022-04-04 | vppinfra: make _vec_len() read-only | Damjan Marion | 3 | -7/+7 |
2022-04-01 | dpdk: fix vlan creation on ixgbe | Alexander Chernavin | 1 | -1/+0 |
2022-04-01 | dpdk: fix coverity issue | Fan Zhang | 1 | -13/+4 |
2022-03-29 | dpdk: make log pipe non-blocking on both sides | Damjan Marion | 1 | -1/+2 |
2022-03-24 | dpdk: enable int mode for virtio | Paul Atkins | 1 | -0/+1 |
2022-03-23 | dpdk: copy the enable_rxq_int flag from driver to conf | Paul Atkins | 1 | -0/+1 |
2022-03-23 | vppinfra: deprecate clib_mem_is_vec | Damjan Marion | 1 | -2/+0 |
2022-03-23 | dpdk: fix rx/tx burst function name | Tianyu Li | 1 | -2/+2 |
2022-03-15 | flow: add generic flow pattern for 5G flow enhancement | Ting Xu | 1 | -0/+16 |
2022-03-14 | crypto: Enabling IOMMU DMA translation table update for QAT card | Govindarajan | 1 | -1/+2 |
2022-03-14 | dpdk: improve rx burst count per loop | Fan Zhang | 1 | -4/+5 |
2022-03-11 | vlib: remoove unused field | Damjan Marion | 1 | -1/+1 |
2022-03-10 | dpdk: fix program vlans on ixgbevf | Dzmitry Sautsa | 1 | -2/+7 |
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 |