Age | Commit message (Expand) | Author | Files | Lines |
2018-02-01 | dpdk:fix typo in prefetch sequence | Eyal Bari | 1 | -2/+2 |
2018-01-09 | Patch ENA PMD to skip setting tx flags in rx path | Matthew Smith | 1 | -1/+1 |
2017-12-16 | dpdk: unset ETH_TXQ_FLAGS_NOXSUMS only for selected PMDs | Damjan Marion | 1 | -5/+8 |
2017-12-14 | pci: auto-detect right vfio/uio driver | Damjan Marion | 1 | -1/+1 |
2017-12-14 | Enable AWS ENA PMD | Matthew Smith | 3 | -1/+13 |
2017-12-09 | vlib: PCI rework to support VFIO | Damjan Marion | 1 | -9/+23 |
2017-12-05 | dpdk:remove duplicate code | Eyal Bari | 1 | -11/+8 |
2017-12-04 | dpdk: remove unused "use_rss" flag | Eyal Bari | 2 | -7/+0 |
2017-12-04 | dpdk: remove duplicate function | Eyal Bari | 1 | -32/+1 |
2017-12-04 | dpdk: remove unused cached eth input node | Eyal Bari | 2 | -10/+0 |
2017-11-28 | net/virtio: support modern device id | Gabriel Ganne | 1 | -1/+3 |
2017-11-27 | dpdk: fix issue when tx offload stops working after MTU change | Damjan Marion | 2 | -19/+4 |
2017-11-24 | dpdk: enable tx checksum offloads as default, add disable knob | Damjan Marion | 2 | -2/+11 |
2017-11-21 | dpdk: add l2_hdr_offset and l3_hdr_offset in vlib_buffer_t | Damjan Marion | 3 | -60/+60 |
2017-11-20 | dpdk: add support for DPDK 17.11 | Damjan Marion | 4 | -29/+30 |
2017-11-16 | dpdk: add additional data to TX trace | Damjan Marion | 3 | -2/+9 |
2017-11-16 | dpdk/ipsec: use physmem when creating pools | Sergio Gonzalez Monroy | 1 | -0/+6 |
2017-11-13 | dpdk: introduce AVX512 variants of node functions | Damjan Marion | 2 | -48/+46 |
2017-10-25 | vlib: add support for multiple buffer pools | Damjan Marion | 4 | -0/+18 |
2017-10-24 | Add extern to *_main global variable declarations in header files. | Dave Wallace | 2 | -1/+2 |
2017-10-04 | [aarch64] Fixes CLI crashes on dpaa2 platform. | Christophe Fontaine | 1 | -10/+10 |
2017-10-04 | dpdk: use vpp physmem allocator for dpdk buffers | Damjan Marion | 1 | -44/+78 |
2017-09-27 | Fix: unnecesary uio binding for Mellanox NIC | Steve Shin | 1 | -1/+3 |
2017-09-25 | Fix sending GARP/NA on Bonded Interface Active/Backup Link Up/Down | John Lo | 2 | -24/+72 |
2017-09-16 | dpdk: display EAL init args on startup | Damjan Marion | 1 | -0/+1 |
2017-09-15 | dpdk: cli to check for buffer leakage | Florin Coras | 3 | -0/+64 |
2017-09-15 | vppinfra: add clib_mem_vm_ext_alloc function | Damjan Marion | 1 | -3/+3 |
2017-09-13 | devices: Fix coverity discovered 9/13/2017 | Steven | 1 | -0/+1 |
2017-09-12 | physmem: remove debug leftovers | Damjan Marion | 1 | -1/+0 |
2017-09-12 | devices: Display VhostEthernet instead of UnknownEthernet for dpdk net_vhost ... | Steven | 3 | -2/+14 |
2017-09-12 | net/mlx5: fix warning message | Shachar Beiser | 1 | -0/+3 |
2017-09-08 | vlib: move linux-specific code to vlib/linux | Damjan Marion | 1 | -0/+1 |
2017-09-07 | vlib physmem rework | Damjan Marion | 1 | -5/+12 |
2017-08-30 | Offload prep calls needed for IP and UDP checksum offload pkts | Dave Barach | 1 | -1/+4 |
2017-08-25 | dpdk: bump to dpdk 17.08, remove support for dpdk 17.02 | Damjan Marion | 2 | -8/+0 |
2017-08-25 | dpdk: required changes for 17.08 | Sergio Gonzalez Monroy | 2 | -4/+31 |
2017-08-24 | Make VPP runtime directory configurable | Damjan Marion | 1 | -16/+13 |
2017-08-22 | dpdk: fix Cavium ThunderX support | Damjan Marion | 2 | -0/+5 |
2017-08-02 | Fix tcp tx buffer allocation | Florin Coras | 1 | -0/+1 |
2017-07-18 | TCP/UDP checksum offload API | Dave Barach | 3 | -0/+52 |
2017-07-14 | vnet_buffer_t flags cleanup | Damjan Marion | 1 | -3/+4 |
2017-07-14 | Introduce l{2,3,4}_hdr_offset fields in the buffer metadata | Damjan Marion | 1 | -1/+7 |
2017-07-13 | dpdk: fix dpdk_buffer_pool_create name | Chris Luke | 2 | -2/+5 |
2017-07-12 | dpdk: prefetch 2nd cacheline of rte_mbuf during tx | Damjan Marion | 1 | -1/+1 |
2017-07-08 | lldp packet transmission on a bonded interface | Steve Shin | 1 | -3/+3 |
2017-07-06 | dpdk: add FiftyGigabitEtherenet interface support | Damjan Marion | 3 | -0/+7 |
2017-07-06 | unix: mkdir VPP_RUN_DIR before opening a socket in it | Chris Luke | 1 | -9/+5 |
2017-07-06 | Send GARP/NA on bonded intf slave up/down if in active-backup mode | John Lo | 3 | -8/+85 |
2017-05-23 | Added support for Virtio-user interfaces by means of a new VNET_DPDK_PORT_TYPE. | Mohammed Hawari | 3 | -1/+16 |
2017-05-22 | dpdk: make dpdk global debug level configurable | Damjan Marion | 3 | -33/+30 |