Re: [PATCH v2 net-next 6/6] net: switchdev: extract struct switchdev_obj_*

2015-09-30 Thread Jiri Pirko
Tue, Sep 29, 2015 at 06:07:18PM CEST, vivien.dide...@savoirfairelinux.com wrote: >Now that switchdev and its drivers directly use specific switchdev_obj_* >structures, move them out of the switchdev_obj union and get rif of this >outer structure. > >Signed-off-by: Vivien Didelot

Re: [PATCH v2 net-next 6/6] net: switchdev: extract struct switchdev_obj_*

2015-09-30 Thread Scott Feldman
On Wed, Sep 30, 2015 at 3:36 AM, Jiri Pirko wrote: > Tue, Sep 29, 2015 at 06:07:18PM CEST, vivien.dide...@savoirfairelinux.com > wrote: >>Now that switchdev and its drivers directly use specific switchdev_obj_* >>structures, move them out of the switchdev_obj union and get rif

Re: [PATCH v2 net-next 6/6] net: switchdev: extract struct switchdev_obj_*

2015-09-30 Thread Jiri Pirko
Wed, Sep 30, 2015 at 04:58:38PM CEST, sfel...@gmail.com wrote: >On Wed, Sep 30, 2015 at 3:36 AM, Jiri Pirko wrote: >> Tue, Sep 29, 2015 at 06:07:18PM CEST, vivien.dide...@savoirfairelinux.com >> wrote: >>>Now that switchdev and its drivers directly use specific switchdev_obj_*

[PATCH v2 net-next 6/6] net: switchdev: extract struct switchdev_obj_*

2015-09-29 Thread Vivien Didelot
Now that switchdev and its drivers directly use specific switchdev_obj_* structures, move them out of the switchdev_obj union and get rif of this outer structure. Signed-off-by: Vivien Didelot --- include/net/switchdev.h | 53