[ovs-dev] [PATCH v6 0/2] dpctl: cache visibility/configuration enhancements

Eelco Chaudron echaudro at redhat.com
Mon Sep 6 08:53:28 UTC 2021


Removed the RFC keyword from this patchset, as the OVS kernel
patches have been approved.

 - 9bf24f594c6a net: openvswitch: make masks cache size configurable
 - 9d2f627b7ec9 net: openvswitch: add masks cache hit counter

Signed-off-by: Eelco Chaudron <echaudro at redhat.com>

v2: Fixing review comments from Flavio
v3: Rebased on the latest master branch
v4: Fixing review comments from Flavio
    Fix issue with resetting user_features
v5: Forgot to include the user_features fix :(
v6: Rebase on the latest master branch
    Add ACKs

Eelco Chaudron (2):
      dpctl: dpif: add kernel datapath cache hit output
      dpctl: dpif: allow viewing and configuring dp cache sizes


 datapath/linux/compat/include/linux/openvswitch.h |    4 -
 lib/dpctl.c                                       |  129 +++++++++++++++++++++
 lib/dpctl.man                                     |   14 ++
 lib/dpif-netdev.c                                 |    5 +
 lib/dpif-netlink.c                                |  126 +++++++++++++++++++++
 lib/dpif-provider.h                               |   20 +++
 lib/dpif.c                                        |   32 +++++
 lib/dpif.h                                        |    9 +
 tests/system-traffic.at                           |   36 ++++++
 utilities/ovs-dpctl.c                             |    4 +
 10 files changed, 377 insertions(+), 2 deletions(-)



More information about the dev mailing list