[PATCH v2] eal/unix: optimize thread creation with glibc

2024-11-02 Thread David Marchand
Setting the cpu affinity of the child thread from the parent thread is racy when using pthread_setaffinity_np, as the child thread may start running and initialize before affinity is set. On the other hand, setting the cpu affinity from the child thread itself may fail, so the parent thread waits

[PATCH] eal/unix: optimize thread creation with glibc

2024-11-02 Thread David Marchand
Setting the cpu affinity of the child thread from the parent thread is racy when using pthread_setaffinity_np, as the child thread may start running and initialize before affinity is set. On the other hand, setting the cpu affinity from the child thread itself may fail, so the parent thread waits

Re: [PATCH v2] Revert "eal/unix: fix thread creation"

2024-11-02 Thread David Marchand
On Thu, Oct 31, 2024 at 9:46 PM Stephen Hemminger wrote: > > On Thu, 31 Oct 2024 14:05:16 + > Luca Boccassi wrote: > > > On Thu, 31 Oct 2024 at 13:04, David Marchand > > wrote: > > > > > > On Thu, Oct 31, 2024 at 1:58 PM Luca Boccassi > > > wrote: > > > > > > > > On Thu, 31 Oct 2024 at 12

Re: [PATCH v3 4/4] net/nfp: add support for port identify

2024-11-02 Thread Ferruh Yigit
On 11/1/2024 2:57 AM, Chaoyong He wrote: > Implement the necessary functions to allow user to visually identify a > physical port associated with a netdev by blinking an LED on that port. > > Signed-off-by: James Hershaw > Signed-off-by: Chaoyong He > --- > .../net/nfp/flower/nfp_flower_represe

Re: [PATCH v5 01/18] net/r8169: add PMD driver skeleton

2024-11-02 Thread Ferruh Yigit
On 10/28/2024 7:30 AM, Howard Wang wrote: > Meson build infrastructure, r8169_ethdev minimal skeleton, > header with Realtek NIC device and vendor IDs. > > Signed-off-by: Howard Wang > --- > MAINTAINERS | 7 ++ > drivers/net/meson.build | 1 + > drivers/net/r816

Re: [PATCH v5 18/18] doc/guides/nics: add documents for r8169 pmd

2024-11-02 Thread Ferruh Yigit
On 10/28/2024 7:31 AM, Howard Wang wrote: > Signed-off-by: Howard Wang > --- > MAINTAINERS| 2 ++ > doc/guides/nics/features/r8169.ini | 32 ++ > doc/guides/nics/index.rst | 1 + > doc/guides/nics/r8169.rst | 17 +

Re: [PATCH v5 09/18] net/r8169: add support for hw initialization

2024-11-02 Thread Ferruh Yigit
On 10/28/2024 7:31 AM, Howard Wang wrote: > Signed-off-by: Howard Wang > Can you please add some description to the commit log? <...> > diff --git a/drivers/net/r8169/r8169_phy.h b/drivers/net/r8169/r8169_phy.h > index 1d8889f8dc..2576538a00 100644 > --- a/drivers/net/r8169/r8169_phy.h > +++ b

Re: [PATCH v5 03/18] net/r8169: add hardware registers access routines

2024-11-02 Thread Ferruh Yigit
On 10/28/2024 7:30 AM, Howard Wang wrote: > Add implementation for hardware registers access routines. > > Signed-off-by: Howard Wang > <...> > diff --git a/drivers/net/r8169/r8169_base.h b/drivers/net/r8169/r8169_base.h > index 6fc84592a6..2fa947b2d7 100644 > --- a/drivers/net/r8169/r8169_bas

Re: [PATCH v5 00/18] modify code as suggested by the maintainer

2024-11-02 Thread Ferruh Yigit
On 10/28/2024 7:30 AM, Howard Wang wrote: > Fix some warning issues. > > Howard Wang (18): > net/r8169: add PMD driver skeleton > net/r8169: add logging structure > net/r8169: add hardware registers access routines > net/r8169: implement core logic for Tx/Rx > net/r8169: add support for

Re: [PATCH v3 3/4] net/nfp: add support for EEPROM functions

2024-11-02 Thread Ferruh Yigit
On 11/1/2024 2:57 AM, Chaoyong He wrote: > Add support for the following EEPROM function callbacks: > > .get_eeprom_len > Get the maximum size of the device EEPROM data. > > .get_eeprom > Get the device EEPROM data at a certain offset and length. > > .set_eeprom > Set the device EEPROM data at a

RE: RFC - Tap io_uring PMD

2024-11-02 Thread Morten Brørup
> From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Friday, 1 November 2024 01.35 > > On Thu, 31 Oct 2024 11:27:25 +0100 > Morten Brørup wrote: > > > > From: Stephen Hemminger [mailto:step...@networkplumber.org] > > > Sent: Wednesday, 30 October 2024 22.57 > > > > > > The curre

Re: [PATCH v2] eal/unix: optimize thread creation with glibc

2024-11-02 Thread Luca Boccassi
On Sat, 2 Nov 2024 at 11:32, David Marchand wrote: > > Setting the cpu affinity of the child thread from the parent thread is > racy when using pthread_setaffinity_np, as the child thread may start > running and initialize before affinity is set. > > On the other hand, setting the cpu affinity fro

Re: 32-bit virtio failing on DPDK v23.11.1 (and tags)

2024-11-02 Thread Chris Brezovec (cbrezove)
 Hi Maxime / team, I have been going through the 12+ virtio commits between the last known working version and the first place we noticed this being broken. It does appear to be a change in this commit: https://github.com/DPDK/dpdk/commit/a632f0f64ffba3553a18bdb51a670c1b603c0ce6 I focused on