On 30/06/2021 10:56, 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                            | 456 ++++++++++++++++--
>  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/vswitch.xml                          |  23 +-
>  11 files changed, 519 insertions(+), 110 deletions(-)
> 

The kernel space code can be found at:

https://mail.openvswitch.org/pipermail/ovs-dev/2021-June/384670.html

or

https://marc.info/?l=linux-netdev&m=162504684016825&w=2

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to