Re: [PATCH v4 2/5] dts: parameterize what ports the TG sends packets to

2024-11-14 Thread Luca Vizzarro
Hi there, once again I am in agreement with Juraj, this approach may risk to complicate things further. As he mentioned, we should allow TestSuite to be marked for VFs and they should be able to automate the setup behind the scenes. If we wanted to distinguish VF and PF test cases, I think th

Re: [PATCH v4 2/5] dts: parameterize what ports the TG sends packets to

2024-09-25 Thread Juraj Linkeš
On 23. 9. 2024 20:42, jspew...@iol.unh.edu wrote: From: Jeremy Spewock Previously in the DTS framework the helper methods in the TestSuite class designated ports as either ingress or egress ports and would wrap the methods of the traffic generator to allow packets to only flow to those desig

[PATCH v4 2/5] dts: parameterize what ports the TG sends packets to

2024-09-23 Thread jspewock
From: Jeremy Spewock Previously in the DTS framework the helper methods in the TestSuite class designated ports as either ingress or egress ports and would wrap the methods of the traffic generator to allow packets to only flow to those designated ingress or egress ports. This is undesirable in s