mbox series

[ovs-dev,v7,0/2] DPDK: align flow offloads with 22.11

Message ID 20230630024630.6464-1-ivan.malov@arknetworks.am
Headers show
Series DPDK: align flow offloads with 22.11 | expand

Message

Ivan Malov June 30, 2023, 2:46 a.m. UTC
Address two problems using two corresponding features in DPDK,
which have been around for a year and are now stable:

1) The need to make sure that metadata generated by flow
   rule execution be delivered from NIC to application;

2) Replacing PORT_ID action with REPRESENTED_PORT;
---
 v2: amendments to care about proxy detach and port ID logging
 v3: a minor adjustment in the cover letter subject line
 v4: edits to apply review notes and align with 22.11
 v5: drop the transfer proxy patch; fix CI in [1/2]
 v6: another attempt to fix re-configure in [1/2]
 v7: address review notes from Simon and Ilya

Ivan Malov (2):
  netdev-dpdk: negotiate delivery of per-packet Rx metadata
  netdev-offload-dpdk: replace action PORT_ID with REPRESENTED_PORT

 lib/netdev-dpdk.c         | 51 +++++++++++++++++++++++++++++++++++++++
 lib/netdev-offload-dpdk.c | 30 +++++++++++++----------
 2 files changed, 68 insertions(+), 13 deletions(-)