On Wed, Jan 17, 2024 at 12:18:49PM +0100, Adrian Moreno wrote: > This series contains some miscelaneous fixes in the flow parsing > library. > > V4: > - Rebased and added a test to verify the length of the kv_lists > V3: > - Fixed pytests and added more tests for each fix. > V2: > - Rebased and dropped first patch. > > Adrian Moreno (8): > python: ovs: flow: Fix typo in n_packets. > python: tests: Add info and key tests for OFPFlows. > python: ovs: flow: Add sample to nested actions. > python: ovs: flow: Add dp hash and meter actions. > python: tests: Refactor test_odp section testing. > python: ovs: flow: Add idle_age to openflow flows. > python: ovs: flow: Make check_pkt_len action a list. > python: ovs: flow: Add meter_id to controller.
Thanks Adrian, applied as: - python: ovs: flow: Add meter_id to controller. https://github.com/openvswitch/ovs/commit/253d90075874 - python: ovs: flow: Make check_pkt_len action a list. https://github.com/openvswitch/ovs/commit/ea44cafae235 - python: ovs: flow: Add idle_age to openflow flows. https://github.com/openvswitch/ovs/commit/32f6737b5cb1 - python: tests: Refactor test_odp section testing. https://github.com/openvswitch/ovs/commit/e72b7b6f174f - python: ovs: flow: Add dp hash and meter actions. https://github.com/openvswitch/ovs/commit/5e45091ea888 - python: ovs: flow: Add sample to nested actions. https://github.com/openvswitch/ovs/commit/ab7d089612cd - python: tests: Add info and key tests for OFPFlows. https://github.com/openvswitch/ovs/commit/9ef49ca85b9b - python: ovs: flow: Fix typo in n_packets. https://github.com/openvswitch/ovs/commit/6bbbb766424d As a follow-up I plan to backport this series as appropriate. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
