Age | Commit message (Expand) | Author | Files | Lines |
2018-07-10 | Remove unused variables | Igor Mikhailov (imichail) | 1 | -4/+0 |
2018-06-21 | VPP-1042: Fix the DPDK no-hugetbl flags | Jessica Tallon | 1 | -5/+8 |
2018-06-21 | configurable per-dispatch-cycle sleep | Dave Barach | 1 | -3/+0 |
2018-06-21 | FastLinQ QL41000 Series PCI vendor and device ids | Igor Mikhailov (imichail) | 1 | -0/+3 |
2018-06-12 | MTU assigning to itself (Coverity) | Ole Troan | 1 | -4/+0 |
2018-06-11 | MTU: Software interface / Per-protocol MTU support | Ole Troan | 1 | -10/+5 |
2018-06-07 | dpdk: fix interface naming issue | Damjan Marion | 1 | -2/+9 |
2018-06-07 | dpdk: failsafe PMD initialization code | Rui Cai | 1 | -0/+25 |
2018-06-07 | Add support for DPDK 18.05 | Damjan Marion | 1 | -10/+36 |
2018-06-04 | Configure or deduce CLIB_LOG2_CACHE_LINE_BYTES (VPP-1064) | Dave Barach | 1 | -0/+2 |
2018-05-31 | dpdk: Decoupling the meaning of xd->device_index in dpdk_plugin | Rui Cai | 1 | -13/+24 |
2018-05-30 | vppinfra: explicitely state for signed types that they are signed | Damjan Marion | 1 | -2/+2 |
2018-05-30 | dpdk: rename port_id to *_instance_num | Damjan Marion | 1 | -5/+5 |
2018-05-29 | dpdk: Add PMD type for Cavium LiquidIO II CN23XX | chuhong yao | 1 | -0/+7 |
2018-05-26 | dpdk: enable RX for no-multi-seg | Zhiyong Yang | 1 | -0/+5 |
2018-05-21 | dpdk:enable flow director perfect mode | Eyal Bari | 1 | -3/+0 |
2018-05-16 | dpdk: fix rte_eth_dev_set_mtu callsites to use same mtu value | Rui Cai | 1 | -1/+1 |
2018-05-11 | dpdk: fix Unknown interface with Mellanox NIC | Steve Shin | 1 | -1/+1 |
2018-05-10 | vnet: device flow offload infra | Damjan Marion | 1 | -0/+8 |
2018-05-09 | dpdk: tx code rework | Damjan Marion | 1 | -10/+0 |
2018-04-25 | dpdk: complete rework of the dpdk-input node | Damjan Marion | 1 | -19/+9 |
2018-04-18 | dpdk: improve logging | Damjan Marion | 1 | -22/+66 |
2018-04-18 | dpdk: resurrect removed code [VPP-1245] | Steven | 1 | -0/+4 |
2018-04-13 | Revert "MTU: Setting of MTU on software interface (instead of hardware interf... | Damjan Marion | 1 | -14/+14 |
2018-04-13 | MTU: Setting of MTU on software interface (instead of hardware interface) | Ole Troan | 1 | -14/+14 |
2018-03-22 | VPP-1204: Fix coverity warning | Dave Barach | 1 | -2/+5 |
2018-03-09 | Coordinate known Ethernet speeds with Linux kernel and DPDK | Lee Roberts | 1 | -0/+23 |
2018-02-26 | vnet: add 25G interface speed flag | Damjan Marion | 1 | -0/+6 |
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-12 | dpdk:fix trace to follow feature arc | Eyal Bari | 1 | -4/+0 |
2018-02-07 | Refactor vlib_buffer flags | Damjan Marion | 1 | -9/+0 |
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 | 1 | -0/+7 |
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 | 1 | -5/+0 |
2017-12-04 | dpdk: remove unused cached eth input node | Eyal Bari | 1 | -7/+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 | 1 | -19/+1 |
2017-11-24 | dpdk: enable tx checksum offloads as default, add disable knob | Damjan Marion | 1 | -2/+10 |
2017-11-21 | dpdk: add l2_hdr_offset and l3_hdr_offset in vlib_buffer_t | Damjan Marion | 1 | -2/+1 |
2017-11-20 | dpdk: add support for DPDK 17.11 | Damjan Marion | 1 | -1/+1 |
2017-10-24 | Add extern to *_main global variable declarations in header files. | Dave Wallace | 1 | -0/+1 |
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-16 | dpdk: display EAL init args on startup | Damjan Marion | 1 | -0/+1 |
2017-09-15 | vppinfra: add clib_mem_vm_ext_alloc function | Damjan Marion | 1 | -3/+3 |
2017-09-12 | devices: Display VhostEthernet instead of UnknownEthernet for dpdk net_vhost ... | Steven | 1 | -0/+4 |