Hi,

This series is adding support for tc offloading of ovs metering.
The first 3 patches add lib support.
4th patch adding tc police actions to reflect ovs metering.
5th patch cleaning existing tc police actions on start to avoid conflicts.
last patch is offloacing tc rules with the police actions.

Thanks,
Roi


Notes:
    v2
    - Move tc police parse call from last patch to 2nd patch.
      2nd patch is adding the parse lib func and add the call to it in that 
patch.
      Last patch is the put of tc police act.
      In 2nd patch also add empty switch case for tc police act put as the impl.
      is done in the last patch when support for put is being added.



Jianbo Liu (6):
  netdev-linux: Refactor put police action netlink message
  tc: Add support parsing tc police action
  netdev-linux: Add functions to manipulate tc police action
  dpif-netlink: Offloading meter to tc police action
  dpif-netlink: Cleanup police actions with reserved indexes on startup
  netdev-offload-tc: Offloading rules with police actions

 lib/dpif-netlink.c      | 259 ++++++++++++++++++++++++++++++++++-
 lib/netdev-linux.c      | 350 ++++++++++++++++++++++++++++++++++++++++++------
 lib/netdev-linux.h      |   9 ++
 lib/netdev-offload-tc.c |  11 ++
 lib/netdev-offload.h    |   4 +
 lib/tc.c                | 103 ++++++++++++++
 lib/tc.h                |  11 ++
 7 files changed, 702 insertions(+), 45 deletions(-)

-- 
2.8.0

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to