Re: [RFC PATCH v12 01/17] dlb: add skeleton for DLB driver

From: Andrew Lunn
Date: Wed Dec 22 2021 - 16:26:49 EST


> > pointing to skbufs? How are the lifetimes of skbufs managed? How do you get skbufs out of the NIC? Are
> > you using XDP?
>
> This is not a network accelerator in the sense that it does not have
> direct access to the network sockets/ports. We do not use XDP.

So not using XDP is a problem. I looked at previous versions of this
patch, and it is all DPDK. But DPDK is not in mainline, XDP is. In
order for this to be merged into mainline you need a mainline user of
it.

Maybe you should abandon mainline, and just get this driver merged
into the DPDK fork of Linux?

Andrew