linux_dsm_epyc7002/drivers/net/team
Dan Carpenter 25ea66544b team: use netdev_features_t instead of u32
This code was introduced in 2011 around the same time that we made
netdev_features_t a u64 type.  These days a u32 is not big enough to
hold all the potential features.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-06-04 17:30:04 -04:00
..
Kconfig
Makefile
team_mode_activebackup.c
team_mode_broadcast.c
team_mode_loadbalance.c
team_mode_random.c
team_mode_roundrobin.c
team.c team: use netdev_features_t instead of u32 2018-06-04 17:30:04 -04:00