]> git.proxmox.com Git - ovs.git/history - lib/dpif-netdev.c
dpif-netdev: Reset the rxq current cycle counter on reload.
[ovs.git] / lib / dpif-netdev.c
2018-01-17 Kevin Traynordpif-netdev: Reset the rxq current cycle counter on...
2018-01-17 Ilya Maximetsdpif-netdev: Time based output batching.
2018-01-17 Ilya Maximetsdpif-netdev: Count cycles on per-rxq basis.
2018-01-17 Ilya Maximetsdpif-netdev: Use microsecond granularity.
2018-01-17 Jan Scheurichdpif-netdev: Refactor cycle counting
2018-01-17 Jan Scheurichdpif-netdev: Refactor PMD performance into dpif-netdev...
2018-01-09 Darrell Balldpctl conntrack: Add get number of connections.
2018-01-09 Darrell Balldpctl conntrack: Add get and set maxconns command.
2018-01-08 Yi Yangnsh: rework NSH netlink keys and actions
2018-01-02 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2017-12-22 Ben Pfaffsparse: Add guards to prevent FreeBSD-incompatible...
2017-12-20 Ilya Maximetsdpif-netdev: Count sent packets and batches.
2017-12-20 Ilya Maximetsnetdev: Remove unused may_steal.
2017-12-20 Ilya Maximetsdpif-netdev: Output packet batching.
2017-12-20 Ilya Maximetsdpif-netdev: Keep latest measured time for PMD thread.
2017-12-11 Darrell Ballconntrack: Allow specified alg port numbers.
2017-12-11 Ben Pfaffdpif-netdev: Avoid "sparse" warning.
2017-12-11 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2017-12-08 Ilya MaximetsRevert "dpif_netdev: Refactor dp_netdev_pmd_thread...
2017-12-08 Yifeng Sundpif-netdev: Fix memory leak
2017-12-08 Kevin Traynordpif-netdev: Calculate rxq cycles prior to compare_rxq_...
2017-12-08 Kevin Traynordpif-netdev: Rename rxq_cycle_sort to compare_rxq_cycles.
2017-12-08 Kevin Traynordpif-netdev: Add port/queue tiebreaker to rxq_cycle_sort.
2017-12-07 Yi-Hung Weict-dpif,dpif-netlink: Support conntrack flush by ct...
2017-11-20 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2017-11-16 Kevin Traynordpif-netdev: Rename rxq_interval.
2017-11-12 Kevin Traynordpif-netdev: Remove unnecessary resets on new rxqs.
2017-11-03 Guoshuai Lidpif-netdev: Set MAX_RECIRC_DEPTH to 6.
2017-11-03 Bhanuprakash Bodireddydpif_netdev: Refactor dp_netdev_pmd_thread structure.
2017-11-03 Bhanuprakash Bodireddydpif-netdev: Reorder elements in dp_netdev_rxq structure.
2017-11-03 Xiao Lianglib: Move lib/poll-loop.h to include/openvswitch
2017-10-27 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2017-10-27 Ben Pfaffdpif-netdev: Initialize new rxqs in port_reconfigure().
2017-09-29 Andy Zhoudpif-netdev: Use portable error code for zero rate...
2017-09-27 Ali Volkan ATLIdpif-netdev: Fix a zero-rate bug for meter
2017-09-25 Ben PfaffMerge pull request #207 from darball/dpdk_merge
2017-09-22 Bhanuprakash Bodireddydpif-netdev: Fix comments for pmd_load_cached_ports.
2017-09-22 Bhanuprakash Bodireddydpif-netdev: Remove 'cnt' in dp_netdev_input__().
2017-09-22 Bhanuprakash Bodireddydpif-netdev: Use DP_PACKET_BATCH_FOR_EACH in fast_path_...
2017-09-22 Bhanuprakash Bodireddydpif-netdev: Use DP_PACKET_BATCH_FOR_EACH in dp_netdev_...
2017-09-22 Fischetti, Antoniodpif-netdev: Avoid reading RSS hash when EMC is disabled.
2017-09-12 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/darball...
2017-09-10 Ben Pfaffdpif-netdev: Avoid side-effect in argument of atomic_st...
2017-09-05 Kevin Traynordpif-netdev: Fix a couple of coding style issues.
2017-09-05 Cian Ferriterdpif-netdev: Rename "size" variable to "cnt".
2017-09-05 Fischetti, Antoniodpif-netdev: Fix comments in function headers.
2017-09-05 Ilya Maximetsdpif-netdev: Fix per packet cycles statistics.
2017-08-29 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/darball...
2017-08-25 Kevin Traynordpif-netdev: Add ovs-appctl dpif-netdev/pmd-rxq-rebalance.
2017-08-25 Kevin Traynordpif-netdev: Change pmd selection order.
2017-08-25 Kevin Traynordpif-netdev: Change rxq_scheduling to use rxq processin...
2017-08-25 Kevin Traynordpif-netdev: Count the rxq processing cycles for an...
2017-08-25 Kevin Traynordpif-netdev: Add rxq processing cycle counters.
2017-08-25 Kevin Traynordpif-netdev: Change polled_queue to use dp_netdev_rxq.
2017-08-25 Fischetti, Antonioconntrack: pass current time to conntrack_execute.
2017-08-07 Jan ScheurichGeneric encap and decap support for NSH
2017-08-02 Ben PfaffEliminate most shadowing for local variable names.
2017-08-02 Bhanuprakash Bodireddydpif-netdev: Reorder elements in dp_netdev_port structure.
2017-08-02 Antonio Fischettidpctl: Add new 'ct-bkts' command.
2017-08-02 Billy O'Mahonydpif-netdev: Assign ports to pmds on non-local numa...
2017-08-02 Ilya Maximetsdpif-netdev: Don't uninit emc on reload.
2017-08-02 Ilya Maximetsdpif-netdev: Incremental addition/deletion of PMD threads.
2017-07-20 Justin Pettitdpif-netdev: Indicate support for various ct features.
2017-07-19 Sugesh Chandrantunneling: Avoid datapath-recirc by combining recirc...
2017-07-15 Justin Pettitdpif-netdev: Initialize 'tun_md' member of match.
2017-07-13 Ilya Maximetsdpif-netdev: Fix few comments.
2017-07-11 Ilya Maximetsdpif-netdev: Remove useless port checking.
2017-07-11 Ciara Loftusdpif-netdev: Fix insertion probability
2017-07-11 Antonio FischettiFix coding style and some typos.
2017-07-06 Ciara Loftusdpif-netdev: Change definitions of 'idle' & 'processing...
2017-06-23 Ben Pfaffodp-util: Use port names in output in more places.
2017-06-20 Bhanuprakash Bodireddydpif-netdev: Skip invoking qsort on empty list.
2017-06-19 Ben Pfaffopenvswitch.h: Use odp_port_t for port numbers in users...
2017-06-15 Paul Blakeydpctl: Add an option to dump only certain kinds of...
2017-06-02 Darrell Balldpdk: Parse NAT netlink for userspace datapath.
2017-06-02 Jan Scheurichuserspace: Switching of L3 packets in L2 pipeline
2017-06-01 Ben Pfaffdpif-netdev: Fix use-after-free error in reconfigure_da...
2017-05-18 Eelco Chaudrondpif-netdev: The pmd-*-show commands will show info...
2017-05-18 Bhanuprakash Bodireddydpif-netdev: Fix comments for dp_netdev_pmd_thread...
2017-05-18 Bhanuprakash Bodireddydpif-netdev: Reorder elements in dp_netdev structure.
2017-05-18 Bhanuprakash Bodireddydpif-netdev: Skip EMC lookup when EMC is disabled.
2017-05-18 Kevin Traynordpif-netdev/netdev-dpdk: Fix line lengths.
2017-05-10 Joe StringerRevert "tunneling: Avoid recirculation on datapath."
2017-05-03 Jan Scheurichuserspace: Add packet_type in dp_packet and flow
2017-04-28 Andy Zhouofproto-dpif: Add 'meter_ids' to backer
2017-04-27 Jarno Rajahalmedatapath: Add eventmask support to CT action.
2017-04-21 Sugesh Chandrantunneling: Avoid recirculation on datapath.
2017-03-16 Eric GarverAdd support for 802.1ad (QinQ tunneling)
2017-03-09 Jarno Rajahalmeconntrack: Force commit.
2017-03-09 Jarno Rajahalmedatapath: Add force commit.
2017-03-08 Jarno Rajahalmedpif-netdev: Simple DROP meter implementation.
2017-03-08 Jarno Rajahalmedpif: Meter framework.
2017-03-02 Yang, Yi Ydatapath: add Ethernet push and pop actions
2017-02-16 Ciara Loftusdpif-netdev: Conditional EMC insert
2017-02-03 Daniele Di Proiettodpif-netdev: Pass Openvswitch other_config smap to...
2017-01-27 Andy Zhoudp-packet: Enhance packet batch APIs.
2017-01-24 Andy Zhoudpif-netdev: Add clone action
2017-01-24 Andy Zhoudpif-netdev: Avoid sending probe packets
2017-01-17 nickcooper-zhangto... dpif-netdev: Avoids repeated addition of DP_STAT_LOST.
2017-01-16 Daniele Di Proiettodpif-netdev: Centralized threads and queues handling...
next