A singe bug fix plus a follow up for it to avoid regressing on a common use case.
Claude helped with analysis and the initial draft, but I rewrote all of the code in the end. Very little of the purely generated code remained, so I don't feel like the assisted-by tag is warranted. Ilya Maximets (2): ofproto-dpif-xlate: Use datapath actions for reversibility check. ofproto-dpif-xlate: Track the last action through normal pipeline. lib/netlink.c | 11 ++ lib/netlink.h | 2 + ofproto/ofproto-dpif-xlate.c | 345 +++++++++++++++++--------------- tests/ofproto-dpif.at | 373 ++++++++++++++++++++++++++--------- 4 files changed, 483 insertions(+), 248 deletions(-) -- 2.54.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
