Re: [ovs-dev] [PATCH V2 2/3] netdev-dpdk: Indicate the change of etheraddr and mtu.

2014-04-10 Thread Ben Pfaff
On Thu, Apr 10, 2014 at 11:06:15AM -0700, Alex Wang wrote: > This commit makes the netdev-dpdk module signal the change of > etheraddr and mtu by changing the global sequence number and > incrementing its 'change_seq'. > > Signed-off-by: Alex Wang Acked-by: Ben Pfaff ___

[ovs-dev] [PATCH V2 2/3] netdev-dpdk: Indicate the change of etheraddr and mtu.

2014-04-10 Thread Alex Wang
This commit makes the netdev-dpdk module signal the change of etheraddr and mtu by changing the global sequence number and incrementing its 'change_seq'. Signed-off-by: Alex Wang --- PATCH -> V2: - rebase. --- lib/netdev-dpdk.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/netdev