Linux Foundation Collaborative Projects
index
:
vpp
master
stable/1606
stable/1609
stable/1701
stable/1704
stable/1707
stable/1710
stable/1801
stable/1804
stable/1807
stable/1810
stable/1901
stable/1904
stable/1908
stable/2001
stable/2005
stable/2009
stable/2101
stable/2106
stable/2110
stable/2202
stable/2206
stable/2210
stable/2302
stable/2306
stable/2310
stable/2402
stable/2406
stable/2410
stable/test
Vector Packet Processing
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
dpdk
/
device
Age
Commit message (
Expand
)
Author
Files
Lines
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
3
-31
/
+89
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-05-31
dpdk: Decoupling the meaning of xd->device_index in dpdk_plugin
Rui Cai
8
-70
/
+89
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
4
-9
/
+10
2018-05-29
Add VLIB_NODE_FN() macro to simplify multiversioning of node functions
Damjan Marion
2
-22
/
+6
2018-05-29
dpdk: Add PMD type for Cavium LiquidIO II CN23XX
chuhong yao
3
-1
/
+13
2018-05-26
dpdk: enable RX for no-multi-seg
Zhiyong Yang
1
-0
/
+5
2018-05-25
Add interface rx pcap tracing
Dave Barach
4
-66
/
+154
2018-05-23
dpdk:flow add vxlan flow support
Eyal Bari
1
-12
/
+77
2018-05-21
dpdk:enable flow director perfect mode
Eyal Bari
3
-4
/
+25
2018-05-18
Add vlib_buffer_enqueue_to_next inline function
Damjan Marion
1
-75
/
+3
2018-05-17
Add buffer pointer-to-index and index-to-pointer array functions
Damjan Marion
2
-106
/
+7
2018-05-17
flow:redirect to node
Eyal Bari
1
-2
/
+1
2018-05-16
dpdk: fix rte_eth_dev_set_mtu callsites to use same mtu value
Rui Cai
1
-1
/
+1
2018-05-12
dpdk: Add constants for failsafe PMD
Rui Cai
2
-2
/
+13
2018-05-11
dpdk: fix Unknown interface with Mellanox NIC
Steve Shin
1
-1
/
+1
2018-05-10
vppinfra: use count_trailing_zeros in sparse_vec_index
Damjan Marion
1
-3
/
+3
2018-05-10
vnet: device flow offload infra
Damjan Marion
5
-0
/
+362
2018-05-10
dpdk:fix tx count
Eyal Bari
1
-1
/
+2
2018-05-09
dpdk: fix free of tx dropped packets
Florin Coras
1
-1
/
+1
2018-05-09
dpdk: tx code rework
Damjan Marion
3
-261
/
+158
2018-05-09
dpdk:fix mbuf index typo's
Eyal Bari
1
-4
/
+4
2018-05-07
dpdk: improve perf of buffer indices calc in the input node
Damjan Marion
1
-34
/
+53
2018-05-04
Harmonize vec/pool_get_aligned object sizes and alignment requests
Dave Barach
1
-0
/
+5
2018-04-27
A bit of buffer metadata reshuffling to accommodate flow_id
Damjan Marion
1
-1
/
+1
2018-04-25
dpdk: complete rework of the dpdk-input node
Damjan Marion
7
-465
/
+556
2018-04-18
dpdk: improve logging
Damjan Marion
4
-35
/
+187
2018-04-18
dpdk: resurrect removed code [VPP-1245]
Steven
1
-0
/
+4
2018-04-17
dpdk: add additional fields to rte_mbuf trace print
Damjan Marion
1
-2
/
+5
2018-04-17
dpdk: print device flags in the 'show hardware' output
Damjan Marion
2
-11
/
+37
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-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-22
VPP-1204: Fix coverity warning
Dave Barach
1
-2
/
+5
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-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-15
dpdk: add support for DPDK 18.02, deprecate 17.08
Damjan Marion
2
-10
/
+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
2
-12
/
+0
2018-02-01
dpdk:fix typo in prefetch sequence
Eyal Bari
1
-2
/
+2
2018-01-09
Patch ENA PMD to skip setting tx flags in rx path
Matthew Smith
1
-1
/
+1
[next]