mbox series

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

Message ID a21deed1-35dc-f1be-6c7e-7061ebe4b56c@cogentembedded.com (mailing list archive)
Headers show
Series sh_eth: implement simple RX checksum offload | expand

Message

Sergei Shtylyov Feb. 4, 2019, 6:01 p.m. UTC
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/7] sh_eth: rename sh_eth_cpu_data::hw_checksum
[2/7] sh_eth: RX checksum offload support
[3/7] sh_eth: offload RX checksum on R7S72100
[4/7] sh_eth: offload RX checksum on R8A7740
[5/7] sh_eth: offload RX checksum on R8A77980
[6/7] sh_eth: offload RX checksum on SH7734
[7/7] sh_eth: offload RX checksum on SH7763

MBR, Sergei

Comments

David Miller Feb. 4, 2019, 9:31 p.m. UTC | #1
From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
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
> SoCs should just work (according to their manuals)...

Series applied, thanks.

There was a "tha" --> "the" typo in one of your commit messages which I
fixed up.
Sergei Shtylyov Feb. 5, 2019, 8 a.m. UTC | #2
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 (according to their manuals)...
> 
> Series applied, thanks.
> 
> There was a "tha" --> "the" typo in one of your commit messages which I
> fixed up.

    Indeed! Thank you. :-)

MBR, Sergei