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
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
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
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
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
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 +
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
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
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
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
> 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
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
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
13 matches
Mail list logo