index
:
delta/openvswitch.git
branch-1.1
branch-1.10
branch-1.11
branch-1.2
branch-1.3
branch-1.4
branch-1.5
branch-1.6
branch-1.7
branch-1.8
branch-1.9
branch-2.0
branch-2.1
branch-2.10
branch-2.11
branch-2.12
branch-2.13
branch-2.14
branch-2.15
branch-2.16
branch-2.17
branch-2.2
branch-2.3
branch-2.4
branch-2.5
branch-2.6
branch-2.7
branch-2.8
branch-2.9
branch-3.0
branch-3.1
dpdk-hwol
dpdk-latest
dpdk-travis-build-test
elephant
ext-320
for-nox/0.4
lts-1.0
lts-1.0a
master
openflow-1.0
ovn
ovn-ddlog-patches
raft2
review/jarno_ct_bp_v1
vlan-maint
wdp
xs5.7
github.com: openvswitch/ovs.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
dpif-netdev.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dpif: Add support for OVS_ACTION_ATTR_CT_CLEAR
Eric Garver
2018-01-20
1
-0
/
+1
*
dpif-netdev: Add percentage of pmd/core used by each rxq.
Kevin Traynor
2018-01-17
1
-13
/
+40
*
dpif-netdev: Reset the rxq current cycle counter on reload.
Kevin Traynor
2018-01-17
1
-0
/
+2
*
dpif-netdev: Time based output batching.
Ilya Maximets
2018-01-17
1
-22
/
+86
*
dpif-netdev: Count cycles on per-rxq basis.
Ilya Maximets
2018-01-17
1
-2
/
+30
*
dpif-netdev: Use microsecond granularity.
Ilya Maximets
2018-01-17
1
-13
/
+14
*
dpif-netdev: Refactor cycle counting
Jan Scheurich
2018-01-17
1
-85
/
+33
*
dpif-netdev: Refactor PMD performance into dpif-netdev-perf
Jan Scheurich
2018-01-17
1
-209
/
+147
*
dpctl conntrack: Add get number of connections.
Darrell Ball
2018-01-09
1
-0
/
+9
*
dpctl conntrack: Add get and set maxconns command.
Darrell Ball
2018-01-09
1
-0
/
+18
*
nsh: rework NSH netlink keys and actions
Yi Yang
2018-01-08
1
-2
/
+2
*
Merge branch 'dpdk_merge' of https://github.com/istokes/ovs into HEAD
Ben Pfaff
2018-01-02
1
-69
/
+175
|
\
|
*
dpif-netdev: Count sent packets and batches.
Ilya Maximets
2017-12-20
1
-5
/
+25
|
*
netdev: Remove unused may_steal.
Ilya Maximets
2017-12-20
1
-1
/
+1
|
*
dpif-netdev: Output packet batching.
Ilya Maximets
2017-12-20
1
-12
/
+65
|
*
dpif-netdev: Keep latest measured time for PMD thread.
Ilya Maximets
2017-12-20
1
-56
/
+89
*
|
sparse: Add guards to prevent FreeBSD-incompatible #include order.
Ben Pfaff
2017-12-22
1
-0
/
+1
|
/
*
conntrack: Allow specified alg port numbers.
Darrell Ball
2017-12-11
1
-2
/
+2
*
dpif-netdev: Avoid "sparse" warning.
Ben Pfaff
2017-12-11
1
-2
/
+4
*
Revert "dpif_netdev: Refactor dp_netdev_pmd_thread structure."
Ilya Maximets
2017-12-08
1
-91
/
+69
*
dpif-netdev: Fix memory leak
Yifeng Sun
2017-12-08
1
-0
/
+3
*
dpif-netdev: Calculate rxq cycles prior to compare_rxq_cycles calls.
Kevin Traynor
2017-12-08
1
-11
/
+13
*
dpif-netdev: Rename rxq_cycle_sort to compare_rxq_cycles.
Kevin Traynor
2017-12-08
1
-2
/
+2
*
dpif-netdev: Add port/queue tiebreaker to rxq_cycle_sort.
Kevin Traynor
2017-12-08
1
-3
/
+12
*
ct-dpif,dpif-netlink: Support conntrack flush by ct 5-tuple
Yi-Hung Wei
2017-12-07
1
-1
/
+5
*
dpif-netdev: Rename rxq_interval.
Kevin Traynor
2017-11-16
1
-4
/
+4
*
dpif-netdev: Remove unnecessary resets on new rxqs.
Kevin Traynor
2017-11-12
1
-7
/
+0
*
dpif-netdev: Set MAX_RECIRC_DEPTH to 6.
Guoshuai Li
2017-11-03
1
-1
/
+1
*
dpif_netdev: Refactor dp_netdev_pmd_thread structure.
Bhanuprakash Bodireddy
2017-11-03
1
-69
/
+91
*
dpif-netdev: Reorder elements in dp_netdev_rxq structure.
Bhanuprakash Bodireddy
2017-11-03
1
-1
/
+1
*
lib: Move lib/poll-loop.h to include/openvswitch
Xiao Liang
2017-11-03
1
-1
/
+1
*
dpif-netdev: Initialize new rxqs in port_reconfigure().
Ben Pfaff
2017-10-27
1
-2
/
+7
*
dpif-netdev: Use portable error code for zero rate meter band
Andy Zhou
2017-09-29
1
-1
/
+1
*
dpif-netdev: Fix a zero-rate bug for meter
Ali Volkan ATLI
2017-09-27
1
-0
/
+9
*
dpif-netdev: Fix comments for pmd_load_cached_ports.
Bhanuprakash Bodireddy
2017-09-22
1
-1
/
+3
*
dpif-netdev: Remove 'cnt' in dp_netdev_input__().
Bhanuprakash Bodireddy
2017-09-22
1
-2
/
+1
*
dpif-netdev: Use DP_PACKET_BATCH_FOR_EACH in fast_path_processing.
Bhanuprakash Bodireddy
2017-09-22
1
-8
/
+7
*
dpif-netdev: Use DP_PACKET_BATCH_FOR_EACH in dp_netdev_run_meter.
Bhanuprakash Bodireddy
2017-09-22
1
-8
/
+7
*
dpif-netdev: Avoid reading RSS hash when EMC is disabled.
Fischetti, Antonio
2017-09-22
1
-4
/
+28
*
Merge branch 'dpdk_merge' of https://github.com/darball/ovs.
Ben Pfaff
2017-09-12
1
-21
/
+22
|
\
|
*
dpif-netdev: Fix a couple of coding style issues.
Kevin Traynor
2017-09-05
1
-5
/
+6
|
*
dpif-netdev: Rename "size" variable to "cnt".
Cian Ferriter
2017-09-05
1
-4
/
+4
|
*
dpif-netdev: Fix comments in function headers.
Fischetti, Antonio
2017-09-05
1
-6
/
+7
|
*
dpif-netdev: Fix per packet cycles statistics.
Ilya Maximets
2017-09-05
1
-6
/
+5
*
|
dpif-netdev: Avoid side-effect in argument of atomic_store_relaxed().
Ben Pfaff
2017-09-10
1
-2
/
+2
|
/
*
dpif-netdev: Add ovs-appctl dpif-netdev/pmd-rxq-rebalance.
Kevin Traynor
2017-08-25
1
-0
/
+35
*
dpif-netdev: Change pmd selection order.
Kevin Traynor
2017-08-25
1
-1
/
+26
*
dpif-netdev: Change rxq_scheduling to use rxq processing cycles.
Kevin Traynor
2017-08-25
1
-31
/
+92
*
dpif-netdev: Count the rxq processing cycles for an rxq.
Kevin Traynor
2017-08-25
1
-4
/
+71
*
dpif-netdev: Add rxq processing cycle counters.
Kevin Traynor
2017-08-25
1
-3
/
+27
[next]