summaryrefslogtreecommitdiff
path: root/lib/dpif.h
Commit message (Expand)AuthorAgeFilesLines
* ofproto-dpif-upcall: Reset ukey's last stats value if the datapath changed.Eelco Chaudron2023-03-031-0/+1
* dpctl: Add function to read hardware offload statistics.Gaetan Rivet2022-01-181-0/+9
* dpctl: dpif: Allow viewing and configuring dp cache sizes.Eelco Chaudron2021-11-081-0/+7
* dpctl: dpif: Add kernel datapath cache hit output.Eelco Chaudron2021-11-081-0/+2
* dpif-netlink: Introduce per-cpu upcall dispatch.Mark Gray2021-07-161-0/+1
* dpif: Fix use of uninitialized execute hash.Ilya Maximets2021-04-201-1/+1
* dpif-netlink: Fix issues of the offloaded flows counter.Jianbo Liu2020-12-211-1/+2
* dpif-netlink: Count the number of offloaded rulesJianbo Liu2020-12-071-0/+1
* Eliminate use of term "slave" in bond, LACP, and bundle contexts.Ben Pfaff2020-10-211-1/+1
* Eliminate "whitelist" and "blacklist" terms.Ben Pfaff2020-10-161-1/+1
* userspace: Avoid dp_hash recirculation for balance-tcp bond mode.Vishal Deep Ajmera2020-06-221-0/+12
* dpif: Fix dp_extra_info leak by reworking the allocation scheme.Ilya Maximets2020-01-271-5/+4
* dpif: Fix leak and usage of uninitialized dp_extra_info.Ilya Maximets2020-01-201-3/+4
* dpif-netdev: Modified ovs-appctl dpctl/dump-flows commandEmma Finn2020-01-171-0/+1
* dpif: Turn dpif_flow_hash function into generic odp_flow_key_hash.Ilya Maximets2020-01-081-3/+1
* userspace: Improved packet drop statistics.Anju Thomas2020-01-071-0/+1
* dpif: Add support to set user featuresPaul Blakey2019-12-221-0/+2
* Add offload packets statisticszhaozhanxu2019-12-061-0/+12
* ofproto-dpif-upcall: Echo HASH attribute back to datapath.Tonghao Zhang2019-11-221-0/+2
* vswitchd: Always cleanup userspace datapath.Ilya Maximets2019-07-021-0/+2
* Remove ESX references.Justin Pettit2019-06-011-3/+3
* dpif: Restore a few lines with form feed charactersSriharsha Basavapatna2018-10-311-1/+1
* revalidator: Rebalance offloaded flows based on the pps rateSriharsha Basavapatna via dev2018-10-191-2/+10
* dpif: Remove support for multiple queues per port.Ben Pfaff2018-09-261-14/+1
* dpctl: Expand the flow dump type filterGavi Teitz2018-09-131-1/+6
* dpif: Don't pass in '*meter_id' to meter_set commands.Justin Pettit2018-08-161-1/+1
* Revert "dpctl: Expand the flow dump type filter"Justin Pettit2018-07-251-6/+1
* dpctl: Expand the flow dump type filterGavi Teitz2018-07-251-1/+6
* dpctl: Properly reflect a rule's offloaded to HW stateGavi Teitz2018-06-181-1/+6
* Embrace anonymous unions.Ben Pfaff2018-05-251-1/+1
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-131-1/+1
* dpif: Use spaces instead of tabs.Justin Pettit2017-12-211-3/+3
* netdev, dpif: fix the crash/assert on port deleteAshish Varma2017-11-131-1/+1
* dpif: Refactor obj type from void pointer to dpif_classRoi Dayan2017-07-271-2/+0
* dpif: Refactor flow logging functions to be used by other modulesRoi Dayan2017-06-151-0/+28
* dpctl: Indicate if flow is offloaded when dumping flows of all typesPaul Blakey2017-06-151-0/+1
* dpctl: Add an option to dump only certain kinds of flowsPaul Blakey2017-06-151-1/+2
* dpif: Save added ports in a port map for netdev flow api usePaul Blakey2017-06-151-0/+2
* dpif: Refactor dpif_probe_feature()Andy Zhou2017-03-101-1/+2
* dpif: Meter framework.Jarno Rajahalme2017-03-081-1/+12
* dpif-netdev: Pass Openvswitch other_config smap to dpif.Daniele Di Proietto2017-02-031-1/+1
* dpctl: Avoid making assumptions on pmd threads.Daniele Di Proietto2017-01-151-3/+9
* doc: Populate 'topics' sectionStephen Finucane2016-12-121-3/+2
* doc: Convert datapath/README to rSTStephen Finucane2016-11-031-1/+1
* dpif: Reorder elements in dpif_upcall structure.Bhanuprakash Bodireddy2016-10-171-1/+4
* dpdk: New module with some code from netdev-dpdk.Daniele Di Proietto2016-10-121-0/+2
* bridge: Pass interface's configuration to datapath.Ilya Maximets2016-07-271-0/+1
* ofp-actions: Add truncate action.William Tu2016-06-241-0/+1
* dpif: Pass flow parameter to dpif_execute().Daniele Di Proietto2016-05-201-0/+1
* dpif-netdev: Allow different numbers of rx queues for different ports.Ilya Maximets2016-02-041-2/+1