Re: [PATCH v3] net/bonding: fix bond startup failure when NUMA is -1

2023-06-20 Thread humin (Q)
在 2023/6/20 22:10, Ferruh Yigit 写道: On 6/20/2023 2:15 PM, humin (Q) wrote: Hi, Niklas, Ferruh, 在 2023/6/20 19:03, Niklas Söderlund 写道: Hi Connor and Ferruh, On 2023-06-19 09:57:17 +0100, Ferruh Yigit wrote: On 6/16/2023 1:00 PM, humin (Q) wrote: Hi, 在 2023/6/16 15:20, Chaoyong He 写道: Fr

Re: [PATCH v3] net/bonding: fix bond startup failure when NUMA is -1

2023-06-20 Thread Thomas Monjalon
20/06/2023 16:10, Ferruh Yigit: > On 6/20/2023 2:15 PM, humin (Q) wrote: > > Hi, Niklas, Ferruh, > > > > 在 2023/6/20 19:03, Niklas Söderlund 写道: > >> Hi Connor and Ferruh, > >> > >> On 2023-06-19 09:57:17 +0100, Ferruh Yigit wrote: > >>> On 6/16/2023 1:00 PM, humin (Q) wrote: > Hi, > > >

Re: [PATCH v3] net/bonding: fix bond startup failure when NUMA is -1

2023-06-20 Thread Ferruh Yigit
On 6/20/2023 2:15 PM, humin (Q) wrote: > Hi, Niklas, Ferruh, > > 在 2023/6/20 19:03, Niklas Söderlund 写道: >> Hi Connor and Ferruh, >> >> On 2023-06-19 09:57:17 +0100, Ferruh Yigit wrote: >>> On 6/16/2023 1:00 PM, humin (Q) wrote: Hi, 在 2023/6/16 15:20, Chaoyong He 写道: > From: Zer

Re: [PATCH v3] net/bonding: fix bond startup failure when NUMA is -1

2023-06-20 Thread humin (Q)
Hi, Niklas, Ferruh, 在 2023/6/20 19:03, Niklas Söderlund 写道: Hi Connor and Ferruh, On 2023-06-19 09:57:17 +0100, Ferruh Yigit wrote: On 6/16/2023 1:00 PM, humin (Q) wrote: Hi, 在 2023/6/16 15:20, Chaoyong He 写道: From: Zerun Fu After the mainline Linux kernel commit "fe205d984e7730f4d21f6f8e

Re: [PATCH v3] net/bonding: fix bond startup failure when NUMA is -1

2023-06-20 Thread Niklas Söderlund
Hi Connor and Ferruh, On 2023-06-19 09:57:17 +0100, Ferruh Yigit wrote: > On 6/16/2023 1:00 PM, humin (Q) wrote: > > Hi, > > > > 在 2023/6/16 15:20, Chaoyong He 写道: > >> From: Zerun Fu > >> > >> After the mainline Linux kernel commit > >> "fe205d984e7730f4d21f6f8ebc60f0698404ac31" (ACPI: Remove s

Re: [PATCH v3] net/bonding: fix bond startup failure when NUMA is -1

2023-06-20 Thread Ferruh Yigit
On 6/20/2023 3:53 AM, humin (Q) wrote: > > 在 2023/6/19 16:57, Ferruh Yigit 写道: >> On 6/16/2023 1:00 PM, humin (Q) wrote: >>> Hi, >>> >>> 在 2023/6/16 15:20, Chaoyong He 写道: From: Zerun Fu After the mainline Linux kernel commit "fe205d984e7730f4d21f6f8ebc60f0698404ac31" (ACPI: R

Re: [PATCH v3] net/bonding: fix bond startup failure when NUMA is -1

2023-06-19 Thread humin (Q)
在 2023/6/19 16:57, Ferruh Yigit 写道: On 6/16/2023 1:00 PM, humin (Q) wrote: Hi, 在 2023/6/16 15:20, Chaoyong He 写道: From: Zerun Fu After the mainline Linux kernel commit "fe205d984e7730f4d21f6f8ebc60f0698404ac31" (ACPI: Remove side effect of partly creating a node in acpi_map_pxm_to_online_n

Re: [PATCH v3] net/bonding: fix bond startup failure when NUMA is -1

2023-06-19 Thread Ferruh Yigit
On 6/16/2023 1:00 PM, humin (Q) wrote: > Hi, > > 在 2023/6/16 15:20, Chaoyong He 写道: >> From: Zerun Fu >> >> After the mainline Linux kernel commit >> "fe205d984e7730f4d21f6f8ebc60f0698404ac31" (ACPI: Remove side effect >> of partly creating a node in acpi_map_pxm_to_online_node) by >> Jonathan Ca

Re: [PATCH v3] net/bonding: fix bond startup failure when NUMA is -1

2023-06-16 Thread humin (Q)
Hi, 在 2023/6/16 15:20, Chaoyong He 写道: From: Zerun Fu After the mainline Linux kernel commit "fe205d984e7730f4d21f6f8ebc60f0698404ac31" (ACPI: Remove side effect of partly creating a node in acpi_map_pxm_to_online_node) by Jonathan Cameron. When the system does not support NUMA architecture, t

[PATCH v3] net/bonding: fix bond startup failure when NUMA is -1

2023-06-16 Thread Chaoyong He
From: Zerun Fu After the mainline Linux kernel commit "fe205d984e7730f4d21f6f8ebc60f0698404ac31" (ACPI: Remove side effect of partly creating a node in acpi_map_pxm_to_online_node) by Jonathan Cameron. When the system does not support NUMA architecture, the "socket_id" is expected to be -1. The v