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

Mark Gray mark.d.gray at redhat.com
Fri Apr 30 15:37:39 UTC 2021


On 30/04/2021 16:31, 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.
> 
> 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
> 
>  .../linux/compat/include/linux/openvswitch.h  |   7 +
>  lib/dpif-netdev.c                             |   1 +
>  lib/dpif-netlink.c                            | 405 +++++++++++++++---
>  lib/dpif-provider.h                           |  10 +
>  lib/dpif.c                                    |  17 +
>  lib/dpif.h                                    |   1 +
>  ofproto/ofproto-dpif-upcall.c                 |  75 +++-
>  ofproto/ofproto-dpif-upcall.h                 |   5 +-
>  ofproto/ofproto-provider.h                    |   2 +-
>  ofproto/ofproto.c                             |  14 +-
>  10 files changed, 447 insertions(+), 90 deletions(-)
> 

FYI: the kernel space code has been posted at
https://marc.info/?l=linux-netdev&m=161979680725977&w=2 and
https://mail.openvswitch.org/pipermail/ovs-dev/2021-April/382622.html



More information about the dev mailing list