Reviewed-by: Patrick Robb <[email protected]> Applied to next-dts with a reword to add quotation marks to the "Fixes" line, thanks.
I noticed the QinQ testsuite is also missing an rst file - do you mind sending a fix for that too? Thanks Andrew. On Wed, Dec 17, 2025 at 1:46 PM Andrew Bailey <[email protected]> wrote: > > The RSS test suite was added to DTS without an RST file. This patch adds > the missing RST file to the doc directory. > > Bugzilla ID: 1850 > Fixes: 367e950f6d24 (dts: add RSS test suite) > > Signed-off-by: Andrew Bailey <[email protected]> > --- > doc/api/dts/tests.TestSuite_pmd_rss.rst | 8 ++++++++ > 1 file changed, 8 insertions(+) > create mode 100644 doc/api/dts/tests.TestSuite_pmd_rss.rst > > diff --git a/doc/api/dts/tests.TestSuite_pmd_rss.rst > b/doc/api/dts/tests.TestSuite_pmd_rss.rst > new file mode 100644 > index 0000000000..942fa5ebdc > --- /dev/null > +++ b/doc/api/dts/tests.TestSuite_pmd_rss.rst > @@ -0,0 +1,8 @@ > +.. SPDX-License-Identifier: BSD-3-Clause > + > +pmd_rss Test Suite > +================== > + > +.. automodule:: tests.TestSuite_pmd_rss > + :members: > + :show-inheritance: > -- > 2.50.1 >

