netdev-vport: Manage ethernet addresses in userspace.
authorEthan Jackson <ethan@nicira.com>
Fri, 30 Nov 2012 19:36:42 +0000 (11:36 -0800)
committerEthan Jackson <ethan@nicira.com>
Fri, 4 Jan 2013 01:30:48 +0000 (17:30 -0800)
commit35b769cb491586718a72dc133509e96b0a2feee8
tree12053c026e5f6d84d27614e7287b22961100c3a0
parent6f74491cda4414b746095314b36bca3e02b93840
netdev-vport: Manage ethernet addresses in userspace.

Letting netdev-vport manage ethernet addresses itself instead of
relying on the datapath has several advantages.  It simplifies the
code, is significantly more efficient, and will work when there is
no longer a one to one mapping from netdev-vports to datapath
vports.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
lib/netdev-vport.c