[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1C6C58DD-456F-4154-A9EC-EF1529DD0AF6@fb.com>
Date: Tue, 29 May 2018 17:02:07 +0000
From: Song Liu <songliubraving@...com>
To: Sergei Shtylyov <sergei.shtylyov@...entembedded.com>
CC: "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
Kernel Team <Kernel-team@...com>,
John Fastabend <john.fastabend@...il.com>,
"Alexei Starovoitov" <ast@...nel.org>,
"David S . Miller" <davem@...emloft.net>
Subject: Re: [PATCH net-next] net: remove bypassed check in sch_direct_xmit()
> On May 29, 2018, at 1:58 AM, Sergei Shtylyov <sergei.shtylyov@...entembedded.com> wrote:
>
> Hello!
>
> On 5/29/2018 12:36 AM, Song Liu wrote:
>
>> Check sch_direct_xmit() at the end of sch_direct_xmit() will be bypassed.
>
> "Checking netif_xmit_frozen_or_stopped()", perhaps? Else it doesn't make much sense...
Thanks Sergei!
Sending v2 with fix.
Song
>
>> This is because "ret" from sch_direct_xmit() will be either NETDEV_TX_OK
>> or NETDEV_TX_BUSY, and only ret == NETDEV_TX_OK == 0 will reach the
>> condition:
>> if (ret && netif_xmit_frozen_or_stopped(txq))
>> return false;
>> This patch cleans up the code by removing the whole condition.
>> For more discussion about this, please refer to
>> https://marc.info/?t=152727195700008
>> Signed-off-by: Song Liu <songliubraving@...com>
>> Cc: John Fastabend <john.fastabend@...il.com>
>> Cc: Alexei Starovoitov <ast@...nel.org>
>> Cc: David S. Miller <davem@...emloft.net>
> [...]
>
> MBR, Sergei
Powered by blists - more mailing lists