Age | Commit message (Expand) | Author | Files | Lines |
2018-02-12 | dpdk:fix trace to follow feature arc | Eyal Bari | 3 | -87/+66 |
2018-02-07 | Refactor vlib_buffer flags | Damjan Marion | 3 | -16/+6 |
2018-02-01 | dpdk:fix typo in prefetch sequence | Eyal Bari | 1 | -2/+2 |
2018-01-23 | VPPAPIGEN: vppapigen replacement in Python PLY. | Ole Troan | 1 | -1/+1 |
2018-01-18 | VPP-1122 dpdk/ipsec: fix transport mode pkt len | Radu Nicolau | 1 | -3/+7 |
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/ipsec: multiple fixes | Sergio Gonzalez Monroy | 5 | -105/+126 |
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-27 | dpdk: fix trajectory compilation | Florin Coras | 1 | -1/+1 |
2017-11-27 | vlib: make vlib_buffer_alloc inline function | Damjan Marion | 1 | -73/+11 |
2017-11-24 | dpdk: enable tx checksum offloads as default, add disable knob | Damjan Marion | 2 | -2/+11 |
2017-11-24 | dpdk: avoid false sharing of dpdk_buffer_per_thread_data | Damjan Marion | 1 | -0/+1 |
2017-11-23 | dpdk: prefetch both cachelines during buffer free | Damjan Marion | 1 | -1/+1 |
2017-11-22 | dpdk: fix potential crash in buffer free function | Damjan Marion | 1 | -18/+49 |
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 | 10 | -174/+45 |
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 | 3 | -84/+116 |
2017-11-14 | Fix typos in configure.ac and dpdk/buffer.c | Damjan Marion | 1 | -8/+8 |
2017-11-13 | dpdk: introduce AVX512 variants of node functions | Damjan Marion | 3 | -60/+98 |
2017-11-11 | dpdk: optimize buffer alloc/free | Damjan Marion | 1 | -49/+118 |
2017-11-01 | dpdk/ipsec: align memory | Sergio Gonzalez Monroy | 2 | -5/+7 |
2017-11-01 | dpdk/ipsec: fix digest physical address | Sergio Gonzalez Monroy | 3 | -7/+7 |
2017-10-25 | vlib: add support for multiple buffer pools | Damjan Marion | 5 | -11/+29 |
2017-10-24 | Add extern to *_main global variable declarations in header files. | Dave Wallace | 4 | -2/+5 |
2017-10-18 | ipsec: use boolean or vs. bitwise or to avoid compiler error | Andrew Yourtchenko | 2 | -6/+6 |
2017-10-14 | change format_get_indent() to use u32 instead of uword | Gabriel Ganne | 3 | -4/+4 |
2017-10-14 | plugins/dpdk: align memory to avoid potential segfault and false sharing | Georgina Sheehan | 1 | -1/+1 |
2017-10-12 | dpdk/ipsec: coverity fixes | Sergio Gonzalez Monroy | 3 | -8/+8 |
2017-10-10 | dpdk: fix mempool size calculation | Damjan Marion | 1 | -2/+3 |
2017-10-09 | vppapigen: support per-file (major,minor,patch) version stamps | Dave Barach | 1 | -0/+2 |
2017-10-05 | dpdk/ipsec: rework plus improved cli commands | Sergio Gonzalez Monroy | 7 | -1653/+2419 |
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 | 2 | -63/+144 |
2017-10-03 | Repair vlib API socket server | Dave Barach | 1 | -1/+0 |
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 | 4 | -1/+126 |
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 |