[ovs-dev] [PATCH v2 0/3] dpif-netlink: Introduce per-cpu upcall dispatching

Mark Gray mark.d.gray at redhat.com
Mon Jul 5 12:55:38 UTC 2021


This series proposes a new method of distributing upcalls
to user space threads attempting to resolve a number of
issues with the current method.

v2 - Rebase
     Address Flavio's comments

Mark Gray (3):
  ofproto: change type of n_handlers and n_revalidators
  dpif-netlink: fix report_loss() message
  dpif-netlink: Introduce per-cpu upcall dispatch

 NEWS                                          |   7 +-
 .../linux/compat/include/linux/openvswitch.h  |   7 +
 lib/dpif-netdev.c                             |   1 +
 lib/dpif-netlink-unixctl.man                  |   6 +
 lib/dpif-netlink.c                            | 460 ++++++++++++++++--
 lib/dpif-provider.h                           |  32 +-
 lib/dpif.c                                    |  17 +
 lib/dpif.h                                    |   1 +
 ofproto/ofproto-dpif-upcall.c                 |  71 ++-
 ofproto/ofproto-dpif-upcall.h                 |   5 +-
 ofproto/ofproto-provider.h                    |   2 +-
 ofproto/ofproto.c                             |  14 +-
 vswitchd/ovs-vswitchd.8.in                    |   1 +
 vswitchd/vswitch.xml                          |  23 +-
 14 files changed, 536 insertions(+), 111 deletions(-)
 create mode 100644 lib/dpif-netlink-unixctl.man

-- 
2.27.0




More information about the dev mailing list