Re: [ovs-dev] [RFC flow tunnels 6/8] netdev: New function netdev_get_dpif_port().

2013-01-15 Thread Ben Pfaff
On Wed, Jan 09, 2013 at 03:43:46PM -0800, Ethan Jackson wrote: > In future patches, a netdev's datapath port name may not > necessarily be the same as it's device name. This patch prepares > for this by making the distinction in the netdev and dpif layers. > > Signed-off-by: Ethan Jackson s/it's

[ovs-dev] [RFC flow tunnels 6/8] netdev: New function netdev_get_dpif_port().

2013-01-09 Thread Ethan Jackson
In future patches, a netdev's datapath port name may not necessarily be the same as it's device name. This patch prepares for this by making the distinction in the netdev and dpif layers. Signed-off-by: Ethan Jackson --- lib/dpif-linux.c |4 ++-- lib/dpif-netdev.c | 17 +--