Re: [PATCH v4 1/7] dts: add required methods to testpmd_shell

2024-01-03 Thread Juraj Linkeš
On Thu, Dec 21, 2023 at 8:38 PM Jeremy Spewock wrote: > > > > On Tue, Dec 19, 2023 at 11:45 AM Juraj Linkeš > wrote: >> >> The subject could be improved. That these methods are required is >> kinda obvious. We should try to actually include some useful >> information in the subject, such as "add

Re: [PATCH v4 1/7] dts: add required methods to testpmd_shell

2023-12-21 Thread Jeremy Spewock
On Tue, Dec 19, 2023 at 11:45 AM Juraj Linkeš wrote: > The subject could be improved. That these methods are required is > kinda obvious. We should try to actually include some useful > information in the subject, such as "add basic methods to testpmd > shell", but even that is not saying much. M

Re: [PATCH v4 1/7] dts: add required methods to testpmd_shell

2023-12-19 Thread Juraj Linkeš
The subject could be improved. That these methods are required is kinda obvious. We should try to actually include some useful information in the subject, such as "add basic methods to testpmd shell", but even that is not saying much. Maybe "add startup verification and forwarding to testpmd shell"

[PATCH v4 1/7] dts: add required methods to testpmd_shell

2023-12-18 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. Also added methods for starting and stopping packet f

[PATCH v4 1/7] dts: add required methods to testpmd_shell

2023-12-18 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. Also added methods for starting and stopping packet f

[PATCH v4 1/7] dts: add required methods to testpmd_shell

2023-12-14 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. Also added methods for starting and stopping packet f