commit | 5cd667b0a4567048bb555927d6ee564f4e5620a9 | [log] [tgz] |
---|---|---|
author | Alex Wang <alexw@nicira.com> | Thu Jul 17 15:14:13 2014 -0700 |
committer | Pravin B Shelar <pshelar@nicira.com> | Thu Jul 24 01:15:04 2014 -0700 |
tree | 34fc874b8e4e7ad420c25712bcc62039ede0337a | |
parent | f6e675324481c56b358091ddb446b2c95a8e047b [diff] |
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>