summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-upcall.c
Commit message (Expand)AuthorAgeFilesLines
* ofproto-dpif-upcall: Remove redundant time_msec() in revalidate().Eelco Chaudron2023-03-151-3/+1
* ofproto-dpif-upcall: Wait for valid hw flow stats before applying min-revalid...Eelco Chaudron2023-03-151-10/+15
* treewide: Remove uses of ATOMIC_VAR_INIT.Fangrui Song2023-03-061-2/+2
* ofproto-dpif-upcall: Include hardware offloaded flows in total flows.Eelco Chaudron2023-03-031-0/+11
* ofproto-dpif-upcall: Reset ukey's last stats value if the datapath changed.Eelco Chaudron2023-03-031-2/+39
* ofproto-dpif-upcall: Use last known stats ukey stats on revalidate missed dp ...Eelco Chaudron2023-02-151-1/+1
* ofproto-dpif-upcall: New ukey needs to take the old ukey's dump seq.Peng He2023-02-071-0/+1
* utilities: Add revalidator measurement script and needed USDT probes.Eelco Chaudron2023-01-271-0/+11
* revalidator: Allow min-revalidator-pps to be 0.Han Zhou2023-01-271-0/+4
* ofproto-dpif-upcall: Print more data on unassociated datapath ports.Ilya Maximets2022-10-111-8/+19
* ofproto-dpif-upcall: Add debug commands to pause/resume revalidators.Ilya Maximets2022-09-161-0/+33
* ofproto-dpif-trace: add --name option for ofproto/trace.Nobuhiro MIKI2022-09-151-1/+2
* ofproto-dpif-upcall: Fix n_revalidators on upcall show.Wan Junjie2022-02-021-2/+2
* dpif-netlink: Introduce per-cpu upcall dispatch.Mark Gray2021-07-161-7/+44
* ofproto: Change type of n_handlers and n_revalidators.Mark Gray2021-07-161-10/+10
* ofproto-dpif-upcall: Fix ukey leak on udpif destroy.Ilya Maximets2021-02-191-0/+5
* odp-util: Fix netlink message overflow with userdata.Ilya Maximets2020-12-221-1/+1
* dpif-netlink: Fix issues of the offloaded flows counter.Jianbo Liu2020-12-211-6/+5
* dpif-netlink: Count the number of offloaded rulesJianbo Liu2020-12-071-0/+6
* ofproto-dpif-upcall: Log the emergency flow flush.Flavio Leitner2020-10-081-1/+20
* ofproto-dpif-upcall: Log the value of flow limit.Flavio Leitner2020-10-081-1/+3
* ofproto: report coverage on hitting datapath flow limitGowrishankar Muthukrishnan2020-07-131-0/+6
* netdev-offload: Use dpif type instead of class.Ilya Maximets2020-07-081-3/+2
* netdev-offload: Implement terse dump supportVlad Buslov2020-06-051-2/+22
* tun_metadata: Fix coredump caused by use-after-free bugYifeng Sun2020-04-101-1/+2
* dpif: Fix dp_extra_info leak by reworking the allocation scheme.Ilya Maximets2020-01-271-3/+0
* ofproto: Do not delete datapath flows on exit by default.Ben Pfaff2020-01-241-10/+16
* ofproto-dpif-upcall: Get rid of udpif_synchronize().Ben Pfaff2020-01-241-17/+0
* dpif: Fix leak and usage of uninitialized dp_extra_info.Ilya Maximets2020-01-201-0/+3
* ofproto-dpif-upcall: Fix using uninitialized upcall hash.Ilya Maximets2020-01-071-1/+3
* Add offload packets statisticszhaozhanxu2019-12-061-5/+6
* ofproto: fix stack-buffer-overflowLinhaifeng2019-12-021-1/+1
* ofproto-dpif-upcall: Echo HASH attribute back to datapath.Tonghao Zhang2019-11-221-3/+7
* ofproto-dpif: Fix using uninitialised memory in user_action_cookie.Ilya Maximets2019-08-231-0/+1
* upcall: Configure datapath min-revalidate-pps through ovs-vsctl.Vlad Buslov2019-08-211-2/+2
* upcall: Change should_revalidate to use max-revalidator valueVlad Buslov2019-08-211-1/+1
* upcall: Configure datapath max-revalidator through ovs-vsctl.Vlad Buslov2019-08-211-1/+2
* ofproto-dpif-upcall: Remove unused macro MAX_QUEUE_LENGTH.Yunjian Wang2019-07-051-1/+0
* ofproto-dpif: Fix continuation with patch portYi-Hung Wei2019-06-211-0/+1
* odp-util: Improve log messages and error reporting for Netlink parsing.Ben Pfaff2019-02-251-6/+9
* ofproto-dpif-upcall: Don't purge ukeys while in a quiescent state.Ben Pfaff2018-11-061-22/+16
* 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-6/+440
* revalidator: Gather packets-per-second rate of flowsSriharsha Basavapatna via dev2018-10-191-0/+51
* dpif: Remove support for multiple queues per port.Ben Pfaff2018-09-261-4/+3
* ofproto-dpif-upcall: Fix for flow limit issue in revalidatorVishal Deep Ajmera2018-08-151-2/+2
* ofproto-dpif-upcall: Remove tabs from output.Ben Pfaff2018-06-111-4/+4
* Embrace anonymous unions.Ben Pfaff2018-05-251-33/+33
* ofproto-dpif-upcall: Only call ovsrcu_postpone() on active actionsEelco Chaudron2018-04-191-2/+7
* ofproto-dpif: Init ukey->dump_seq to zeroJan Scheurich2018-04-041-9/+5