Re: [PATCH v2 net] net:ethernet:aquantia: Fix for RX checksum offload.

2017-03-22 Thread David Miller
From: Pavel Belous Date: Thu, 23 Mar 2017 02:20:39 +0300 > From: Pavel Belous > > Since AQC-100/107/108 chips supports hardware checksums for RX we should > indicate this > via NETIF_F_RXCSUM flag. > > v1->v2: 'Signed-off-by' tag added. >

[PATCH v2 net] net:ethernet:aquantia: Fix for RX checksum offload.

2017-03-22 Thread Pavel Belous
From: Pavel Belous Since AQC-100/107/108 chips supports hardware checksums for RX we should indicate this via NETIF_F_RXCSUM flag. v1->v2: 'Signed-off-by' tag added. Signed-off-by: Pavel Belous ---