Re: [PATCH net] smsc75xx: fix smsc75xx_set_features()

2018-02-22 Thread David Miller
From: Eric Dumazet Date: Tue, 20 Feb 2018 21:42:26 -0800 > From: Eric Dumazet > > If an attempt is made to disable RX checksums, USB adapter is changed > but netdev->features is not, because smsc75xx_set_features() returns a > non zero value. > >

[PATCH net] smsc75xx: fix smsc75xx_set_features()

2018-02-20 Thread Eric Dumazet
From: Eric Dumazet If an attempt is made to disable RX checksums, USB adapter is changed but netdev->features is not, because smsc75xx_set_features() returns a non zero value. This throws errors from netdev_rx_csum_fault() : : hw csum failure Signed-off-by: Eric Dumazet