> From: Stephen Hemminger [mailto:step...@networkplumber.org]
> Sent: Wednesday, 6 November 2024 00.26
> 
> On Wed, 6 Nov 2024 00:22:19 +0100
> Morten Brørup <m...@smartsharesystems.com> wrote:
> 
> > From what I understand, the TAP io_uring PMD only supports one RX
> queue per port and one TX queue per port (i.e. per TAP interface). We
> can take advantage of this:
> 
> 
> No kernel tap support multi queue and we need to use that.

Maybe I got it wrong then... I thought you said fanout (of kernel->TAP packets) 
would affect all fds associated with the TAP interface.
How can the application then use multiple queues?

Another thing is:
For which purposes do applications need multi queue support for TAP, 
considering the interface is for management traffic only?
If single queue suffices, it might make the PMD simpler.
On the other hand, it is more important making it simple for the application 
than making a simple PMD! :-)

Reply via email to