From: David Miller <[email protected]> Date: Thu, 02 May 2013 13:55:42 -0400 (EDT)
> From: Michał Mirosław <[email protected]> > Date: Thu, 2 May 2013 19:47:25 +0200 > >> Are you sure it's "flags"? /sys/class/net/*/features were removed some >> time ago, and flags don't depend on NETIF_F_*. > > Oh, it's flags, which is printed in raw hex by net/core/net-sysfs.c: > > NETDEVICE_SHOW(flags, fmt_hex); Oh you're right, I'm confusing netdev->flags with netdev->features, my bad. More coffee needed :) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

