mbox series

[ovs-dev,0/9] dpif-netdev: Partial HWOL fixes/refactoring/unit-tests.

Message ID 20181029124926.12199-1-i.maximets@samsung.com
Headers show
Series dpif-netdev: Partial HWOL fixes/refactoring/unit-tests. | expand

Message

Ilya Maximets Oct. 29, 2018, 12:49 p.m. UTC
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(-)