mbox series

[ovs-dev,v2,0/6] python: Miscelaneous flow parsing fixes.

Message ID 20231220175803.2098495-1-amorenoz@redhat.com
Headers show
Series python: Miscelaneous flow parsing fixes. | expand

Message

Adrián Moreno Dec. 20, 2023, 5:57 p.m. UTC
This series contains some miscelaneous fixes in the flow parsing
library.

V2:
 - Rebased and dropped first patch.

Adrian Moreno (6):
  python: ovs: flow: Fix typo in n_packets.
  python: ovs: flow: Add sample to nested actions.
  python: ovs: flow: Add dp hash and meter actions.
  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.

 python/ovs/flow/odp.py     | 44 ++++++++++++++++++++++++--------------
 python/ovs/flow/ofp.py     |  3 ++-
 python/ovs/flow/ofp_act.py |  1 +
 3 files changed, 31 insertions(+), 17 deletions(-)