Re: [dpdk-dev] [PATCH] doc: remove list of supported OS

2020-11-26 Thread Thomas Monjalon
24/11/2020 17:01, Ferruh Yigit: > On 11/24/2020 2:25 PM, Ajit Khaparde wrote: > > Remove list of supported OS in PMD specific doc. > > Documenting an unsupported version of OS makes more sense in > > PMD specific docs. > > Platforms tested with this device is documented in release notes anyway. > >

[dpdk-dev] [PATCH] doc: remove list of supported OS

2020-11-24 Thread Ajit Khaparde
Remove list of supported OS in PMD specific doc. Documenting an unsupported version of OS makes more sense in PMD specific docs. Platforms tested with this device is documented in release notes anyway. Signed-off-by: Ajit Khaparde --- doc/guides/nics/bnxt.rst | 24 1 fil

Re: [dpdk-dev] [PATCH] doc: remove list of supported OS

2020-11-24 Thread Ferruh Yigit
On 11/24/2020 2:25 PM, Ajit Khaparde wrote: Remove list of supported OS in PMD specific doc. Documenting an unsupported version of OS makes more sense in PMD specific docs. Platforms tested with this device is documented in release notes anyway. Signed-off-by: Ajit Khaparde Reviewed-by: Ferru