Re: Pause and unpause queue

Toke Høiland-Jørgensen <[email protected]> Fri, 06 Jan 2023 14:00:32 +0100
Newsgroups org.kernel.vger.xdp-newbies
Message-ID <[email protected]>
team lnx <[email protected]> writes:

> Hello everyone,
>
> 1. Is there a way to pause/unpause queue ?
> 2.  Is QoS (work in progress for XDP) ? Can we use work in progress
> series if  there exists any ?

XDP has no pushback from the driver at all, nor any way to queue
packets. I am planning to add this, see this presentation at LPC last
year:

https://lpc.events/event/16/contributions/1351/

Could you elaborate a bit on what your use case is, specifically? :)

-Toke