[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210301115953.dufjdjnbmmwooxaf@skbuf>
Date: Mon, 1 Mar 2021 11:59:54 +0000
From: Ioana Ciornei <ioana.ciornei@....com>
To: Lorenzo Bianconi <lorenzo@...nel.org>
CC: "bpf@...r.kernel.org" <bpf@...r.kernel.org>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
"davem@...emloft.net" <davem@...emloft.net>,
"kuba@...nel.org" <kuba@...nel.org>,
"ast@...nel.org" <ast@...nel.org>,
"daniel@...earbox.net" <daniel@...earbox.net>,
"brouer@...hat.com" <brouer@...hat.com>,
"toke@...hat.com" <toke@...hat.com>,
"freysteinn.alfredsson@....se" <freysteinn.alfredsson@....se>,
"lorenzo.bianconi@...hat.com" <lorenzo.bianconi@...hat.com>,
"john.fastabend@...il.com" <john.fastabend@...il.com>,
"jasowang@...hat.com" <jasowang@...hat.com>,
"mst@...hat.com" <mst@...hat.com>,
"thomas.petazzoni@...tlin.com" <thomas.petazzoni@...tlin.com>,
"mw@...ihalf.com" <mw@...ihalf.com>,
"linux@...linux.org.uk" <linux@...linux.org.uk>,
"ilias.apalodimas@...aro.org" <ilias.apalodimas@...aro.org>,
"netanel@...zon.com" <netanel@...zon.com>,
"akiyano@...zon.com" <akiyano@...zon.com>,
"michael.chan@...adcom.com" <michael.chan@...adcom.com>,
Madalin Bucur <madalin.bucur@....com>,
"jesse.brandeburg@...el.com" <jesse.brandeburg@...el.com>,
"anthony.l.nguyen@...el.com" <anthony.l.nguyen@...el.com>,
"saeedm@...dia.com" <saeedm@...dia.com>,
"grygorii.strashko@...com" <grygorii.strashko@...com>,
"ecree.xilinx@...il.com" <ecree.xilinx@...il.com>
Subject: Re: [PATCH v2 bpf-next] bpf: devmap: move drop error path to devmap
for XDP_REDIRECT
On Sat, Feb 27, 2021 at 12:04:13PM +0100, Lorenzo Bianconi wrote:
> We want to change the current ndo_xdp_xmit drop semantics because
> it will allow us to implement better queue overflow handling.
> This is working towards the larger goal of a XDP TX queue-hook.
> Move XDP_REDIRECT error path handling from each XDP ethernet driver to
> devmap code. According to the new APIs, the driver running the
> ndo_xdp_xmit pointer, will break tx loop whenever the hw reports a tx
> error and it will just return to devmap caller the number of successfully
> transmitted frames. It will be devmap responsability to free dropped
> frames.
> Move each XDP ndo_xdp_xmit capable driver to the new APIs:
> - veth
> - virtio-net
> - mvneta
> - mvpp2
> - socionext
> - amazon ena
> - bnxt
> - freescale (dpaa2, dpaa)
> - xen-frontend
> - qede
> - ice
> - igb
> - ixgbe
> - i40e
> - mlx5
> - ti (cpsw, cpsw-new)
> - tun
> - sfc
>
> Acked-by: Edward Cree <ecree.xilinx@...il.com>
> Signed-off-by: Lorenzo Bianconi <lorenzo@...nel.org>
Reviewed-by: Ioana Ciornei <ioana.ciornei@....com> # for the dpaa2-eth
Powered by blists - more mailing lists