net/bnxt: update PMD supported features

Message ID 20201022201951.186449-1-lance.richardson@broadcom.com (mailing list archive)
State Accepted, archived
Delegated to: Ajit Khaparde
Headers
Series net/bnxt: update PMD supported features |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/travis-robot success Travis build: passed

Commit Message

Lance Richardson Oct. 22, 2020, 8:19 p.m. UTC
  Mark "BSD nic_uio", "Usage doc", and "Perf doc" as supported
for the bnxt PMD.

Signed-off-by: Lance Richardson <lance.richardson@broadcom.com>
Reviewed-by: Ajit Kumar Khaparde <ajit.khaparde@broadcom.com>
---
 doc/guides/nics/features/bnxt.ini | 3 +++
 1 file changed, 3 insertions(+)
  

Comments

Ajit Khaparde Oct. 26, 2020, 4:11 a.m. UTC | #1
On Thu, Oct 22, 2020 at 1:20 PM Lance Richardson
<lance.richardson@broadcom.com> wrote:
>
> Mark "BSD nic_uio", "Usage doc", and "Perf doc" as supported
> for the bnxt PMD.
>
> Signed-off-by: Lance Richardson <lance.richardson@broadcom.com>
> Reviewed-by: Ajit Kumar Khaparde <ajit.khaparde@broadcom.com>
Patch applied to dpdk-next-net-brcm.

> ---
>  doc/guides/nics/features/bnxt.ini | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/doc/guides/nics/features/bnxt.ini b/doc/guides/nics/features/bnxt.ini
> index e75cfc44d..f8a7fd9a1 100644
> --- a/doc/guides/nics/features/bnxt.ini
> +++ b/doc/guides/nics/features/bnxt.ini
> @@ -45,8 +45,11 @@ FW version           = Y
>  EEPROM dump          = Y
>  LED                  = Y
>  Multiprocess aware   = Y
> +BSD nic_uio          = Y
>  Linux UIO            = Y
>  Linux VFIO           = Y
>  ARMv8                = Y
>  x86-32               = Y
>  x86-64               = Y
> +Usage doc            = Y
> +Perf doc             = Y
> --
> 2.25.1
>
  

Patch

diff --git a/doc/guides/nics/features/bnxt.ini b/doc/guides/nics/features/bnxt.ini
index e75cfc44d..f8a7fd9a1 100644
--- a/doc/guides/nics/features/bnxt.ini
+++ b/doc/guides/nics/features/bnxt.ini
@@ -45,8 +45,11 @@  FW version           = Y
 EEPROM dump          = Y
 LED                  = Y
 Multiprocess aware   = Y
+BSD nic_uio          = Y
 Linux UIO            = Y
 Linux VFIO           = Y
 ARMv8                = Y
 x86-32               = Y
 x86-64               = Y
+Usage doc            = Y
+Perf doc             = Y