Show patches with: Submitter = Adrian Moreno       |    Archived = No       |   436 patches
« 1 2 3 44 5 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[ovs-dev,01/13] util: add multi-variable loop iterator macros Fix undefined behavior in loop macros - - - - 2-- 2022-01-24 Adrian Moreno Superseded
[ovs-dev,01/16] util: add multi-variable loop iterator macros Fix undefined behavior in loop macros - - - - 2-- 2022-02-14 Adrian Moreno Superseded
[ovs-dev,02/13] util: add safe multi-variable iterators Fix undefined behavior in loop macros - - - - 2-- 2022-01-24 Adrian Moreno Superseded
[ovs-dev,02/16] util: add safe multi-variable iterators Fix undefined behavior in loop macros - - - - 2-- 2022-02-14 Adrian Moreno Superseded
[ovs-dev,03/13] list: use multi-variable helpers for list loops Fix undefined behavior in loop macros - - - - 11- 2022-01-24 Adrian Moreno Superseded
[ovs-dev,03/16] list: use multi-variable helpers for list loops Fix undefined behavior in loop macros - - - - -11 2022-02-14 Adrian Moreno Superseded
[ovs-dev,04/13] list: ensure iterator is NULL after pop loop Fix undefined behavior in loop macros - - - - 2-- 2022-01-24 Adrian Moreno Superseded
[ovs-dev,04/16] list: ensure iterator is NULL after pop loop Fix undefined behavior in loop macros - - - - 2-- 2022-02-14 Adrian Moreno Superseded
[ovs-dev,05/13] list: remove the next variable in safe loops Fix undefined behavior in loop macros - - - - --2 2022-01-24 Adrian Moreno Superseded
[ovs-dev,05/16] list: use short version of safe loops if possible Fix undefined behavior in loop macros - - - - 11- 2022-02-14 Adrian Moreno Superseded
[ovs-dev,06/13] hmap: use multi-variable helpers for hmap loops Fix undefined behavior in loop macros - - - - -1- 2022-01-24 Adrian Moreno Superseded
[ovs-dev,06/16] hmap: use multi-variable helpers for hmap loops Fix undefined behavior in loop macros - - - - 11- 2022-02-14 Adrian Moreno Superseded
[ovs-dev,07/13] hmap: implement UB-safe hmap pop iterator Fix undefined behavior in loop macros - - - - -1- 2022-01-24 Adrian Moreno Superseded
[ovs-dev,07/16] hmap: implement UB-safe hmap pop iterator Fix undefined behavior in loop macros - - - - 11- 2022-02-14 Adrian Moreno Superseded
[ovs-dev,08/13] hmap: remove the next variable in safe loops Fix undefined behavior in loop macros - - - - --1 2022-01-24 Adrian Moreno Superseded
[ovs-dev,08/16] hmap: use short version of safe loops if possible Fix undefined behavior in loop macros - - - - 11- 2022-02-14 Adrian Moreno Superseded
[ovs-dev,09/13] cmap: use multi-variable iterators Fix undefined behavior in loop macros - - - - -1- 2022-01-24 Adrian Moreno Superseded
[ovs-dev,09/16] cmap: use multi-variable iterators Fix undefined behavior in loop macros - - - - -11 2022-02-14 Adrian Moreno Superseded
[ovs-dev,1/1] match: do not print "igmp" match keyword flow dumps containing igmp match cannot be restored 1 - - - 2-- 2021-06-30 Adrian Moreno Changes Requested
[ovs-dev,1/1] usdt-scripts: use ebpf to track upcall_cost usdt-scripts: use ebpf to track upcall_cost - - - - 2-1 2023-02-24 Adrian Moreno Changes Requested
[ovs-dev,1/2] dpif-netlink: always create at least 1 handler Fix number or handler calculation in corner cases 2 1 - - 3-- 2023-03-27 Adrian Moreno Accepted
[ovs-dev,1/2] ofproto-ipfix: use per-domain template timeouts ofproto-ipfix: use per-domain template timeouts - - - - 21- 2022-10-18 Adrian Moreno Superseded
[ovs-dev,1/2] ovs-thread: Detect changes in cpu affinity Detect changes in cpu affinity - 1 - - 3-- 2022-08-26 Adrian Moreno Superseded
[ovs-dev,1/2] rculist: use rculist_back_protected to access prev [ovs-dev,1/2] rculist: use rculist_back_protected to access prev - - - - 2-1 2022-11-28 Adrian Moreno Superseded
[ovs-dev,1/7] netdev: add netdev_get_speed() to nedev API Improve linux QoS for exotic and fast links - - - - 3-- 2023-04-21 Adrian Moreno Changes Requested
[ovs-dev,1/7] python: Do not compare types, use 'insinstance'. python: Miscelaneous flow parsing fixes - - - - --2 2023-12-01 Adrian Moreno Not Applicable
[ovs-dev,1/8] python: fix datapath flow decoders [ovs-dev,1/8] python: fix datapath flow decoders 1 - - - 2-1 2022-10-17 Adrian Moreno Superseded
[ovs-dev,10/13] hindex: use multi-variable iterators Fix undefined behavior in loop macros - - - - -1- 2022-01-24 Adrian Moreno Superseded
[ovs-dev,10/16] hindex: use multi-variable iterators Fix undefined behavior in loop macros - - - - 11- 2022-02-14 Adrian Moreno Superseded
[ovs-dev,11/13] hindex: remove the next variable in safe loops Fix undefined behavior in loop macros - - - - -1- 2022-01-24 Adrian Moreno Superseded
[ovs-dev,11/16] hindex: remove the next variable in safe loops Fix undefined behavior in loop macros - - - - -11 2022-02-14 Adrian Moreno Superseded
[ovs-dev,12/13] rculist: use multi-variable helpers for loop macros Fix undefined behavior in loop macros - - - - -1- 2022-01-24 Adrian Moreno Superseded
[ovs-dev,12/16] rculist: use multi-variable helpers for loop macros Fix undefined behavior in loop macros - - - - 1-1 2022-02-14 Adrian Moreno Superseded
[ovs-dev,13/13] vtep: use _SAFE iterator if freing the iterator Fix undefined behavior in loop macros - - - - -1- 2022-01-24 Adrian Moreno Superseded
[ovs-dev,13/16] vtep: use _SAFE iterator if freeing the iterator Fix undefined behavior in loop macros - - - - 2-- 2022-02-14 Adrian Moreno Superseded
[ovs-dev,14/16] idlc: support short version of SAFE macros Fix undefined behavior in loop macros - - - - 2-- 2022-02-14 Adrian Moreno Superseded
[ovs-dev,15/16] sparse: bump recommended version and include headers Fix undefined behavior in loop macros - - - - 11- 2022-02-14 Adrian Moreno Superseded
[ovs-dev,16/16] sset: add SHORT version of SAFE loop macros Fix undefined behavior in loop macros - - - - 2-- 2022-02-14 Adrian Moreno Superseded
[ovs-dev,2/2] ipfix: make template and stats interval configurable ofproto-ipfix: use per-domain template timeouts 1 - - - 3-- 2022-10-18 Adrian Moreno Superseded
[ovs-dev,2/2] ovs-thread: Clean duplicated count_total_cores Detect changes in cpu affinity - - - - 3-- 2022-08-26 Adrian Moreno Superseded
[ovs-dev,2/2] ovs-thread: fix cpus not read for the first 10s Fix number or handler calculation in corner cases 2 1 - - 3-- 2023-03-27 Adrian Moreno Accepted
[ovs-dev,2/2] tests: add unit tests to rculist [ovs-dev,1/2] rculist: use rculist_back_protected to access prev - - - - 2-1 2022-11-28 Adrian Moreno Superseded
[ovs-dev,2/7] netdev-linux: use speed as max rate in tc classes Improve linux QoS for exotic and fast links - - - - 3-- 2023-04-21 Adrian Moreno Changes Requested
[ovs-dev,2/7] python: ovs: flow: Fix typo in n_packets. python: Miscelaneous flow parsing fixes - - - - -11 2023-12-01 Adrian Moreno Not Applicable
[ovs-dev,2/8] python: include aliases in ofp_fields.py [ovs-dev,1/8] python: fix datapath flow decoders - - - - 3-- 2022-10-17 Adrian Moreno Superseded
[ovs-dev,3/7] netdev-linux: use 64-bit rtab tables Improve linux QoS for exotic and fast links - - 1 - 3-- 2023-04-21 Adrian Moreno Changes Requested
[ovs-dev,3/7] python: ovs: flow: Add sample to nested actions. python: Miscelaneous flow parsing fixes - - - - -11 2023-12-01 Adrian Moreno Not Applicable
[ovs-dev,3/8] python: add explicit decoders for all ofp actions [ovs-dev,1/8] python: fix datapath flow decoders 1 - - - 3-- 2022-10-17 Adrian Moreno Superseded
[ovs-dev,4/7] netdev-linux: use 64-bit rates in htb tc classes Improve linux QoS for exotic and fast links - - - - 3-- 2023-04-21 Adrian Moreno Changes Requested
[ovs-dev,4/7] python: ovs: flow: Add dp hash and meter actions. python: Miscelaneous flow parsing fixes - - - - -11 2023-12-01 Adrian Moreno Not Applicable
[ovs-dev,4/8] python: make key-value matching strict by default [ovs-dev,1/8] python: fix datapath flow decoders 1 - - - 3-- 2022-10-17 Adrian Moreno Superseded
[ovs-dev,5/7] netdev-linux: remove tc_matchall_fill_police Improve linux QoS for exotic and fast links - - 1 - 3-- 2023-04-21 Adrian Moreno Changes Requested
[ovs-dev,5/7] python: ovs: flow: Add idle_age to openflow flows. python: Miscelaneous flow parsing fixes - - - - -11 2023-12-01 Adrian Moreno Not Applicable
[ovs-dev,5/8] tests: verify flows in ofp-actions are parseable [ovs-dev,1/8] python: fix datapath flow decoders 1 - - - 3-- 2022-10-17 Adrian Moreno Superseded
[ovs-dev,6/7] netdev-linux: refactor nl_msg_put_act_police Improve linux QoS for exotic and fast links - - 1 1 3-- 2023-04-21 Adrian Moreno Changes Requested
[ovs-dev,6/7] python: ovs: flow: Make check_pkt_len action a list. python: Miscelaneous flow parsing fixes - - - - -11 2023-12-01 Adrian Moreno Not Applicable
[ovs-dev,6/8] tests: verify flows in odp.at are parseable [ovs-dev,1/8] python: fix datapath flow decoders 1 - - - 3-- 2022-10-17 Adrian Moreno Superseded
[ovs-dev,7/7] netdev-linux: support 64-bit rates in tc policing Improve linux QoS for exotic and fast links - - - - 3-- 2023-04-21 Adrian Moreno Changes Requested
[ovs-dev,7/7] python: ovs: flow: Add meter_id to controller. python: Miscelaneous flow parsing fixes - - - - -11 2023-12-01 Adrian Moreno Not Applicable
[ovs-dev,7/8] python: return list of actions for odp action clone [ovs-dev,1/8] python: fix datapath flow decoders 1 - - - 3-- 2022-10-17 Adrian Moreno Superseded
[ovs-dev,8/8] python: don't exit OFPFlow constructor [ovs-dev,1/8] python: fix datapath flow decoders 1 - - - 3-- 2022-10-17 Adrian Moreno Superseded
[ovs-dev,RFC,01/10] python: introduce scheleton of ovs_ofparse utility Introduce ovs-ofparse utility - - - - --- 2021-11-22 Adrian Moreno RFC
[ovs-dev,RFC,01/10] python: ovs: Add flowviz scheleton. Add flow visualization utility - - - - 1-2 2023-12-01 Adrian Moreno horms RFC
[ovs-dev,RFC,01/11] odp-util: Add support to new psample uAPI. Add psample support to NXAST_SAMPLE action. - - - - 2-- 2024-04-24 Adrian Moreno New
[ovs-dev,RFC,01/11] python: add generic Key-Value parser python: introduce flow parsing library - - - - --- 2021-09-01 Adrian Moreno RFC
[ovs-dev,RFC,02/10] python/ovs-ofparse: Create basic flow processing Introduce ovs-ofparse utility - - - - --- 2021-11-22 Adrian Moreno RFC
[ovs-dev,RFC,02/10] python: ovs: flowviz: Add file processing infra. Add flow visualization utility - - - - 1-2 2023-12-01 Adrian Moreno horms RFC
[ovs-dev,RFC,02/11] ofproto_dpif: Check for psample support. Add psample support to NXAST_SAMPLE action. - - - - 2-- 2024-04-24 Adrian Moreno New
[ovs-dev,RFC,02/11] python: add mask, ip and eth decoders python: introduce flow parsing library - - - - --- 2021-09-01 Adrian Moreno RFC
[ovs-dev,RFC,03/10] python/ovs-ofparse: add formatting framework Introduce ovs-ofparse utility - - - - --- 2021-11-22 Adrian Moreno RFC
[ovs-dev,RFC,03/10] python: ovs: flowviz: Add console formatting. Add flow visualization utility - - - - 1-2 2023-12-01 Adrian Moreno horms RFC
[ovs-dev,RFC,03/11] ofproto: Add ofproto-dpif-psample. Add psample support to NXAST_SAMPLE action. - - - - -11 2024-04-24 Adrian Moreno New
[ovs-dev,RFC,03/11] python: add list parser python: introduce flow parsing library - - - - --- 2021-09-01 Adrian Moreno RFC
[ovs-dev,RFC,04/10] python/ovs-ofparse: add json format Introduce ovs-ofparse utility - - - - --- 2021-11-22 Adrian Moreno RFC
[ovs-dev,RFC,04/10] python: ovs: flowviz: Add default config file. Add flow visualization utility 1 - - - 1-2 2023-12-01 Adrian Moreno horms RFC
[ovs-dev,RFC,04/11] build-aux: split extract-ofp-fields python: introduce flow parsing library - - - - --- 2021-09-01 Adrian Moreno RFC
[ovs-dev,RFC,04/11] vswitchd: Add psample to schema and configure it. Add psample support to NXAST_SAMPLE action. - - - - 11- 2024-04-24 Adrian Moreno New
[ovs-dev,RFC,05/10] python/ovs-ofparse: Add rich console formatting Introduce ovs-ofparse utility - - - - --- 2021-11-22 Adrian Moreno RFC
[ovs-dev,RFC,05/10] python: ovs: flowviz: Add html formatting. Add flow visualization utility 1 - - - 1-2 2023-12-01 Adrian Moreno horms RFC
[ovs-dev,RFC,05/11] build-aux: generate ofp field decoders python: introduce flow parsing library - - - - --- 2021-09-01 Adrian Moreno RFC
[ovs-dev,RFC,05/11] ofproto_dpif_xlate: Use psample for OFP samples. Add psample support to NXAST_SAMPLE action. - - - - 2-- 2024-04-24 Adrian Moreno New
[ovs-dev,RFC,06/10] python/ovs-ofparse: add openflow logic processing Introduce ovs-ofparse utility - - - - --- 2021-11-22 Adrian Moreno RFC
[ovs-dev,RFC,06/10] python: ovs: flowviz: Add datapath tree format. Add flow visualization utility 1 - - - 1-2 2023-12-01 Adrian Moreno horms RFC
[ovs-dev,RFC,06/11] python: add flow base class python: introduce flow parsing library - - - - --- 2021-09-01 Adrian Moreno RFC
[ovs-dev,RFC,06/11] utilities: Add ovs-psample. Add psample support to NXAST_SAMPLE action. - - - - 11- 2024-04-24 Adrian Moreno New
[ovs-dev,RFC,07/10] python/ovs-ofparse: add datapath logic processing Introduce ovs-ofparse utility - - - - --- 2021-11-22 Adrian Moreno RFC
[ovs-dev,RFC,07/10] python: ovs: flowviz: Add OpenFlow logical view. Add flow visualization utility 1 - - - 1-2 2023-12-01 Adrian Moreno horms RFC
[ovs-dev,RFC,07/11] netlink-offload-tc: Rename act_cookie->flow_cookie. Add psample support to NXAST_SAMPLE action. - - - - 1-1 2024-04-24 Adrian Moreno New
[ovs-dev,RFC,07/11] python: introduce OpenFlow Flow parsing python: introduce flow parsing library - - - - --- 2021-09-01 Adrian Moreno RFC
[ovs-dev,RFC,08/10] python/ovs-ofparse: add html formatter Introduce ovs-ofparse utility - - - - --- 2021-11-22 Adrian Moreno RFC
[ovs-dev,RFC,08/10] python: ovs: flowviz: Add Openflow cookie format. Add flow visualization utility 1 - - - 1-2 2023-12-01 Adrian Moreno horms RFC
[ovs-dev,RFC,08/11] netdev-offload-tc: Add sample support. Add psample support to NXAST_SAMPLE action. - - - - 2-- 2024-04-24 Adrian Moreno New
[ovs-dev,RFC,08/11] python: add ovs datapath flow parsing python: introduce flow parsing library - - - - --- 2021-09-01 Adrian Moreno RFC
[ovs-dev,RFC,09/10] python/ovs-ofparse: add openflow html format Introduce ovs-ofparse utility - - - - --- 2021-11-22 Adrian Moreno RFC
[ovs-dev,RFC,09/10] python: ovs: flowviz: Add datapath html format. Add flow visualization utility 1 - - - 1-2 2023-12-01 Adrian Moreno horms RFC
[ovs-dev,RFC,09/11] ofproto-dpif-xlate-cache: Add psample to xcache. Add psample support to NXAST_SAMPLE action. - - - - 2-- 2024-04-24 Adrian Moreno New
[ovs-dev,RFC,09/11] python: add flow filtering syntax python: introduce flow parsing library - - - - --- 2021-09-01 Adrian Moreno RFC
[ovs-dev,RFC,1/4] net:openvswitch: Support multicasting userspace ... net: openvswitch: Add sample multicasting. - - - - --- 2024-03-07 Adrian Moreno RFC
[ovs-dev,RFC,10/10] python: ovs: flowviz: Add datapath graph format. Add flow visualization utility 1 - - - 1-2 2023-12-01 Adrian Moreno horms RFC
[ovs-dev,RFC,10/10] python:ovs-ofparse: add datapath html format Introduce ovs-ofparse utility - - - - --- 2021-11-22 Adrian Moreno RFC
« 1 2 3 44 5 »