mbox series

[ovs-dev,v5,0/2] dpctl: cache visibility/configuration enhancements

Message ID 162254385328.281410.3812190840777761483.stgit@ebuild
Headers show
Series dpctl: cache visibility/configuration enhancements | expand

Message

Eelco Chaudron June 1, 2021, 10:37 a.m. UTC
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@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 :(

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 |    3 
 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(+), 1 deletion(-)