Re: [PATCH net-next v2 2/7] net: switchdev: support static FDB addresses

2015-08-06 Thread Scott Feldman
On Thu, Aug 6, 2015 at 7:19 AM, Vivien Didelot wrote: > On 15-08-05 23:28:15, Scott Feldman wrote: >> On Wed, Aug 5, 2015 at 10:44 PM, Vivien Didelot >> wrote: >> > This patch adds a is_static boolean to the switchdev_obj_fdb structure, >> > in order to set the ndm_state to either NUD_NOARP or

Re: [PATCH net-next v2 2/7] net: switchdev: support static FDB addresses

2015-08-06 Thread Vivien Didelot
On 15-08-05 23:28:15, Scott Feldman wrote: > On Wed, Aug 5, 2015 at 10:44 PM, Vivien Didelot > wrote: > > This patch adds a is_static boolean to the switchdev_obj_fdb structure, > > in order to set the ndm_state to either NUD_NOARP or NUD_REACHABLE. > > > > Signed-off-by: Vivien Didelot > > ---

Re: [PATCH net-next v2 2/7] net: switchdev: support static FDB addresses

2015-08-06 Thread Scott Feldman
On Wed, Aug 5, 2015 at 10:44 PM, Vivien Didelot wrote: > This patch adds a is_static boolean to the switchdev_obj_fdb structure, > in order to set the ndm_state to either NUD_NOARP or NUD_REACHABLE. > > Signed-off-by: Vivien Didelot > --- > include/net/switchdev.h | 1 + >

Re: [PATCH net-next v2 2/7] net: switchdev: support static FDB addresses

2015-08-06 Thread Scott Feldman
On Thu, Aug 6, 2015 at 7:19 AM, Vivien Didelot vivien.dide...@savoirfairelinux.com wrote: On 15-08-05 23:28:15, Scott Feldman wrote: On Wed, Aug 5, 2015 at 10:44 PM, Vivien Didelot vivien.dide...@savoirfairelinux.com wrote: This patch adds a is_static boolean to the switchdev_obj_fdb

Re: [PATCH net-next v2 2/7] net: switchdev: support static FDB addresses

2015-08-06 Thread Scott Feldman
On Wed, Aug 5, 2015 at 10:44 PM, Vivien Didelot vivien.dide...@savoirfairelinux.com wrote: This patch adds a is_static boolean to the switchdev_obj_fdb structure, in order to set the ndm_state to either NUD_NOARP or NUD_REACHABLE. Signed-off-by: Vivien Didelot

Re: [PATCH net-next v2 2/7] net: switchdev: support static FDB addresses

2015-08-06 Thread Vivien Didelot
On 15-08-05 23:28:15, Scott Feldman wrote: On Wed, Aug 5, 2015 at 10:44 PM, Vivien Didelot vivien.dide...@savoirfairelinux.com wrote: This patch adds a is_static boolean to the switchdev_obj_fdb structure, in order to set the ndm_state to either NUD_NOARP or NUD_REACHABLE. Signed-off-by:

[PATCH net-next v2 2/7] net: switchdev: support static FDB addresses

2015-08-05 Thread Vivien Didelot
This patch adds a is_static boolean to the switchdev_obj_fdb structure, in order to set the ndm_state to either NUD_NOARP or NUD_REACHABLE. Signed-off-by: Vivien Didelot --- include/net/switchdev.h | 1 + net/switchdev/switchdev.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff

[PATCH net-next v2 2/7] net: switchdev: support static FDB addresses

2015-08-05 Thread Vivien Didelot
This patch adds a is_static boolean to the switchdev_obj_fdb structure, in order to set the ndm_state to either NUD_NOARP or NUD_REACHABLE. Signed-off-by: Vivien Didelot vivien.dide...@savoirfairelinux.com --- include/net/switchdev.h | 1 + net/switchdev/switchdev.c | 2 +- 2 files changed, 2