[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220516112140.0f088427@kernel.org>
Date: Mon, 16 May 2022 11:21:40 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Eric Dumazet <eric.dumazet@...il.com>
Cc: "David S . Miller" <davem@...emloft.net>,
Paolo Abeni <pabeni@...hat.com>,
netdev <netdev@...r.kernel.org>,
Eric Dumazet <edumazet@...gle.com>
Subject: Re: [PATCH net-next 4/4] net: call skb_defer_free_flush() before
each napi_poll()
On Sun, 15 May 2022 21:24:56 -0700 Eric Dumazet wrote:
> -end:
> - skb_defer_free_flush(sd);
> +end:;
Sorry for the nit pick but can I remove this and just return like we
did before f3412b3879b4? Is there a reason such "label:;}" is good?
Powered by blists - more mailing lists