Re: [PATCH] sh_eth: fix 16-bit descriptor field access endianness too

2015-12-22 Thread David Miller
From: Sergei Shtylyov Date: Sun, 20 Dec 2015 01:48:04 +0300 > Commit 1299653affa4 ("sh_eth: fix descriptor access endianness") only > addressed the 32-bit buffer address field byte-swapping but the driver > still accesses 16-bit frame/buffer length descriptor

[PATCH] sh_eth: fix 16-bit descriptor field access endianness too

2015-12-19 Thread Sergei Shtylyov
Commit 1299653affa4 ("sh_eth: fix descriptor access endianness") only addressed the 32-bit buffer address field byte-swapping but the driver still accesses 16-bit frame/buffer length descriptor fields without the necessary byte-swapping -- which should affect the big-endian kernels. In order to