Re: [PATCH 1/2 v2 net-next] net_failover: Use netdev_features_t instead of u32

2018-06-04 Thread David Miller
From: Dan Carpenter Date: Mon, 4 Jun 2018 17:43:21 +0300 > The features mask needs to be a netdev_features_t (u64) because a u32 > is not big enough. > > Fixes: cfc80d9a1163 ("net: Introduce net_failover driver") > Signed-off-by: Dan Carpenter > --- > v2: In the original patch, I thought that t

[PATCH 1/2 v2 net-next] net_failover: Use netdev_features_t instead of u32

2018-06-04 Thread Dan Carpenter
The features mask needs to be a netdev_features_t (u64) because a u32 is not big enough. Fixes: cfc80d9a1163 ("net: Introduce net_failover driver") Signed-off-by: Dan Carpenter --- v2: In the original patch, I thought that the & should be | and I introduced a bug. diff --git a/drivers/net/ne