Few more fixes + dummy implementation to enable unit testing
of this feature.

Two more patch-sets with fixes:
        * https://patchwork.ozlabs.org/project/openvswitch/list/?series=71449
        * https://patchwork.ozlabs.org/project/openvswitch/list/?series=71748

Ilya Maximets (9):
  dpif-netdev: Reduce log level for not found mark id.
  dp-packet: Constantify offloading APIs.
  dp-packet: Refactor offloading API.
  dp-packet: Add flow_mark support for non-DPDK case.
  dp-packet: Copy flow mark on packet clone.
  netdev-dummy: Implement dummy put/del flow offload API.
  netdev-dummy: Set flow mark for offloaded flows.
  netdev-dummy: Add flow offloading related logs.
  dpif-netdev.at: Add basic test for partial HW offloading.

 lib/dp-packet.c      |  17 ++--
 lib/dp-packet.h      |  91 ++++++++-----------
 lib/dpif-netdev.c    |   2 +-
 lib/netdev-dpdk.c    |   6 +-
 lib/netdev-dummy.c   | 206 +++++++++++++++++++++++++++++++++++++++----
 lib/netdev.c         |   4 +-
 tests/dpif-netdev.at |  73 +++++++++++++++
 7 files changed, 316 insertions(+), 83 deletions(-)

-- 
2.17.1

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to