DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v2] doc: add tso capabilities feature for mlx5
@ 2017-01-08 16:23 Elad Persiko
  2017-01-09 10:52 ` Ferruh Yigit
  2017-01-09 12:31 ` Ferruh Yigit
  0 siblings, 2 replies; 6+ messages in thread
From: Elad Persiko @ 2017-01-08 16:23 UTC (permalink / raw)
  To: dev; +Cc: Elad Persiko

Feature implemented at:
commit b007e98ccda9 ("net/mlx5: implement TSO data path")
commit 085c4137280a ("net/mlx5: support TSO in control plane")

Signed-off-by: Elad Persiko <eladpe@mellanox.com>
---
 doc/guides/nics/features/mlx4.ini | 1 +
 doc/guides/nics/features/mlx5.ini | 1 +
 2 files changed, 2 insertions(+)

diff --git a/doc/guides/nics/features/mlx4.ini b/doc/guides/nics/features/mlx4.ini
index c9828f7..d74b9dd 100644
--- a/doc/guides/nics/features/mlx4.ini
+++ b/doc/guides/nics/features/mlx4.ini
@@ -10,6 +10,7 @@ Queue start/stop     = Y
 MTU update           = Y
 Jumbo frame          = Y
 Scattered Rx         = Y
+TSO                  = Y
 Promiscuous mode     = Y
 Allmulticast mode    = Y
 Unicast MAC filter   = Y
diff --git a/doc/guides/nics/features/mlx5.ini b/doc/guides/nics/features/mlx5.ini
index f811e3f..f8a215e 100644
--- a/doc/guides/nics/features/mlx5.ini
+++ b/doc/guides/nics/features/mlx5.ini
@@ -11,6 +11,7 @@ Queue start/stop     = Y
 MTU update           = Y
 Jumbo frame          = Y
 Scattered Rx         = Y
+TSO                  = Y
 Promiscuous mode     = Y
 Allmulticast mode    = Y
 Unicast MAC filter   = Y
-- 
1.8.3.1

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

* Re: [dpdk-dev] [PATCH v2] doc: add tso capabilities feature for mlx5
  2017-01-08 16:23 [dpdk-dev] [PATCH v2] doc: add tso capabilities feature for mlx5 Elad Persiko
@ 2017-01-09 10:52 ` Ferruh Yigit
  2017-01-09 12:31 ` Ferruh Yigit
  1 sibling, 0 replies; 6+ messages in thread
From: Ferruh Yigit @ 2017-01-09 10:52 UTC (permalink / raw)
  To: Elad Persiko, dev

On 1/8/2017 4:23 PM, Elad Persiko wrote:
> Feature implemented at:
> commit b007e98ccda9 ("net/mlx5: implement TSO data path")
> commit 085c4137280a ("net/mlx5: support TSO in control plane")

Hi Elad,

Instead of send this a separate patch, it is better if you can send
these updates with the patch that adds the relevant feature.

So, you won't have to reference the commit ids here..

> 
> Signed-off-by: Elad Persiko <eladpe@mellanox.com>
> ---
>  doc/guides/nics/features/mlx4.ini | 1 +
>  doc/guides/nics/features/mlx5.ini | 1 +
>  2 files changed, 2 insertions(+)
> 
> diff --git a/doc/guides/nics/features/mlx4.ini b/doc/guides/nics/features/mlx4.ini
> index c9828f7..d74b9dd 100644
> --- a/doc/guides/nics/features/mlx4.ini
> +++ b/doc/guides/nics/features/mlx4.ini
> @@ -10,6 +10,7 @@ Queue start/stop     = Y
>  MTU update           = Y
>  Jumbo frame          = Y
>  Scattered Rx         = Y
> +TSO                  = Y
>  Promiscuous mode     = Y
>  Allmulticast mode    = Y
>  Unicast MAC filter   = Y
> diff --git a/doc/guides/nics/features/mlx5.ini b/doc/guides/nics/features/mlx5.ini
> index f811e3f..f8a215e 100644
> --- a/doc/guides/nics/features/mlx5.ini
> +++ b/doc/guides/nics/features/mlx5.ini
> @@ -11,6 +11,7 @@ Queue start/stop     = Y
>  MTU update           = Y
>  Jumbo frame          = Y
>  Scattered Rx         = Y
> +TSO                  = Y
>  Promiscuous mode     = Y
>  Allmulticast mode    = Y
>  Unicast MAC filter   = Y
> 

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

* Re: [dpdk-dev] [PATCH v2] doc: add tso capabilities feature for mlx5
  2017-01-08 16:23 [dpdk-dev] [PATCH v2] doc: add tso capabilities feature for mlx5 Elad Persiko
  2017-01-09 10:52 ` Ferruh Yigit
@ 2017-01-09 12:31 ` Ferruh Yigit
  2017-01-10  9:18   ` Elad Persiko
  1 sibling, 1 reply; 6+ messages in thread
From: Ferruh Yigit @ 2017-01-09 12:31 UTC (permalink / raw)
  To: Elad Persiko, dev

On 1/8/2017 4:23 PM, Elad Persiko wrote:
> Feature implemented at:
> commit b007e98ccda9 ("net/mlx5: implement TSO data path")
> commit 085c4137280a ("net/mlx5: support TSO in control plane")
> 
> Signed-off-by: Elad Persiko <eladpe@mellanox.com>
> ---
>  doc/guides/nics/features/mlx4.ini | 1 +
>  doc/guides/nics/features/mlx5.ini | 1 +
>  2 files changed, 2 insertions(+)
> 
> diff --git a/doc/guides/nics/features/mlx4.ini b/doc/guides/nics/features/mlx4.ini
> index c9828f7..d74b9dd 100644
> --- a/doc/guides/nics/features/mlx4.ini
> +++ b/doc/guides/nics/features/mlx4.ini
> @@ -10,6 +10,7 @@ Queue start/stop     = Y
>  MTU update           = Y
>  Jumbo frame          = Y
>  Scattered Rx         = Y
> +TSO                  = Y

One more thing, for double check, patch updates only mlx5 files, is
enabling TSO for mlx4 correct?

>  Promiscuous mode     = Y
>  Allmulticast mode    = Y
>  Unicast MAC filter   = Y
<...>

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

* Re: [dpdk-dev] [PATCH v2] doc: add tso capabilities feature for mlx5
  2017-01-09 12:31 ` Ferruh Yigit
@ 2017-01-10  9:18   ` Elad Persiko
  2017-01-23 12:29     ` Ferruh Yigit
  0 siblings, 1 reply; 6+ messages in thread
From: Elad Persiko @ 2017-01-10  9:18 UTC (permalink / raw)
  To: Ferruh Yigit, dev


Thanks,
The feature is not supported on MLX4. I will fix it on V2

-----Original Message-----
From: Ferruh Yigit [mailto:ferruh.yigit@intel.com]
Sent: Monday, January 9, 2017 2:31 PM
To: Elad Persiko <eladpe@mellanox.com>; dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH v2] doc: add tso capabilities feature for mlx5

On 1/8/2017 4:23 PM, Elad Persiko wrote:
> Feature implemented at:
> commit b007e98ccda9 ("net/mlx5: implement TSO data path") commit 
> 085c4137280a ("net/mlx5: support TSO in control plane")
> 
> Signed-off-by: Elad Persiko <eladpe@mellanox.com>
> ---
>  doc/guides/nics/features/mlx4.ini | 1 + 
> doc/guides/nics/features/mlx5.ini | 1 +
>  2 files changed, 2 insertions(+)
> 
> diff --git a/doc/guides/nics/features/mlx4.ini
> b/doc/guides/nics/features/mlx4.ini
> index c9828f7..d74b9dd 100644
> --- a/doc/guides/nics/features/mlx4.ini
> +++ b/doc/guides/nics/features/mlx4.ini
> @@ -10,6 +10,7 @@ Queue start/stop     = Y
>  MTU update           = Y
>  Jumbo frame          = Y
>  Scattered Rx         = Y
> +TSO                  = Y

One more thing, for double check, patch updates only mlx5 files, is enabling TSO for mlx4 correct?

>  Promiscuous mode     = Y
>  Allmulticast mode    = Y
>  Unicast MAC filter   = Y
<...>

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

* Re: [dpdk-dev] [PATCH v2] doc: add tso capabilities feature for mlx5
  2017-01-10  9:18   ` Elad Persiko
@ 2017-01-23 12:29     ` Ferruh Yigit
  2017-01-23 12:38       ` Olga Shern
  0 siblings, 1 reply; 6+ messages in thread
From: Ferruh Yigit @ 2017-01-23 12:29 UTC (permalink / raw)
  To: Elad Persiko, dev, Adrien Mazarguil

On 1/10/2017 9:18 AM, Elad Persiko wrote:
> 
> Thanks,
> The feature is not supported on MLX4. I will fix it on V2

The new version of this patch will be squashed to "net/mlx5: last WQE no
room inline" patchset, right?

> 
> -----Original Message-----
> From: Ferruh Yigit [mailto:ferruh.yigit@intel.com]
> Sent: Monday, January 9, 2017 2:31 PM
> To: Elad Persiko <eladpe@mellanox.com>; dev@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH v2] doc: add tso capabilities feature for mlx5
> 
> On 1/8/2017 4:23 PM, Elad Persiko wrote:
>> Feature implemented at:
>> commit b007e98ccda9 ("net/mlx5: implement TSO data path") commit 
>> 085c4137280a ("net/mlx5: support TSO in control plane")
>>
>> Signed-off-by: Elad Persiko <eladpe@mellanox.com>
>> ---
>>  doc/guides/nics/features/mlx4.ini | 1 + 
>> doc/guides/nics/features/mlx5.ini | 1 +
>>  2 files changed, 2 insertions(+)
>>
>> diff --git a/doc/guides/nics/features/mlx4.ini
>> b/doc/guides/nics/features/mlx4.ini
>> index c9828f7..d74b9dd 100644
>> --- a/doc/guides/nics/features/mlx4.ini
>> +++ b/doc/guides/nics/features/mlx4.ini
>> @@ -10,6 +10,7 @@ Queue start/stop     = Y
>>  MTU update           = Y
>>  Jumbo frame          = Y
>>  Scattered Rx         = Y
>> +TSO                  = Y
> 
> One more thing, for double check, patch updates only mlx5 files, is enabling TSO for mlx4 correct?
> 
>>  Promiscuous mode     = Y
>>  Allmulticast mode    = Y
>>  Unicast MAC filter   = Y
> <...>
> 

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

* Re: [dpdk-dev] [PATCH v2] doc: add tso capabilities feature for mlx5
  2017-01-23 12:29     ` Ferruh Yigit
@ 2017-01-23 12:38       ` Olga Shern
  0 siblings, 0 replies; 6+ messages in thread
From: Olga Shern @ 2017-01-23 12:38 UTC (permalink / raw)
  To: Ferruh Yigit, Elad Persiko, dev, Adrien Mazarguil

> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Ferruh Yigit
> Sent: Monday, January 23, 2017 2:30 PM
> To: Elad Persiko <eladpe@mellanox.com>; dev@dpdk.org; Adrien Mazarguil
> <adrien.mazarguil@6wind.com>
> Subject: Re: [dpdk-dev] [PATCH v2] doc: add tso capabilities feature for mlx5
> 
> On 1/10/2017 9:18 AM, Elad Persiko wrote:
> >
> > Thanks,
> > The feature is not supported on MLX4. I will fix it on V2
> 
> The new version of this patch will be squashed to "net/mlx5: last WQE no
> room inline" patchset, right?

Yes, you are right 

Best Regards,
Olga

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

end of thread, other threads:[~2017-01-23 12:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-08 16:23 [dpdk-dev] [PATCH v2] doc: add tso capabilities feature for mlx5 Elad Persiko
2017-01-09 10:52 ` Ferruh Yigit
2017-01-09 12:31 ` Ferruh Yigit
2017-01-10  9:18   ` Elad Persiko
2017-01-23 12:29     ` Ferruh Yigit
2017-01-23 12:38       ` Olga Shern

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