[dpdk-dev] doc: add timestamp offload for mlx5 to features table

Message ID 20180402170122.5537-1-yskoh@mellanox.com (mailing list archive)
State Accepted, archived
Delegated to: Shahaf Shuler
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Yongseok Koh April 2, 2018, 5:01 p.m. UTC
  Signed-off-by: Yongseok Koh <yskoh@mellanox.com>
---
 doc/guides/nics/features/mlx5.ini | 1 +
 1 file changed, 1 insertion(+)
  

Comments

Adrien Mazarguil April 5, 2018, 3:50 p.m. UTC | #1
For completeness:

Fixes: 78c7406b7b5a ("net/mlx5: add Rx HW timestamp")
Cc: stable@dpdk.org

On Mon, Apr 02, 2018 at 10:01:22AM -0700, Yongseok Koh wrote:
> Signed-off-by: Yongseok Koh <yskoh@mellanox.com>

Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>

> ---
>  doc/guides/nics/features/mlx5.ini | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/doc/guides/nics/features/mlx5.ini b/doc/guides/nics/features/mlx5.ini
> index c36363915..f8ce08770 100644
> --- a/doc/guides/nics/features/mlx5.ini
> +++ b/doc/guides/nics/features/mlx5.ini
> @@ -29,6 +29,7 @@ CRC offload          = Y
>  VLAN offload         = Y
>  L3 checksum offload  = Y
>  L4 checksum offload  = Y
> +Timestamp offload    = Y
>  Packet type parsing  = Y
>  Rx descriptor status = Y
>  Tx descriptor status = Y
> -- 
> 2.11.0
>
  
Shahaf Shuler April 8, 2018, 8:23 a.m. UTC | #2
Thursday, April 5, 2018 6:50 PM, Adrien Mazarguil:
> Subject: Re: [dpdk-dev] [PATCH] doc: add timestamp offload for mlx5 to
> features table
> 
> For completeness:
> 
> Fixes: 78c7406b7b5a ("net/mlx5: add Rx HW timestamp")
> Cc: stable@dpdk.org
> 
> On Mon, Apr 02, 2018 at 10:01:22AM -0700, Yongseok Koh wrote:
> > Signed-off-by: Yongseok Koh <yskoh@mellanox.com>
> 
> Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>

Applied to next-net-mlx with Adrien's additions, thanks.
  

Patch

diff --git a/doc/guides/nics/features/mlx5.ini b/doc/guides/nics/features/mlx5.ini
index c36363915..f8ce08770 100644
--- a/doc/guides/nics/features/mlx5.ini
+++ b/doc/guides/nics/features/mlx5.ini
@@ -29,6 +29,7 @@  CRC offload          = Y
 VLAN offload         = Y
 L3 checksum offload  = Y
 L4 checksum offload  = Y
+Timestamp offload    = Y
 Packet type parsing  = Y
 Rx descriptor status = Y
 Tx descriptor status = Y