Re: [PATCH v2] net: mvneta: add basic XDP_DROP support

2018-12-24 Thread Luka Perkov
Hi Jesper, On Sat, Dec 22, 2018 at 11:52:54AM +0100, Jesper Dangaard Brouer wrote: > On Fri, 21 Dec 2018 14:22:23 +0100 > Domagoj Pintaric wrote: > > > Add initial mvneta XDP support for hardware buffer management enabled > > devices only. > > Hi Domagoj, > > I would really appreciate if we co

Re: [PATCH v2] net: mvneta: add basic XDP_DROP support

2018-12-23 Thread Ilias Apalodimas
Hi Domagoj, > > Add initial mvneta XDP support for hardware buffer management enabled > > devices only. > > Hi Domagoj, > > I would really appreciate if we could coordinate our work on the mvneta > driver. Ilias (Cc'ed) and I are also working on adding XDP support for > this driver, although th

Re: [PATCH v2] net: mvneta: add basic XDP_DROP support

2018-12-22 Thread Jesper Dangaard Brouer
On Fri, 21 Dec 2018 14:22:23 +0100 Domagoj Pintaric wrote: > Add initial mvneta XDP support for hardware buffer management enabled > devices only. Hi Domagoj, I would really appreciate if we could coordinate our work on the mvneta driver. Ilias (Cc'ed) and I are also working on adding XDP supp

Re: [PATCH v2] net: mvneta: add basic XDP_DROP support

2018-12-21 Thread David Miller
From: Domagoj Pintaric Date: Fri, 21 Dec 2018 14:22:23 +0100 > Add initial mvneta XDP support for hardware buffer management enabled > devices only. > > Signed-off-by: Domagoj Pintaric > CC: Luka Perkov > CC: Thomas Petazzoni > CC: David S. Miller > --- > v2: > - fixed unused value warning >

[PATCH v2] net: mvneta: add basic XDP_DROP support

2018-12-21 Thread Domagoj Pintaric
Add initial mvneta XDP support for hardware buffer management enabled devices only. Signed-off-by: Domagoj Pintaric CC: Luka Perkov CC: Thomas Petazzoni CC: David S. Miller --- v2: - fixed unused value warning - added additional hardware buffer management check --- drivers/net/ethernet/marve