diff mbox

[ovs-dev,V4,4/4] NEWS: Jumbo Frames supported by DPDK ports

Message ID 1455622311-93565-5-git-send-email-mark.b.kavanagh@intel.com
State Superseded
Headers show

Commit Message

Mark Kavanagh Feb. 16, 2016, 11:31 a.m. UTC
Signed-off-by: Mark Kavanagh <mark.b.kavanagh@intel.com>
---
 NEWS | 2 ++
 1 file changed, 2 insertions(+)

Comments

Flavio Leitner Feb. 18, 2016, 2:34 p.m. UTC | #1
On Tue, 16 Feb 2016 11:31:51 +0000
Mark Kavanagh <mark.b.kavanagh@intel.com> wrote:

> Signed-off-by: Mark Kavanagh <mark.b.kavanagh@intel.com>
> ---
>  NEWS | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/NEWS b/NEWS
> index 3e33871..2942ae0 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -12,6 +12,8 @@ Post-v2.5.0
>         Old 'other_config:n-dpdk-rxqs' is no longer supported.
>     - ovs-benchmark: This utility has been removed due to lack of use and
>       bitrot.
> +   - netdev-dpdk:
> +     * Add Jumbo Frame Support
>  
>  
>  v2.5.0 - xx xxx xxxx

Also with the patch adding the feature.
BTW, we have a DPDK section opened already, so maybe we could group
the features in there:
E.g.:

   - DPDK:
     * New option "n_rxq" for PMD interfaces.
       Old 'other_config:n-dpdk-rxqs' is no longer supported.
+    * Add Jumbo Frame Support


I tried the patchset and it works on my test environment and I don't see
crashes anymore when I try to change the MTU.

Thanks,
Mark Kavanagh Feb. 18, 2016, 3:34 p.m. UTC | #2
>On Tue, 16 Feb 2016 11:31:51 +0000
>Mark Kavanagh <mark.b.kavanagh@intel.com> wrote:
>
>> Signed-off-by: Mark Kavanagh <mark.b.kavanagh@intel.com>
>> ---
>>  NEWS | 2 ++
>>  1 file changed, 2 insertions(+)
>>
>> diff --git a/NEWS b/NEWS
>> index 3e33871..2942ae0 100644
>> --- a/NEWS
>> +++ b/NEWS
>> @@ -12,6 +12,8 @@ Post-v2.5.0
>>         Old 'other_config:n-dpdk-rxqs' is no longer supported.
>>     - ovs-benchmark: This utility has been removed due to lack of use and
>>       bitrot.
>> +   - netdev-dpdk:
>> +     * Add Jumbo Frame Support
>>
>>
>>  v2.5.0 - xx xxx xxxx
>
>Also with the patch adding the feature.

Cool, I'll add it back in.

>BTW, we have a DPDK section opened already, so maybe we could group
>the features in there:
>E.g.:
>
>   - DPDK:
>     * New option "n_rxq" for PMD interfaces.
>       Old 'other_config:n-dpdk-rxqs' is no longer supported.
>+    * Add Jumbo Frame Support
>

Np - I've no strong preference either way :) 

>
>I tried the patchset and it works on my test environment and I don't see
>crashes anymore when I try to change the MTU.
>
>Thanks,
>--
>fbl
diff mbox

Patch

diff --git a/NEWS b/NEWS
index 3e33871..2942ae0 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,8 @@  Post-v2.5.0
        Old 'other_config:n-dpdk-rxqs' is no longer supported.
    - ovs-benchmark: This utility has been removed due to lack of use and
      bitrot.
+   - netdev-dpdk:
+     * Add Jumbo Frame Support
 
 
 v2.5.0 - xx xxx xxxx