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

Eelco Chaudron echaudro at redhat.com
Wed Jul 22 08:36:20 UTC 2020


This RFC patchset adds two enhancements related to cache
management to dpclt.

It's marked RFC as the required kmod patches have just been
sent upstream:
  https://lore.kernel.org/netdev/159540642765.619787.5484526399990292188.stgit@ebuild/T/#t

NOTE: This RFC still needs a dpctl test suite update.

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

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/dpif-netdev.c                                 |    5 +
 lib/dpif-netlink.c                                |  116 +++++++++++++++++++
 lib/dpif-provider.h                               |   20 +++
 lib/dpif.c                                        |   32 +++++
 lib/dpif.h                                        |    9 +
 utilities/ovs-dpctl.c                             |    4 +
 8 files changed, 317 insertions(+), 1 deletion(-)



More information about the dev mailing list