[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20181207172016.GA21965@apalos>
Date: Fri, 7 Dec 2018 19:20:16 +0200
From: Ilias Apalodimas <ilias.apalodimas@...aro.org>
To: Ioana Ciocoi Radulescu <ruxandra.radulescu@....com>
Cc: Jesper Dangaard Brouer <brouer@...hat.com>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
"davem@...emloft.net" <davem@...emloft.net>,
Ioana Ciornei <ioana.ciornei@....com>,
"dsahern@...il.com" <dsahern@...il.com>,
Camelia Alexandra Groza <camelia.groza@....com>
Subject: Re: [PATCH v2 net-next 0/8] dpaa2-eth: Introduce XDP support
Hi Ioana,
> >
> > > Add support for XDP programs. Only XDP_PASS, XDP_DROP and XDP_TX
> > > actions are supported for now. Frame header changes are also
> > > allowed.
I only did a quick grep around the driver so i might be missing something,
but i can only see allocations via napi_alloc_frag(). XDP requires pages
(either a single page per packet or a driver that does the page management of
its own and fits 2 frames in a single page, assuming 4kb pages).
Am i missing something on the driver?
> >
> > Do you have any XDP performance benchmarks on this hardware?
>
> We have some preliminary perf data that doesn't look great,
> but we hope to improve it :)
As Jesper said we are doing similar work on a cortex a-53 and plan to work on
a-72 as well. We might be able to help out.
/Ilias
Powered by blists - more mailing lists