Re: [PATCH v1 1/1] dts: add send_packets to test suites and rework packet addressing

2024-09-12 Thread Patrick Robb
This looks good, except for the fact that a method for sending a list of packets has been added since you submitted this patch (which does return the packet list, not that it matters for your application). So, this will need to be resubmitted with your patch reformatted for _adjust_addresses() to

Re: [PATCH v1 1/1] dts: add send_packets to test suites and rework packet addressing

2024-09-09 Thread Dean Marx
On Wed, Sep 4, 2024 at 11:28 AM wrote: > From: Jeremy Spewock > > Currently the only method provided in the test suite class for sending > packets sends a single packet and then captures the results. There is, > in some cases, a need to send multiple packets at once while not really > needing to

[PATCH v1 1/1] dts: add send_packets to test suites and rework packet addressing

2024-09-04 Thread jspewock
From: Jeremy Spewock Currently the only method provided in the test suite class for sending packets sends a single packet and then captures the results. There is, in some cases, a need to send multiple packets at once while not really needing to capture any traffic received back. The method to do