On Monday 21 July 2014 15:42:05 Simon Wunderlich wrote: > From: Tom Gundersen <[email protected]> > > Extend alloc_netdev{,_mq{,s}}() to take name_assign_type as argument, and > convert all users to pass NET_NAME_UNKNOWN. > > Coccinelle patch: > > @@ > expression sizeof_priv, name, setup, txqs, rxqs, count; > @@ > > ( > -alloc_netdev_mqs(sizeof_priv, name, setup, txqs, rxqs) > +alloc_netdev_mqs(sizeof_priv, name, NET_NAME_UNKNOWN, setup, txqs, rxqs) > > -alloc_netdev_mq(sizeof_priv, name, setup, count) > +alloc_netdev_mq(sizeof_priv, name, NET_NAME_UNKNOWN, setup, count) > > -alloc_netdev(sizeof_priv, name, setup) > +alloc_netdev(sizeof_priv, name, NET_NAME_UNKNOWN, setup) > ) > > v9: move comments here from the wrong commit > > Signed-off-by: Tom Gundersen <[email protected]> > Reviewed-by: David Herrmann <[email protected]> > Signed-off-by: David S. Miller <[email protected]> > [sw: added compat code] > Signed-off-by: Simon Wunderlich <[email protected]> > --- > compat.h | 14 ++++++++++++++ > soft-interface.c | 2 +- > 2 files changed, 15 insertions(+), 1 deletion(-)
Applied in revision df768d7. Thanks, Marek
signature.asc
Description: This is a digitally signed message part.
