Age | Commit message (Expand) | Author | Files | Lines |
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 |
2023-03-14 | dpdk: enable Google Virtual Ethernet |  Marvin Liu | 2 | -0/+7 |
2023-03-06 | dpdk: plugin init should be protect by thread barrier |  Xiaoming Jiang | 1 | -0/+2 |
2023-03-06 | flow dpdk: introduce IP in IP support for flow |  Xinyao Cai | 1 | -20/+149 |
2023-02-08 | avf dpdk: fix incorrect handling of IPv6 src address in flow |  Ting Xu | 1 | -1/+2 |
2023-01-26 | dpdk: add intf tag to dev{} subinput |  Nathan Skrzypczak | 2 | -0/+6 |
2023-01-19 | vxlan: convert vxlan to a plugin |  Steven Luong | 1 | -1/+1 |
2023-01-11 | pci: add option to force uio binding |  Benoît Ganne | 2 | -1/+5 |
2023-01-10 | build: do not link with libssl if not needed |  Benoît Ganne | 1 | -1/+1 |
2022-12-21 | dpdk: link DPDK with MLX4/MLX5 libraries again |  Vladimir Ratnikov | 1 | -1/+3 |
2022-10-24 | dpdk: add Intel QAT 200xx series support |  Vladimir Ratnikov | 1 | -1/+2 |
2022-10-04 | rdma: unhackish build of rdma-core |  Mohammed Hawari | 1 | -6/+2 |
2022-09-07 | dpdk-cryptodev: reduce request to enable async |  Gabriel Oginski | 1 | -1/+0 |
2022-08-25 | vlib: introduce DMA infrastructure |  Marvin Liu | 1 | -0/+10 |
2022-08-04 | dpdk: enable interrupt support for vmxnet3 |  Benoît Ganne | 1 | -0/+1 |
2022-07-18 | dpdk: fix mlx5 dpdk init with no-multi-seg |  Tianyu Li | 1 | -1/+2 |
2022-07-08 | dpdk: add ID for 4xxx QAT VF |  Matthew Smith | 1 | -3/+5 |
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 |