[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20200826.155116.1238002224655277772.davem@davemloft.net>
Date: Wed, 26 Aug 2020 15:51:16 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: xie.he.0141@...il.com
Cc: kuba@...nel.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-x25@...r.kernel.org,
ms@....tdt.de
Subject: Re: [PATCH net] drivers/net/wan/lapbether: Set network_header
before transmitting
From: Xie He <xie.he.0141@...il.com>
Date: Tue, 25 Aug 2020 20:03:53 -0700
> Set the skb's network_header before it is passed to the underlying
> Ethernet device for transmission.
>
> This patch fixes the following issue:
>
> When we use this driver with AF_PACKET sockets, there would be error
> messages of:
> protocol 0805 is buggy, dev (Ethernet interface name)
> printed in the system "dmesg" log.
>
> This is because skbs passed down to the Ethernet device for transmission
> don't have their network_header properly set, and the dev_queue_xmit_nit
> function in net/core/dev.c complains about this.
>
> Reason of setting the network_header to this place (at the end of the
> Ethernet header, and at the beginning of the Ethernet payload):
>
> Because when this driver receives an skb from the Ethernet device, the
> network_header is also set at this place.
>
> Cc: Martin Schiller <ms@....tdt.de>
> Signed-off-by: Xie He <xie.he.0141@...il.com>
Applied, thank you.
Powered by blists - more mailing lists