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

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
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to