mbox series

[ovs-dev,0/3] netdev-vport: Fix tunnel config thread safety.

Message ID 20230520003120.1070717-1-i.maximets@ovn.org
Headers show
Series netdev-vport: Fix tunnel config thread safety. | expand

Message

Ilya Maximets May 20, 2023, 12:31 a.m. UTC
Ilya Maximets (3):
  netdev-vport: Fix unsafe handling of GRE sequence number.
  smap: Make argument of smap_add_ipv6 constant.
  netdev-vport: RCU-fy tunnel config.

 lib/netdev-native-tnl.c    |  98 ++++++-------------
 lib/netdev-vport-private.h |   7 +-
 lib/netdev-vport.c         | 191 +++++++++++++++++++++----------------
 lib/netdev.h               |   4 +-
 lib/smap.c                 |   2 +-
 lib/smap.h                 |   2 +-
 6 files changed, 146 insertions(+), 158 deletions(-)