doc: add IP ECN header rewrite to mlx5 notes

Message ID 20220711095858.48269-1-jiaweiw@nvidia.com (mailing list archive)
State Accepted, archived
Delegated to: Raslan Darawsheh
Headers
Series doc: add IP ECN header rewrite to mlx5 notes |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/iol-aarch64-unit-testing success Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/github-robot: build success github build: passed
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-abi-testing success Testing PASS
ci/iol-x86_64-unit-testing success Testing PASS
ci/iol-aarch64-compile-testing success Testing PASS
ci/iol-x86_64-compile-testing success Testing PASS

Commit Message

Jiawei Wang July 11, 2022, 9:58 a.m. UTC
  This patch updates the mlx5 notes for IPv4/IPv6 ECN field
rewrite offload.

Fixes: c4e442fa4c45 ("ethdev: add IPv4/IPv6 ECN header rewrite action")
Fixes: 097d84a42a87 ("common/mlx5: check ECN modification capability")
Fixes: 76d575612277 ("net/mlx5: support modifying ECN field")

Signed-off-by: Jiawei Wang <jiaweiw@nvidia.com>
Acked-by: Asaf Penso <asafp@nvidia.com>
---
 doc/guides/nics/mlx5.rst | 5 +++++
 1 file changed, 5 insertions(+)
  

Comments

David Marchand July 11, 2022, 10:49 a.m. UTC | #1
On Mon, Jul 11, 2022 at 11:59 AM Jiawei Wang <jiaweiw@nvidia.com> wrote:
>
> This patch updates the mlx5 notes for IPv4/IPv6 ECN field
> rewrite offload.
>
> Fixes: c4e442fa4c45 ("ethdev: add IPv4/IPv6 ECN header rewrite action")
> Fixes: 097d84a42a87 ("common/mlx5: check ECN modification capability")
> Fixes: 76d575612277 ("net/mlx5: support modifying ECN field")
>
> Signed-off-by: Jiawei Wang <jiaweiw@nvidia.com>
> Acked-by: Asaf Penso <asafp@nvidia.com>
> ---
>  doc/guides/nics/mlx5.rst | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst
> index a7f9851d16..eb16669b3f 100644
> --- a/doc/guides/nics/mlx5.rst
> +++ b/doc/guides/nics/mlx5.rst
> @@ -1355,6 +1355,11 @@ Supported hardware offloads
>     | |                     | | rdma-core 24  | | rdma-core 24  |
>     | |                     | | ConnectX-5    | | ConnectX-5    |
>     +-----------------------+-----------------+-----------------+
> +   | | Header rewrite      | | DPDK 22.07    | | DPDK 22.07    |
> +   | | (ipv4_ecn)          | | OFED 5.6-2    | | OFED 5.6-2    |
> +   | |  ipv6_ecn)          | | rdma-core 41  | | rdma-core 41  |

I guess the first ) is a typo.
Did you mean "(ipv4_ecn / ipv6_ecn)" ?


> +   | |                     | | ConnectX-5    | | ConnectX-5    |
> +   +-----------------------+-----------------+-----------------+
  
Thomas Monjalon July 11, 2022, 5:56 p.m. UTC | #2
11/07/2022 12:49, David Marchand:
> On Mon, Jul 11, 2022 at 11:59 AM Jiawei Wang <jiaweiw@nvidia.com> wrote:
> >
> > This patch updates the mlx5 notes for IPv4/IPv6 ECN field
> > rewrite offload.
> >
> > Fixes: c4e442fa4c45 ("ethdev: add IPv4/IPv6 ECN header rewrite action")
> > Fixes: 097d84a42a87 ("common/mlx5: check ECN modification capability")
> > Fixes: 76d575612277 ("net/mlx5: support modifying ECN field")
> >
> > Signed-off-by: Jiawei Wang <jiaweiw@nvidia.com>
> > Acked-by: Asaf Penso <asafp@nvidia.com>
> > ---
> > +   | | Header rewrite      | | DPDK 22.07    | | DPDK 22.07    |
> > +   | | (ipv4_ecn)          | | OFED 5.6-2    | | OFED 5.6-2    |
> > +   | |  ipv6_ecn)          | | rdma-core 41  | | rdma-core 41  |
> 
> I guess the first ) is a typo.
> Did you mean "(ipv4_ecn / ipv6_ecn)" ?

Good catch.
Fixed and applied, thanks.
  

Patch

diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst
index a7f9851d16..eb16669b3f 100644
--- a/doc/guides/nics/mlx5.rst
+++ b/doc/guides/nics/mlx5.rst
@@ -1355,6 +1355,11 @@  Supported hardware offloads
    | |                     | | rdma-core 24  | | rdma-core 24  |
    | |                     | | ConnectX-5    | | ConnectX-5    |
    +-----------------------+-----------------+-----------------+
+   | | Header rewrite      | | DPDK 22.07    | | DPDK 22.07    |
+   | | (ipv4_ecn)          | | OFED 5.6-2    | | OFED 5.6-2    |
+   | |  ipv6_ecn)          | | rdma-core 41  | | rdma-core 41  |
+   | |                     | | ConnectX-5    | | ConnectX-5    |
+   +-----------------------+-----------------+-----------------+
    | Jump                  | | DPDK 19.05    | | DPDK 19.02    |
    |                       | | OFED 4.7-1    | | OFED 4.7-1    |
    |                       | | rdma-core 24  | | N/A           |