Age | Commit message (Expand) | Author | Files | Lines |
2018-04-13 | MTU: Setting of MTU on software interface (instead of hardware interface) | Ole Troan | 1 | -14/+14 |
2018-04-11 | dpdk: fail in early init if we cannot alloc hugepages | Damjan Marion | 1 | -4/+19 |
2018-04-10 | CSIT-895 dpdk/ipsec: add locks on session data hash updates | Radu Nicolau | 2 | -33/+40 |
2018-04-09 | plugins: unload plugin if early init fails | Damjan Marion | 1 | -0/+43 |
2018-04-04 | dpdk:fix checksum handling of l2 interfaces | Eyal Bari | 1 | -17/+19 |
2018-03-30 | dpdk: fix crash due to incorrect xd->flags value with slave's link toggling | Steve Shin | 1 | -2/+5 |
2018-03-26 | plugins: dpdk: ipsec: fix l3 offset | Szymon Sliwa | 1 | -2/+1 |
2018-03-22 | VPP-1204: Fix coverity warning | Dave Barach | 1 | -2/+5 |
2018-03-14 | vlib: internal buffer manager rework | Damjan Marion | 1 | -30/+18 |
2018-03-14 | Prevent calling rte_eth_xstats_get not initialized dev | Szymon Sliwa | 1 | -0/+2 |
2018-03-11 | dpdk-input node packet trace intermittent on IP forwading path | John Lo | 1 | -36/+37 |
2018-03-09 | Coordinate known Ethernet speeds with Linux kernel and DPDK | Lee Roberts | 3 | -0/+43 |
2018-03-09 | dpdk: move DPDK vfio hack to dpdk plugin | Damjan Marion | 1 | -2/+67 |
2018-03-05 | vlib: vfio code rework | Damjan Marion | 1 | -1/+3 |
2018-02-26 | vnet: add 25G interface speed flag | Damjan Marion | 1 | -0/+6 |
2018-02-25 | Fix bug in dpdk_crypto_session_disposal() | Matthew Smith | 1 | -0/+2 |
2018-02-24 | Fix crypto session deletion crash | Matthew Smith | 1 | -6/+9 |
2018-02-23 | Disable scatter-gather for ENA | Matthew Smith | 1 | -0/+1 |
2018-02-19 | dpdk: Fix MTU calc for NICs that support mtu<9216 | Nitin Saxena | 1 | -34/+66 |
2018-02-15 | dpdk: add support for DPDK 18.02, deprecate 17.08 | Damjan Marion | 4 | -24/+0 |
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 |