RE: [PATCH v15 09/29] net/rnp: add queue stop and start operations

2025-02-25 Thread 11
e.com > Subject: Re: [PATCH v15 09/29] net/rnp: add queue stop and start operations > > On Tue, 25 Feb 2025 16:41:06 +0800 > Wenbo Cao wrote: > > > diff --git a/doc/guides/nics/rnp.rst b/doc/guides/nics/rnp.rst index > > 99b96e9b8e..c3547c38b6 100644 > > --- a/d

Re: [PATCH v15 09/29] net/rnp: add queue stop and start operations

2025-02-25 Thread Stephen Hemminger
On Tue, 25 Feb 2025 16:41:06 +0800 Wenbo Cao wrote: > diff --git a/doc/guides/nics/rnp.rst b/doc/guides/nics/rnp.rst > index 99b96e9b8e..c3547c38b6 100644 > --- a/doc/guides/nics/rnp.rst > +++ b/doc/guides/nics/rnp.rst > @@ -71,6 +71,10 @@ Listed below are the rte_eth functions supported: > * ``

[PATCH v15 09/29] net/rnp: add queue stop and start operations

2025-02-25 Thread Wenbo Cao
support rx/tx queue stop/start,for rx queue stop need to reset a queue,must stop all rx queue during reset this queue. Signed-off-by: Wenbo Cao --- doc/guides/nics/features/rnp.ini | 1 + doc/guides/nics/rnp.rst | 4 + drivers/net/rnp/base/rnp_common.c | 3 + drivers/net/rnp/rnp