Re: [PATCH v2 0/7] sh_eth: implement simple RX checksum offload

2019-02-05 Thread Sergei Shtylyov
On 05.02.2019 0:31, David Miller wrote: Here's a set of 7 patches against DaveM's 'net-next.git' repo. I'm implemeting the simple RX checksum offload (like was done for the 'ravb' driver by Simon Horman); it has been only tested on the R8A7740 and R8A77980 SoCs, the other SoCs should just work (

Re: [PATCH v2 0/7] sh_eth: implement simple RX checksum offload

2019-02-04 Thread David Miller
From: Sergei Shtylyov Date: Mon, 4 Feb 2019 21:01:25 +0300 > Here's a set of 7 patches against DaveM's 'net-next.git' repo. I'm implemeting > the simple RX checksum offload (like was done for the 'ravb' driver by Simon > Horman); it has been only tested on the R8A7740 and R8A77980 SoCs, the other

[PATCH v2 0/7] sh_eth: implement simple RX checksum offload

2019-02-04 Thread Sergei Shtylyov
Hello! Here's a set of 7 patches against DaveM's 'net-next.git' repo. I'm implemeting the simple RX checksum offload (like was done for the 'ravb' driver by Simon Horman); it has been only tested on the R8A7740 and R8A77980 SoCs, the other SoCs should just work (according to their manuals)... [1/