Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-05-17 | dpdk: Do not check and set rte_mbuf refcnt if dpdk ver >= 17.05 | Damjan Marion | 1 | -0/+4 |
2017-05-16 | Fix regression of setting device to admin-down state | John Lo | 1 | -5/+4 |
2017-05-15 | dpdk: Enable hardware CRC strip for Intel VFs | Damjan Marion | 1 | -0/+5 |
2017-05-15 | dpdk: improve error handling during device initialization | Damjan Marion | 6 | -79/+98 |
2017-05-15 | [plugins/dpdk] Support for CLIB_HAVE_64 (aarch64) | Christophe Fontaine | 1 | -0/+13 |
2017-05-11 | dpdk: bump to dpdk 17.05 | Damjan Marion | 4 | -22/+16 |
2017-05-10 | dpdk: refactor interface speed detection | Damjan Marion | 3 | -98/+42 |
2017-05-09 | dpdk: refactor setup, start, stop code | Damjan Marion | 4 | -87/+166 |
2017-05-09 | Fix remaining 32-bit compile issues | Damjan Marion | 1 | -3/+3 |
2017-05-08 | dpdk: use speed_capa to detect i40e device speed | Damjan Marion | 3 | -19/+13 |
2017-05-02 | Add interface rx mode commands, unify rx mode and placement CLI | Damjan Marion | 1 | -5/+5 |
2017-05-02 | dpdk: remove unused code | Damjan Marion | 5 | -64/+3 |
2017-04-28 | dpdk: cryptodev support enabled by default | Sergio Gonzalez Monroy | 6 | -28/+8 |
2017-04-27 | dpdk: cleanup, move APIs to separate .c file | Damjan Marion | 4 | -327/+336 |
2017-04-25 | "autoreply" flag: autogenerate standard xxx_reply_t messages | Dave Barach | 1 | -31/+4 |
2017-04-22 | Fix multicast enable on the bonded interface | Steve Shin | 2 | -1/+13 |
2017-04-11 | dpdk: use common interface placement infra | Damjan Marion | 6 | -301/+64 |
2017-04-07 | Fix init of ENIC driver to allow receiving of jumbo packets | John Lo | 1 | -49/+27 |
2017-04-07 | MPLS Mcast | Neale Ranns | 1 | -1/+1 |
2017-04-06 | Use thread local storage for thread index | Damjan Marion | 14 | -49/+52 |
2017-03-31 | dpdk: add support for Mellanox ConnectX-5 devices | Damjan Marion | 1 | -1/+4 |
2017-03-22 | Update MAC address kept for Bonded Interface and its Slaves | John Lo | 1 | -23/+32 |
2017-03-22 | vlib: add description field in plugin registration | Damjan Marion | 1 | -0/+1 |
2017-03-18 | Fix bonded interface name to use instance number starting from 0 | John Lo | 3 | -5/+7 |
2017-03-17 | Fix bonded ethernet PMD name for DPDK 17.02 | Alexander Popovsky (apopovsk) | 2 | -7/+24 |
2017-03-14 | Fix packet trace output: dpdk_rx_trace must decode the actual ethertype | Dave Barach | 1 | -1/+31 |
2017-03-13 | VPP-279: Document changes for vnet/vnet/devices | Billy McFall | 4 | -4/+93 |
2017-03-09 | vlib_mains == 0 special cases be gone | Dave Barach | 1 | -6/+2 |
2017-03-09 | include rte_config header before any other dpdk include | Gabriel Ganne | 1 | -0/+1 |
2017-03-08 | dpdk: dpdk-input optimizations and fixes | Damjan Marion | 3 | -96/+122 |
2017-03-08 | Change dpdk input node fixed-sleep units to usec | Dave Barach | 3 | -5/+5 |
2017-03-08 | dpdk: Fixed QAT devices binding, bind the VFs only | Radu Nicolau | 1 | -3/+7 |
2017-03-06 | features: take device-input buffer advance value directly | Damjan Marion | 1 | -4/+2 |
2017-03-06 | dpdk: init.c should be under device/ | Damjan Marion | 1 | -0/+0 |
2017-03-04 | Fix duplicate binary API registration messages / bugs | Dave Barach | 1 | -2/+2 |
2017-03-02 | Determine pkt type in dpdk-input node using ethertype only (VPP-647) | John Lo | 1 | -52/+22 |
2017-03-01 | dpdk: be a plugin | Damjan Marion | 26 | -0/+12171 |