]> git.proxmox.com Git - mirror_ovs.git/history - lib/dpif-netdev.c
dpif-netdev: Per-port configurable EMC.
[mirror_ovs.git] / lib / dpif-netdev.c
2019-01-18 Ilya Maximetsdpif-netdev: Per-port configurable EMC.
2019-01-16 Nitin KatiyarAdding support for PMD auto load balancing
2018-11-02 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-11-02 Ilya Maximetsdpif-netdev: End the quiescent state for flow offloadin...
2018-11-02 Ilya Maximetsdpif-netdev: Fix cmap node use after free on flow disas...
2018-10-19 Sriharsha Basavapa... revalidator: Rebalance offloaded flows based on the...
2018-10-09 Ilya Maximetsdpif-netdev: Add vlan to mask for flow_put operation.
2018-09-18 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-09-14 Kevin Traynordpif-netdev: Add round-robin based rxq to pmd assignment.
2018-09-13 Gavi Teitzdpctl: Expand the flow dump type filter
2018-09-13 Gavi Teitzdpif-netdev: Initialize dpif_flow attrs
2018-09-04 Justin Pettitdpif-netdev: Prevent unsafe access when retrieving...
2018-09-04 Justin Pettitdpif-netdev: Don't check if xcalloc() failed when creat...
2018-08-27 Vishal Deep Ajmeradpif-netdev: Avoid reordering of packets in a batch...
2018-08-17 Yi-Hung Weidpif: Support conntrack zone limit.
2018-08-16 Justin Pettitdpif: Don't pass in '*meter_id' to meter_set commands.
2018-08-08 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-08-08 Ilya Maximetsdpif-netdev: Fix zero length keys insertion to EMC.
2018-07-30 Justin Pettitdpif: Move common meter checks into the dpif layer.
2018-07-25 Justin PettitRevert "dpif-netdev: Use compatible function type to...
2018-07-25 Aaron Conoledpif-netdev: Use compatible function type to fix broken...
2018-07-24 Yipeng Wangdpif-netdev: Add SMC cache after EMC cache
2018-07-06 Justin Pettitdpif-netdev: Fix a couple of comments for dp_netdev_run...
2018-07-06 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-07-06 Yuanhan Liudpif-netdev: do hw flow offload in a thread
2018-07-06 Yuanhan Liudpif-netdev: retrieve flow directly from the flow mark
2018-07-06 Yuanhan Liudpif-netdev: associate flow with a mark id
2018-06-12 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-06-11 Ben Pfafftreewide: Convert leading tabs to spaces.
2018-05-25 Ben PfaffEmbrace anonymous unions.
2018-05-25 Ilya Maximetsdpif-netdev: Free packets on TUNNEL_PUSH if should_steal.
2018-05-25 Eelco Chaudronnetdev-dpdk: Don't use PMD driver if not configured...
2018-05-23 Darrell Ballodp-execute: Rename 'may_steal' to 'should_steal'.
2018-05-11 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-05-11 Jan Scheurichdpif-netdev: Detection and logging of suspicious PMD...
2018-05-11 Jan Scheurichdpif-netdev: Detailed performance stats for PMDs
2018-05-11 Jan Scheurichnetdev: Add optional qfill output parameter to rxq_recv()
2018-03-31 Ben Pfaffflow: Improve type-safety of MINIFLOW_GET_TYPE.
2018-02-28 Justin PettitDon't shadow iterator values.
2018-02-28 Justin Pettitdp-packet: Add index to DP_PACKET_BATCH_FOR_EACH to...
2018-02-14 Yi-Hung Weiconntrack: Support conntrack flush by ct 5-tuple
2018-02-13 Ben Pfaffofp-util, ofp-parse: Break up into many separate modules.
2018-01-20 Eric Garverdpif: Add support for OVS_ACTION_ATTR_CT_CLEAR
2018-01-19 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-01-17 Kevin Traynordpif-netdev: Add percentage of pmd/core used by each...
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.
next