]> git.proxmox.com Git - ovs.git/commit
bridge: Pass interface's configuration to datapath.
authorIlya Maximets <i.maximets@samsung.com>
Wed, 27 Jul 2016 14:44:42 +0000 (17:44 +0300)
committerDaniele Di Proietto <diproiettod@vmware.com>
Wed, 27 Jul 2016 19:56:04 +0000 (12:56 -0700)
commit91364d18defab4885bddc8f241b88671ffff5217
tree307b40ef1473259c0be1a6c1a38528b40e1f2800
parent324c8374852a87b514db251051ec06ddcfff3e95
bridge: Pass interface's configuration to datapath.

This commit adds functionality to pass value of 'other_config' column
of 'Interface' table to datapath.

This may be used to pass not directly connected with netdev options and
configure behaviour of the datapath for different ports.
For example: pinning of rx queues to polling threads in dpif-netdev.

Signed-off-by: Ilya Maximets <i.maximets@samsung.com>
Acked-by: Daniele Di Proietto <diproiettod@vmware.com>
lib/dpif-netdev.c
lib/dpif-netlink.c
lib/dpif-provider.h
lib/dpif.c
lib/dpif.h
ofproto/ofproto-dpif.c
ofproto/ofproto-provider.h
ofproto/ofproto.c
ofproto/ofproto.h
vswitchd/bridge.c