> Subject: Re: [Patch v10 01/18] net/mana: add basic driver with build > environment and doc > > On 10/6/2022 12:21 AM, lon...@linuxonhyperv.com wrote: > > diff --git a/doc/guides/nics/mana.rst b/doc/guides/nics/mana.rst new > > file mode 100644 index 0000000000..eeca153911 > > --- /dev/null > > +++ b/doc/guides/nics/mana.rst > > @@ -0,0 +1,73 @@ > > +.. SPDX-License-Identifier: BSD-3-Clause > > + Copyright 2022 Microsoft Corporation > > + > > +MANA poll mode driver library > > +============================= > > + > > +The MANA poll mode driver library (**librte_net_mana**) implements > > +support for Microsoft Azure Network Adapter VF in SR-IOV context. > > + > > +Features > > +-------- > > + > > +Features of the MANA Ethdev PMD are: > > + > > +Prerequisites > > +------------- > > > Hi Long, > > I guess intention was to build the feature list gradually, by updating list > in each > patch that adds some feature, but somehow feature list remained empty. > > Can you please check what went wrong? > > If there is no feature to list maybe we can remove the section.
Thanks for catching this. The features are defined in doc/guides/nics/features/mana.ini. We don't need to list them here. I suggest we remove this section. I will send a patch. Long