Re: [PATCH] eal: increase max file descriptor for secondary process device

2024-10-11 Thread David Marchand
On Thu, Oct 10, 2024 at 11:51 AM David Marchand wrote: > > On Thu, Sep 5, 2024 at 6:22 PM Stephen Hemminger > wrote: > > > > The TAP and XDP driver both are limited to only 8 queues when > > because of the small limit imposed by EAL. Increase the limit > > now since this release allows changing A

Re: [PATCH] eal: increase max file descriptor for secondary process device

2024-10-10 Thread David Marchand
On Thu, Sep 5, 2024 at 6:22 PM Stephen Hemminger wrote: > > The TAP and XDP driver both are limited to only 8 queues when > because of the small limit imposed by EAL. Increase the limit > now since this release allows changing ABI. > > Signed-off-by: Stephen Hemminger Applied, thanks. -- Davi

Re: [PATCH] eal: increase max file descriptor for secondary process device

2024-09-06 Thread Ferruh Yigit
On 9/5/2024 5:20 PM, Stephen Hemminger wrote: > The TAP and XDP driver both are limited to only 8 queues when > because of the small limit imposed by EAL. Increase the limit > now since this release allows changing ABI. > > Signed-off-by: Stephen Hemminger > --- > doc/guides/rel_notes/release_24

RE: [PATCH] eal: increase max file descriptor for secondary process device

2024-09-05 Thread Morten Brørup
> From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Thursday, 5 September 2024 18.20 > > The TAP and XDP driver both are limited to only 8 queues when > because of the small limit imposed by EAL. Increase the limit > now since this release allows changing ABI. > > Signed-off-by:

Re: [PATCH] eal: increase max file descriptor for secondary process device

2024-09-05 Thread fengchengwen
Acked-by: Chengwen Feng On 2024/9/6 0:20, Stephen Hemminger wrote: > The TAP and XDP driver both are limited to only 8 queues when > because of the small limit imposed by EAL. Increase the limit > now since this release allows changing ABI. > > Signed-off-by: Stephen Hemminger > --- > doc/guid

[PATCH] eal: increase max file descriptor for secondary process device

2024-09-05 Thread Stephen Hemminger
The TAP and XDP driver both are limited to only 8 queues when because of the small limit imposed by EAL. Increase the limit now since this release allows changing ABI. Signed-off-by: Stephen Hemminger --- doc/guides/rel_notes/release_24_11.rst | 5 + lib/eal/include/rte_eal.h |