[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CO2PR11MB0088E29053095135134B2BAB97390@CO2PR11MB0088.namprd11.prod.outlook.com>
Date: Tue, 5 Jul 2016 11:04:09 +0000
From: Yuval Mintz <Yuval.Mintz@...gic.com>
To: Jiri Pirko <jiri@...nulli.us>, netdev <netdev@...r.kernel.org>
CC: David Miller <davem@...emloft.net>,
"idosch@...lanox.com" <idosch@...lanox.com>,
"yotamg@...lanox.com" <yotamg@...lanox.com>,
"eladr@...lanox.com" <eladr@...lanox.com>,
"nogahf@...lanox.com" <nogahf@...lanox.com>,
"ogerlitz@...lanox.com" <ogerlitz@...lanox.com>,
"sfeldma@...il.com" <sfeldma@...il.com>,
"roopa@...ulusnetworks.com" <roopa@...ulusnetworks.com>,
"andy@...yhouse.net" <andy@...yhouse.net>,
"dsa@...ulusnetworks.com" <dsa@...ulusnetworks.com>,
"tgraf@...g.ch" <tgraf@...g.ch>,
"jhs@...atatu.com" <jhs@...atatu.com>,
"linville@...driver.com" <linville@...driver.com>,
"ivecera@...hat.com" <ivecera@...hat.com>
Subject: RE: [patch net-next 01/16] net: add dev arg to
ndo_neigh_construct/destroy
> - int (*ndo_neigh_construct)(struct neighbour *n);
> - void (*ndo_neigh_destroy)(struct neighbour *n);
> + int (*ndo_neigh_construct)(struct net_device
> *dev,
> + struct neighbour *n);
> + void (*ndo_neigh_destroy)(struct net_device *dev,
> + struct neighbour *n);
Perhaps leverage the fact you touch this and add a comment about this NDO?
Powered by blists - more mailing lists