* [dpdk-dev] [PATCH 0/3] doc updates to bnxt PMD
@ 2021-10-27 17:26 Ajit Khaparde
2021-10-27 17:26 ` [dpdk-dev] [PATCH 1/3] net/bnxt: remove a stale compile option Ajit Khaparde
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Ajit Khaparde @ 2021-10-27 17:26 UTC (permalink / raw)
To: dev
[-- Attachment #1: Type: text/plain, Size: 438 bytes --]
Doc updates to update feature matrix and test in bnxt documentation.
Please apply.
Ajit Khaparde (3):
net/bnxt: remove a stale compile option
doc: update feature matrix for bnxt PMD
doc: updates to the text in bnxt doc
doc/guides/nics/bnxt.rst | 8 +++-----
doc/guides/nics/features/bnxt.ini | 3 +++
drivers/net/bnxt/meson.build | 1 -
3 files changed, 6 insertions(+), 6 deletions(-)
--
2.30.1 (Apple Git-130)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [dpdk-dev] [PATCH 1/3] net/bnxt: remove a stale compile option
2021-10-27 17:26 [dpdk-dev] [PATCH 0/3] doc updates to bnxt PMD Ajit Khaparde
@ 2021-10-27 17:26 ` Ajit Khaparde
2021-10-27 17:26 ` [dpdk-dev] [PATCH 2/3] doc: update feature matrix for bnxt PMD Ajit Khaparde
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Ajit Khaparde @ 2021-10-27 17:26 UTC (permalink / raw)
To: dev
[-- Attachment #1: Type: text/plain, Size: 588 bytes --]
remove a stale compile option from meson build file.
RTE_LIBRTE_BNXT_TF sneaked in incorrectly.
Signed-off-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
---
drivers/net/bnxt/meson.build | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/bnxt/meson.build b/drivers/net/bnxt/meson.build
index 81cbe0381f..09d494e90f 100644
--- a/drivers/net/bnxt/meson.build
+++ b/drivers/net/bnxt/meson.build
@@ -10,7 +10,6 @@ endif
headers = files('rte_pmd_bnxt.h')
cflags_options = [
- '-DRTE_LIBRTE_BNXT_TF',
'-DSUPPORT_CFA_HW_ALL=1',
]
--
2.30.1 (Apple Git-130)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [dpdk-dev] [PATCH 2/3] doc: update feature matrix for bnxt PMD
2021-10-27 17:26 [dpdk-dev] [PATCH 0/3] doc updates to bnxt PMD Ajit Khaparde
2021-10-27 17:26 ` [dpdk-dev] [PATCH 1/3] net/bnxt: remove a stale compile option Ajit Khaparde
@ 2021-10-27 17:26 ` Ajit Khaparde
2021-10-27 17:26 ` [dpdk-dev] [PATCH 3/3] doc: updates to the text in bnxt doc Ajit Khaparde
2021-10-28 18:00 ` [dpdk-dev] [PATCH 0/3] doc updates to bnxt PMD Ajit Khaparde
3 siblings, 0 replies; 5+ messages in thread
From: Ajit Khaparde @ 2021-10-27 17:26 UTC (permalink / raw)
To: dev; +Cc: stable
[-- Attachment #1: Type: text/plain, Size: 1095 bytes --]
Support for runtime Rx/Tx queue setup and inner RSS is not updated.
Update feature matrix for bnxt PMD.
Fixes: 7ed45b1a7c0f ("net/bnxt: support RSS hash selection")
Fixes: 0105ea1296c9 ("net/bnxt: support runtime queue setup")
Cc: stable@dpdk.org
Signed-off-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
---
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 93aa98aede..afb5414b49 100644
--- a/doc/guides/nics/features/bnxt.ini
+++ b/doc/guides/nics/features/bnxt.ini
@@ -10,6 +10,8 @@ Link status event = Y
Rx interrupt = Y
Fast mbuf free = Y
Queue start/stop = Y
+Runtime Rx queue setup = Y
+Runtime Tx queue setup = Y
Burst mode info = Y
MTU update = Y
Scattered Rx = Y
@@ -22,6 +24,7 @@ Multicast MAC filter = Y
RSS hash = Y
RSS key update = Y
RSS reta update = Y
+Inner RSS = Y
VMDq = Y
SR-IOV = Y
VLAN filter = Y
--
2.30.1 (Apple Git-130)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [dpdk-dev] [PATCH 3/3] doc: updates to the text in bnxt doc
2021-10-27 17:26 [dpdk-dev] [PATCH 0/3] doc updates to bnxt PMD Ajit Khaparde
2021-10-27 17:26 ` [dpdk-dev] [PATCH 1/3] net/bnxt: remove a stale compile option Ajit Khaparde
2021-10-27 17:26 ` [dpdk-dev] [PATCH 2/3] doc: update feature matrix for bnxt PMD Ajit Khaparde
@ 2021-10-27 17:26 ` Ajit Khaparde
2021-10-28 18:00 ` [dpdk-dev] [PATCH 0/3] doc updates to bnxt PMD Ajit Khaparde
3 siblings, 0 replies; 5+ messages in thread
From: Ajit Khaparde @ 2021-10-27 17:26 UTC (permalink / raw)
To: dev
[-- Attachment #1: Type: text/plain, Size: 1647 bytes --]
host-based-truflow devarg is not used anymore to enable host based
flow table management functionality TruFlow. Instead this feature is
now driven by a capability indicated by the firmware.
TruFlow is not in tech preview anymore. Update the doc accordingly.
Signed-off-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
---
doc/guides/nics/bnxt.rst | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/doc/guides/nics/bnxt.rst b/doc/guides/nics/bnxt.rst
index e26dabea07..b047f0ca64 100644
--- a/doc/guides/nics/bnxt.rst
+++ b/doc/guides/nics/bnxt.rst
@@ -658,9 +658,7 @@ which currently supports basic packet classification in the receive path.
The feature uses a newly implemented control-plane firmware interface which
optimizes flow insertions and deletions.
-This is a tech preview feature.
-
-This feature is currently supported on Whitney+ and Stingray devices.
+This feature is currently supported on Whitney+, Stingray and Thor devices.
Notes
-----
@@ -747,12 +745,12 @@ same host domain, additional dev args have been added to the PMD.
The sample command line with the new ``devargs`` looks like this::
- -a 0000:06:02.0,host-based-truflow=1,representor=[1],rep-based-pf=8,\
+ -a 0000:06:02.0,representor=[1],rep-based-pf=8,\
rep-is-pf=1,rep-q-r2f=1,rep-fc-r2f=0,rep-q-f2r=1,rep-fc-f2r=1
.. code-block:: console
- dpdk-testpmd -l1-4 -n2 -a 0008:01:00.0,host-based-truflow=1,\
+ dpdk-testpmd -l1-4 -n2 -a 0008:01:00.0,\
representor=[0], rep-based-pf=8,rep-is-pf=0,rep-q-r2f=1,rep-fc-r2f=1,\
rep-q-f2r=0,rep-fc-f2r=1 --log-level="pmd.*",8 -- -i --rxq=3 --txq=3
--
2.30.1 (Apple Git-130)
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-dev] [PATCH 0/3] doc updates to bnxt PMD
2021-10-27 17:26 [dpdk-dev] [PATCH 0/3] doc updates to bnxt PMD Ajit Khaparde
` (2 preceding siblings ...)
2021-10-27 17:26 ` [dpdk-dev] [PATCH 3/3] doc: updates to the text in bnxt doc Ajit Khaparde
@ 2021-10-28 18:00 ` Ajit Khaparde
3 siblings, 0 replies; 5+ messages in thread
From: Ajit Khaparde @ 2021-10-28 18:00 UTC (permalink / raw)
To: dpdk-dev, Ferruh Yigit
On Wed, Oct 27, 2021 at 10:26 AM Ajit Khaparde
<ajit.khaparde@broadcom.com> wrote:
>
> Doc updates to update feature matrix and test in bnxt documentation.
> Please apply.
>
> Ajit Khaparde (3):
> net/bnxt: remove a stale compile option
> doc: update feature matrix for bnxt PMD
> doc: updates to the text in bnxt doc
>
> doc/guides/nics/bnxt.rst | 8 +++-----
> doc/guides/nics/features/bnxt.ini | 3 +++
> drivers/net/bnxt/meson.build | 1 -
> 3 files changed, 6 insertions(+), 6 deletions(-)
Patchset applied to dpdk-next-net-brcm. Thanks
>
> --
> 2.30.1 (Apple Git-130)
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-10-28 18:00 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-27 17:26 [dpdk-dev] [PATCH 0/3] doc updates to bnxt PMD Ajit Khaparde
2021-10-27 17:26 ` [dpdk-dev] [PATCH 1/3] net/bnxt: remove a stale compile option Ajit Khaparde
2021-10-27 17:26 ` [dpdk-dev] [PATCH 2/3] doc: update feature matrix for bnxt PMD Ajit Khaparde
2021-10-27 17:26 ` [dpdk-dev] [PATCH 3/3] doc: updates to the text in bnxt doc Ajit Khaparde
2021-10-28 18:00 ` [dpdk-dev] [PATCH 0/3] doc updates to bnxt PMD Ajit Khaparde
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).