DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc/mlx5: remove limitation for TSO over VM
@ 2020-05-13 11:00 Raslan Darawsheh
  2020-05-14  5:54 ` Asaf Penso
  2020-05-14  9:35 ` Raslan Darawsheh
  0 siblings, 2 replies; 3+ messages in thread
From: Raslan Darawsheh @ 2020-05-13 11:00 UTC (permalink / raw)
  To: matan, viacheslavo; +Cc: dev

removing the current limnitation for TSO over VM
due to the fact that MLX5 currently support it.

Signed-off-by: Raslan Darawsheh <rasland@mellanox.com>
---
 doc/guides/nics/mlx5.rst | 2 --
 1 file changed, 2 deletions(-)

diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst
index a8c27b485..6a4f582f6 100644
--- a/doc/guides/nics/mlx5.rst
+++ b/doc/guides/nics/mlx5.rst
@@ -163,8 +163,6 @@ Limitations
 - Flows with a VXLAN Network Identifier equal (or ends to be equal)
   to 0 are not supported.
 
-- VXLAN TSO and checksum offloads are not supported on VM.
-
 - L3 VXLAN and VXLAN-GPE tunnels cannot be supported together with MPLSoGRE and MPLSoUDP.
 
 - Match on Geneve header supports the following fields only:
-- 
2.26.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] doc/mlx5: remove limitation for TSO over VM
  2020-05-13 11:00 [dpdk-dev] [PATCH] doc/mlx5: remove limitation for TSO over VM Raslan Darawsheh
@ 2020-05-14  5:54 ` Asaf Penso
  2020-05-14  9:35 ` Raslan Darawsheh
  1 sibling, 0 replies; 3+ messages in thread
From: Asaf Penso @ 2020-05-14  5:54 UTC (permalink / raw)
  To: Matan Azrad, Slava Ovsiienko, Raslan Darawsheh; +Cc: dev

Thanks, Raslan.
ACK.

Regards,
Asaf Penso

________________________________
From: dev <dev-bounces@dpdk.org> on behalf of Raslan Darawsheh <rasland@mellanox.com>
Sent: Wednesday, May 13, 2020 2:00:31 PM
To: Matan Azrad <matan@mellanox.com>; Slava Ovsiienko <viacheslavo@mellanox.com>
Cc: dev@dpdk.org <dev@dpdk.org>
Subject: [dpdk-dev] [PATCH] doc/mlx5: remove limitation for TSO over VM

removing the current limnitation for TSO over VM
due to the fact that MLX5 currently support it.

Signed-off-by: Raslan Darawsheh <rasland@mellanox.com>
---
 doc/guides/nics/mlx5.rst | 2 --
 1 file changed, 2 deletions(-)

diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst
index a8c27b485..6a4f582f6 100644
--- a/doc/guides/nics/mlx5.rst
+++ b/doc/guides/nics/mlx5.rst
@@ -163,8 +163,6 @@ Limitations
 - Flows with a VXLAN Network Identifier equal (or ends to be equal)
   to 0 are not supported.

-- VXLAN TSO and checksum offloads are not supported on VM.
-
 - L3 VXLAN and VXLAN-GPE tunnels cannot be supported together with MPLSoGRE and MPLSoUDP.

 - Match on Geneve header supports the following fields only:
--
2.26.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] doc/mlx5: remove limitation for TSO over VM
  2020-05-13 11:00 [dpdk-dev] [PATCH] doc/mlx5: remove limitation for TSO over VM Raslan Darawsheh
  2020-05-14  5:54 ` Asaf Penso
@ 2020-05-14  9:35 ` Raslan Darawsheh
  1 sibling, 0 replies; 3+ messages in thread
From: Raslan Darawsheh @ 2020-05-14  9:35 UTC (permalink / raw)
  To: Raslan Darawsheh, Matan Azrad, Slava Ovsiienko; +Cc: dev

Hi,
> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of Raslan Darawsheh
> Sent: Wednesday, May 13, 2020 2:01 PM
> To: Matan Azrad <matan@mellanox.com>; Slava Ovsiienko
> <viacheslavo@mellanox.com>
> Cc: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH] doc/mlx5: remove limitation for TSO over VM
> 
> removing the current limnitation for TSO over VM
> due to the fact that MLX5 currently support it.
> 
> Signed-off-by: Raslan Darawsheh <rasland@mellanox.com>
> ---
>  doc/guides/nics/mlx5.rst | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst
> index a8c27b485..6a4f582f6 100644
> --- a/doc/guides/nics/mlx5.rst
> +++ b/doc/guides/nics/mlx5.rst
> @@ -163,8 +163,6 @@ Limitations
>  - Flows with a VXLAN Network Identifier equal (or ends to be equal)
>    to 0 are not supported.
> 
> -- VXLAN TSO and checksum offloads are not supported on VM.
> -
>  - L3 VXLAN and VXLAN-GPE tunnels cannot be supported together with
> MPLSoGRE and MPLSoUDP.
> 
>  - Match on Geneve header supports the following fields only:
> --
> 2.26.0


Patch applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-14  9:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-13 11:00 [dpdk-dev] [PATCH] doc/mlx5: remove limitation for TSO over VM Raslan Darawsheh
2020-05-14  5:54 ` Asaf Penso
2020-05-14  9:35 ` Raslan Darawsheh

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).