2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-21 14:49:41 +00:00

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>
This commit is contained in:
Ilya Maximets
2016-07-27 17:44:42 +03:00
committed by Daniele Di Proietto
parent 324c837485
commit 91364d18de
10 changed files with 77 additions and 0 deletions

View File

@@ -4348,6 +4348,7 @@ const struct dpif_class dpif_netdev_class = {
dpif_netdev_get_stats,
dpif_netdev_port_add,
dpif_netdev_port_del,
NULL, /* port_set_config */
dpif_netdev_port_query_by_number,
dpif_netdev_port_query_by_name,
NULL, /* port_get_pid */