Re: [PATCH 0/3] net/tap: queue limit patches

2024-10-11 Thread Stephen Hemminger
On Sat, 12 Oct 2024 02:01:12 +0100 Ferruh Yigit wrote: > On 10/11/2024 6:29 PM, Stephen Hemminger wrote: > > Some patches related to recent increase in possible queues. > > > > Stephen Hemminger (3): > > net/tap: handle increase in mp_max_fds > > net/tap: add static assert to make sure max q

Re: [PATCH 0/3] net/tap: queue limit patches

2024-10-11 Thread Ferruh Yigit
On 10/11/2024 6:29 PM, Stephen Hemminger wrote: > Some patches related to recent increase in possible queues. > > Stephen Hemminger (3): > net/tap: handle increase in mp_max_fds > net/tap: add static assert to make sure max queues less than fd limit > net/tap: increase the maximum allowable

[PATCH 0/3] net/tap: queue limit patches

2024-10-11 Thread Stephen Hemminger
Some patches related to recent increase in possible queues. Stephen Hemminger (3): net/tap: handle increase in mp_max_fds net/tap: add static assert to make sure max queues less than fd limit net/tap: increase the maximum allowable queues drivers/net/tap/meson.build | 2 +- drivers/net/t