RE: [PATCH] lan78xx: fix ip header misalignment

2019-01-27 Thread RaghuramChary.Jallipalli
Hi Yuiry, Thanks for the patch. Changes look good to me. Thanks, -Raghu > -Original Message- > From: Yuriy M. Kaminskiy > Sent: Monday, January 21, 2019 6:18 PM > To: netdev@vger.kernel.org > Cc: Woojung Huh - C21699 ; > UNGLinuxDriver > Subject: [PATCH] l

Re: [PATCH] lan78xx: fix ip header misalignment

2019-01-21 Thread Yuriy M. Kaminskiy
On 21.01.2019 14:47, Yuriy M. Kaminskiy wrote: lan78xx.c:rx_submit() allocates space for frame-to-be-received with netdev_alloc_skb_ip_align(), which misalign start of buffer by 2 bytes in expectation that frame will start from 14-byte ethernet header, then ip header; if start of buffer misalig

[PATCH] lan78xx: fix ip header misalignment

2019-01-21 Thread Yuriy M. Kaminskiy
patch should not have any conflicts, all affected code is pretty same). P.S. I'm not subscribed, please CC me on reply. >From 2bd6b0a11e222be2df97da948924c71bf13d7192 Mon Sep 17 00:00:00 2001 From: "Yuriy M. Kaminskiy" Date: Mon, 21 Jan 2019 02:51:24 +0300 Subject: [PATCH] lan7