Re: [PATCH 3/3] cmd: rng: Add rng list command

2024-01-25 Thread Weizhao Ouyang
On Thu, Jan 25, 2024 at 10:49 PM Heinrich Schuchardt wrote: > > On 25.01.24 15:05, Weizhao Ouyang wrote: > > Add rng list command to list all probed RNG device. > > Thank you for your contribution. > > Would the following be more accurate? > > The 'rng list' command probes all RNG devices and list

Re: [PATCH 3/3] cmd: rng: Add rng list command

2024-01-25 Thread Heinrich Schuchardt
On 25.01.24 15:05, Weizhao Ouyang wrote: Add rng list command to list all probed RNG device. Thank you for your contribution. Would the following be more accurate? The 'rng list' command probes all RNG devices and list those devices that are successfully probed. Signed-off-by: Weizhao Ouya

[PATCH 3/3] cmd: rng: Add rng list command

2024-01-25 Thread Weizhao Ouyang
Add rng list command to list all probed RNG device. Signed-off-by: Weizhao Ouyang --- cmd/rng.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/cmd/rng.c b/cmd/rng.c index 52f722c7af..4818133f94 100644 --- a/cmd/rng.c +++ b/cmd/rng.c @@ -18,6 +18,19 @@ static int do_rng(stru