Age | Commit message (Expand) | Author | Files | Lines |
2018-09-19 | dpdk: mask and warn if rx/tx offload is not available |  Damjan Marion | 4 | -94/+115 |
2018-09-18 | disable scatter/gather for ENA with DPDK 18.08 |  Matthew Smith | 1 | -1/+5 |
2018-09-14 | dpdk: add detection of mellanox PMDs |  Damjan Marion | 1 | -0/+10 |
2018-09-12 | Always use 'lib' instead of 'lib64' |  Damjan Marion | 1 | -3/+2 |
2018-09-12 | device flags will set in dpdk_update_link_state. |  Khers | 1 | -2/+0 |
2018-09-10 | dpdk: clean interface link information on admin down / stop |  Damjan Marion | 1 | -0/+1 |
2018-09-10 | dpdk-plugin: do not request SCTP offload, some cards do not support it while ... |  Andrew Yourtchenko | 1 | -2/+2 |
2018-09-08 | L2 BVI/FIB: Update L2 FIB table when BVI's MAC changes |  Neale Ranns | 1 | -1/+2 |
2018-09-04 | Fixed showing negative count in stats show CLI |  Naoyuki Mori | 1 | -2/+2 |
2018-09-03 | Deprecate old buffer replication scheme |  Damjan Marion | 4 | -137/+3 |
2018-08-30 | cmake: a bit of packaging work |  Damjan Marion | 1 | -0/+3 |
2018-08-27 | cmake: Fix plugins .h includes |  Mohsin Kazmi | 1 | -0/+5 |
2018-08-27 | cmake: add missing vat plugins |  Damjan Marion | 1 | -0/+3 |
2018-08-25 | cmake: improve add_vpp_plugin macro |  Damjan Marion | 1 | -15/+19 |
2018-08-21 | VPP-1268: Add option for memory channels DPDK uses |  Jessica Tallon | 1 | -0/+2 |
2018-08-18 | cmake: highlight warning and error messages |  Damjan Marion | 1 | -3/+3 |
2018-08-18 | cmake: DPDK rte_config.h parsing |  Damjan Marion | 1 | -12/+36 |
2018-08-17 | CMake as an alternative to autotools (experimental) |  Damjan Marion | 1 | -0/+100 |
2018-08-16 | dpdk: fix rss hash function handling |  Damjan Marion | 3 | -6/+23 |
2018-08-13 | Multiarch handling in different constructor macros |  Damjan Marion | 4 | -18/+5 |
2018-08-13 | dpdk: support for DPDK 18.08 |  Damjan Marion | 5 | -66/+75 |
2018-08-11 | Multiversioning: Device (tx) function constructor |  Mohsin Kazmi | 1 | -17/+3 |
2018-08-06 | dpdk-flow:fix raw item init |  Eyal Bari | 1 | -1/+3 |
2018-07-26 | Clean up dpdk plugin rx/tx pcap tracing |  Dave Barach | 2 | -32/+26 |
2018-07-23 | fix vector index range checks |  Eyal Bari | 1 | -1/+1 |
2018-07-19 | dpdk: fix Mellanox Connect-X3 VF ID |  Matthew Smith | 1 | -1/+1 |
2018-07-19 | dpdk: set log write fd to non-blocking |  Matthew Smith | 1 | -7/+15 |
2018-07-19 | dpdk: add device IDs for Mellanox ConnectX-3 |  Matthew Smith | 1 | -1/+6 |
2018-07-18 | DPDK: coverity scan warnings |  Marco Varlese | 2 | -7/+4 |
2018-07-18 | Add config option to use dlmalloc instead of mheap |  Dave Barach | 1 | -2/+2 |
2018-07-13 | Add QEDE poll mode driver (librte_pmd_qede) |  Igor Mikhailov (imichail) | 3 | -4/+10 |
2018-07-10 | Remove unused variables |  Igor Mikhailov (imichail) | 1 | -4/+0 |
2018-06-26 | dpdk: display rx/tx burst function name in "show hardware detail" |  Damjan Marion | 1 | -0/+20 |
2018-06-25 | dpdk: Enhancement to call crypto start api at initialization |  Sachin Saxena | 1 | -0/+4 |
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 | 3 | -27/+0 |
2018-06-21 | FastLinQ QL41000 Series PCI vendor and device ids |  Igor Mikhailov (imichail) | 1 | -0/+3 |
2018-06-21 | dpdk/ipsec: add support for UDP encap/decap |  Radu Nicolau | 2 | -17/+65 |
2018-06-19 | flow:free lookup entries after packets are handled |  eyal bari | 3 | -13/+36 |
2018-06-13 | vxlan:offload RX flow |  eyal bari | 1 | -1/+1 |
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 | 2 | -1/+26 |
2018-06-07 | Add support for DPDK 18.05 |  Damjan Marion | 5 | -44/+119 |
2018-06-05 | bond: send gratuitous arp when the active slave went down in active-backup mode |  Steven | 1 | -5/+2 |
2018-06-04 | Configure or deduce CLIB_LOG2_CACHE_LINE_BYTES (VPP-1064) |  Dave Barach | 1 | -0/+2 |
2018-06-03 | dpdk: buffer free optimizations |  Damjan Marion | 1 | -76/+61 |
2018-06-03 | dpdk: improve buffer alloc perfomance |  Damjan Marion | 1 | -70/+56 |
2018-05-31 | dpdk: Decoupling the meaning of xd->device_index in dpdk_plugin |  Rui Cai | 9 | -81/+99 |