Re: [PATCH cumulus-4.1.y 1/5] vxlan: flush fdb entries on oper down

2017-01-23 Thread Roopa Prabhu
On 1/23/17, 8:59 AM, Stephen Hemminger wrote: > On Fri, 20 Jan 2017 23:40:06 -0800 > Roopa Prabhu wrote: > >> diff --git a/drivers/net/vxlan.c b/drivers/net/vxlan.c >> index 19b1653..15b1c23 100644 >> --- a/drivers/net/vxlan.c >> +++ b/drivers/net/vxlan.c >> @@ -3276,6 +3276,12 @@ static int vxlan

Re: [PATCH cumulus-4.1.y 1/5] vxlan: flush fdb entries on oper down

2017-01-23 Thread Stephen Hemminger
On Fri, 20 Jan 2017 23:40:06 -0800 Roopa Prabhu wrote: > diff --git a/drivers/net/vxlan.c b/drivers/net/vxlan.c > index 19b1653..15b1c23 100644 > --- a/drivers/net/vxlan.c > +++ b/drivers/net/vxlan.c > @@ -3276,6 +3276,12 @@ static int vxlan_netdevice_event(struct notifier_block > *unused, >

Re: [PATCH cumulus-4.1.y 1/5] vxlan: flush fdb entries on oper down

2017-01-21 Thread kbuild test robot
Hi Balakrishnan, [auto build test WARNING on net-next/master] [also build test WARNING on v4.10-rc4 next-20170120] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Roopa-Prabhu/vxlan-flush-fdb-ent

Re: [PATCH cumulus-4.1.y 1/5] vxlan: flush fdb entries on oper down

2017-01-21 Thread kbuild test robot
Hi Balakrishnan, [auto build test ERROR on net-next/master] [also build test ERROR on v4.10-rc4 next-20170120] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Roopa-Prabhu/vxlan-flush-fdb-entries

Re: [PATCH cumulus-4.1.y 1/5] vxlan: flush fdb entries on oper down

2017-01-20 Thread Roopa Prabhu
On 1/20/17, 11:40 PM, Roopa Prabhu wrote: > From: Balakrishnan Raman > > Flush fdb entries of a vxlan device when its state > changes to oper down. vxlan_stop handles flush on > admin down. > > Signed-off-by: Balakrishnan Raman > Signed-off-by: Roopa Prabhu > --- > pls ignore this series. Acc

[PATCH cumulus-4.1.y 1/5] vxlan: flush fdb entries on oper down

2017-01-20 Thread Roopa Prabhu
From: Balakrishnan Raman Flush fdb entries of a vxlan device when its state changes to oper down. vxlan_stop handles flush on admin down. Signed-off-by: Balakrishnan Raman Signed-off-by: Roopa Prabhu --- drivers/net/vxlan.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/net