DTS WG Meeting Minutes - November 21, 2024

2024-12-15 Thread Patrick Robb
# November 21, 2024 Attendees * Patrick Robb * Paul Szczepanek * Luca Vizzarro # Minutes = Ge

Community CI Meeting Minutes - November 14, 2024

2024-12-15 Thread Patrick Robb
# November 14, 2024 Attendees 1. Patrick Robb 2. Paul Szczepanek 3. Luca Vizzarro # Minutes

DTS WG Meeting Minutes - December 5, 2024

2024-12-15 Thread Patrick Robb
# December 5, 2024 Attendees * Patrick Robb * Paul Szczepanek * Luca Vizzarro # Minutes = Gen

Community CI Meeting Minutes - December 12, 2024

2024-12-15 Thread Patrick Robb
# December 12, 2024 Attendees 1. Patrick Robb 2. Aaron Conole 3. Paul Szczepanek 4. Luca Vizzarro # Minutes =

Re: [PATCH v2 1/5] ethdev: check that device supports deferred start

2024-12-15 Thread Andrew Rybchenko
On 12/14/24 21:07, Stephen Hemminger wrote: The check for supporting deferred start should be handled at the ethdev level for all devices. It is a good idea to check it on ethdev level. Strictly speaking presence of queue start/stop callback does not mean support for deferred start right now.

[PATCH v6] graph: mcore: optimize graph search

2024-12-15 Thread Huichao Cai
In the function __rte_graph_mcore_dispatch_sched_node_enqueue, use a slower loop to search for the graph, modify the search logic to record the result of the first search, and use this record for subsequent searches to improve search speed. Signed-off-by: Huichao Cai --- devtools/libabigail.abig

Re: [PATCH] test/bonding: fix active backup rx test

2024-12-15 Thread lihuisong (C)
在 2024/12/14 0:56, Stephen Hemminger 写道: On Fri, 13 Dec 2024 14:57:23 +0800 "lihuisong (C)" wrote: Hi Stephen, This patch looks good to me. But this test case still runs failure when I run "link_bonding_autotest" twice. like: --> ... EAL: Test assert configure_ethdev line 181 failed: rte_e

Re: [PATCH v2] test/bonding: fix active backup rx test

2024-12-15 Thread lihuisong (C)
LGTM Acked-by: Huisong Li Tested-by: Huisong Li 在 2024/12/14 1:17, Stephen Hemminger 写道: The test had incorrect assumptions about how active backup should work. When in active backup mode, the secondary (not primary) ports should be ignored. The test was always broken since initially written bu