Re: [PATCH v3 2/7] dts: add waiting for port up in testpmd

2023-11-17 Thread Jeremy Spewock
On Thu, Nov 16, 2023 at 2:05 PM Juraj Linkeš wrote: > On Mon, Nov 13, 2023 at 9:28 PM wrote: > > > > From: Jeremy Spewock > > > > Added a method within the testpmd interactive shell that polls the > > status of ports and verifies that the link status on a given port is > > "up." Polling will co

Re: [PATCH v3 2/7] dts: add waiting for port up in testpmd

2023-11-16 Thread Juraj Linkeš
On Mon, Nov 13, 2023 at 9:28 PM wrote: > > From: Jeremy Spewock > > Added a method within the testpmd interactive shell that polls the > status of ports and verifies that the link status on a given port is > "up." Polling will continue until either the link comes up, or the > timeout is reached.

[PATCH v3 2/7] dts: add waiting for port up in testpmd

2023-11-13 Thread jspewock
From: Jeremy Spewock Added a method within the testpmd interactive shell that polls the status of ports and verifies that the link status on a given port is "up." Polling will continue until either the link comes up, or the timeout is reached. Signed-off-by: Jeremy Spewock --- .../remote_sessi