RE: [PATCH v4 2/2] app/testpmd: add set dev led on/off command

2024-10-09 Thread Chaoyong He
> On 9/18/2024 3:38 AM, Chaoyong He wrote: > > From: James Hershaw > > > > Add command to change the state of a controllable LED on an ethdev > > port to on/off. This is for the purpose of identifying which physical > > port is associated with an ethdev. > > > > Usage: > > testpmd> set port led

Re: [PATCH v4 2/2] app/testpmd: add set dev led on/off command

2024-09-29 Thread Ferruh Yigit
On 9/18/2024 3:38 AM, Chaoyong He wrote: > From: James Hershaw > > Add command to change the state of a controllable LED on an ethdev port > to on/off. This is for the purpose of identifying which physical port is > associated with an ethdev. > > Usage: > testpmd> set port led > > Signed-of

[PATCH v4 2/2] app/testpmd: add set dev led on/off command

2024-09-17 Thread Chaoyong He
From: James Hershaw Add command to change the state of a controllable LED on an ethdev port to on/off. This is for the purpose of identifying which physical port is associated with an ethdev. Usage: testpmd> set port led Signed-off-by: James Hershaw Reviewed-by: Chaoyong He --- app/test-