diff options
author | Vivien Didelot <vivien.didelot@savoirfairelinux.com> | 2015-09-29 18:07:17 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-09-30 06:31:59 +0200 |
commit | ab06900230181b5a717b1e1a39c44e96f6292e71 (patch) | |
tree | 7fe59fb7ebaa3674c4d741d8239809d01fa3acfe /net/iucv | |
parent | net: switchdev: pass callback to dump operation (diff) | |
download | linux-ab06900230181b5a717b1e1a39c44e96f6292e71.tar.xz linux-ab06900230181b5a717b1e1a39c44e96f6292e71.zip |
net: switchdev: abstract object in add/del ops
Similar to the notifier_call callback of a notifier_block, change the
function signature of switchdev add and del operations to:
int switchdev_port_obj_add/del(struct net_device *dev,
enum switchdev_obj_id id, void *obj);
This allows the caller to pass a specific switchdev_obj_* structure
instead of the generic switchdev_obj one.
Drivers implementation of these operations and switchdev have been
changed accordingly.
Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/iucv')
0 files changed, 0 insertions, 0 deletions