summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-upcall.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ofproto-dpif-upcall: fix for segmentation faultAshish Varma2018-03-051-0/+5
* xlate: auto ofproto trace when recursion too deepWilliam Tu2018-03-051-1/+21
* Don't shadow variables.Justin Pettit2018-02-281-28/+22
* Don't shadow global VLOG "rl" definition.Justin Pettit2018-02-281-7/+8
* ofproto-dpif-upcall: Fix using uninitialized fitness.Ilya Maximets2018-02-261-0/+1
* ofproto-dpif-upcall: Slow path flows that datapath can't fully match.Ben Pfaff2018-02-061-3/+13
* ofproto-dpif-upcall: Fix typo in comment.Ben Pfaff2018-01-241-1/+1
* ofproto-dpif-sflow: Recursively examine actions inside clone.Zoltan Balogh2018-01-231-1/+1
* ofproto-dpif: Don't slow-path controller actions with pause.Justin Pettit2018-01-101-7/+24
* ofproto-dpif: Don't slow-path controller actions.Justin Pettit2018-01-101-18/+77
* ofproto: Add 'ofproto_uuid' and 'ofp_in_port' to user action cookie.Justin Pettit2018-01-101-15/+34