openvswitch: Allow each vport to have an array of 'port_id's.
In order to allow handlers directly read upcalls from datapath, we need to support per-handler netlink socket for each vport in datapath. This commit makes this happen. Also, it is guaranteed to be backward compatible with previous branch. Signed-off-by:Alex Wang <alexw@nicira.com> Acked-by:
Thomas Graf <tgraf@redhat.com> Signed-off-by:
Pravin B Shelar <pshelar@nicira.com>
Showing
- include/uapi/linux/openvswitch.h 9 additions, 4 deletionsinclude/uapi/linux/openvswitch.h
- net/openvswitch/datapath.c 16 additions, 7 deletionsnet/openvswitch/datapath.c
- net/openvswitch/vport.c 100 additions, 1 deletionnet/openvswitch/vport.c
- net/openvswitch/vport.h 23 additions, 4 deletionsnet/openvswitch/vport.h
Please register or sign in to comment