From: Lin Huang <[email protected]>

v5->v6: fix code by reviewing.

v5->v4: police pkts bps and pps at the same time.
        Get the maximum from the number of dropped packets, and drop that.

v4->v3: rewrite egress_policer_details_to_param func.
        add a new pkts_policer_profile_config func.

v2->v3: police and free pkts by bulk.
        fix the appropriate error code.

v1->v2: delete duplicated code.

Lin Huang (4):
  token-bucket: Make token-bucket timestamp updated by caller.
  netdev-dpdk: Make srtcm_policer not to free pkts.
  netdev-dpdk: Add support for egress packet-per-second policing.
  netdev-dpdk: Add support for ingress packet-per-second policing.

 Documentation/topics/dpdk/qos.rst  |  29 +-
 NEWS                               |   4 +
 include/openvswitch/token-bucket.h |   3 +-
 lib/netdev-dpdk.c                  | 229 ++++++++++++----
 lib/token-bucket.c                 |   4 +-
 lib/vlog.c                         |   3 +-
 ofproto/pinsched.c                 |   2 +-
 tests/system-dpdk.at               | 412 ++++++++++++++++++++++++++++-
 vswitchd/vswitch.xml               |  10 +
 9 files changed, 635 insertions(+), 61 deletions(-)

-- 
2.39.1

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

Reply via email to