Re: [PATCH v3 6/7] dts: add pci addresses to EAL parameters

2023-11-17 Thread Jeremy Spewock
On Thu, Nov 16, 2023 at 1:10 PM Juraj Linkeš wrote: > On Mon, Nov 13, 2023 at 9:28 PM wrote: > > > > From: Jeremy Spewock > > > > Added allow list to the EAL parameters created in DTS to ensure that > > only the relevant PCI devices are considered when launching DPDK > > applications. > > > > S

Re: [PATCH v3 6/7] dts: add pci addresses to EAL parameters

2023-11-16 Thread Juraj Linkeš
On Mon, Nov 13, 2023 at 9:28 PM wrote: > > From: Jeremy Spewock > > Added allow list to the EAL parameters created in DTS to ensure that > only the relevant PCI devices are considered when launching DPDK > applications. > > Signed-off-by: Jeremy Spewock > --- > dts/framework/testbed_model/sut_n

[PATCH v3 6/7] dts: add pci addresses to EAL parameters

2023-11-13 Thread jspewock
From: Jeremy Spewock Added allow list to the EAL parameters created in DTS to ensure that only the relevant PCI devices are considered when launching DPDK applications. Signed-off-by: Jeremy Spewock --- dts/framework/testbed_model/sut_node.py | 9 + 1 file changed, 9 insertions(+) dif