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

Mark Gray mark.d.gray at redhat.com
Wed Jul 7 08:43:56 UTC 2021


On 07/07/2021 09:43, Mark Gray wrote:
> 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
> v3 - Add man page to automake
> v4 - Rebase and address Flavio's comments
> v5 - Rebase and address Flavio and David'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                                          |   6 +
>  .../linux/compat/include/linux/openvswitch.h  |   7 +
>  lib/automake.mk                               |   1 +
>  lib/dpif-netdev.c                             |   1 +
>  lib/dpif-netlink-unixctl.man                  |   6 +
>  lib/dpif-netlink.c                            | 463 ++++++++++++++++--
>  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 +-
>  15 files changed, 541 insertions(+), 109 deletions(-)
>  create mode 100644 lib/dpif-netlink-unixctl.man
> 

This series is still associated with v1 of the kernel space series at
https://marc.info/?l=linux-netdev&m=162504684016825&w=2



More information about the dev mailing list