Re: [ovs-dev] [PATCH 2/8] netdev-dpdk: Signal the change of etheraddr and mtu.

2014-04-09 Thread Ben Pfaff
On Fri, Apr 04, 2014 at 03:00:37PM -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 2/8] netdev-dpdk: Signal the change of etheraddr and mtu.

2014-04-04 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 --- lib/netdev-dpdk.c |4 1 file changed, 4 insertions(+) diff --git a/lib/netdev-dpdk.c b/lib/netdev-dpdk.