[ovs-dev] [PATCH v2 1/1] dpdk: Use DPDK 19.11.2 release.

Ilya Maximets i.maximets at ovn.org
Mon Jul 13 17:43:18 UTC 2020


On 7/13/20 6:57 PM, Stokes, Ian wrote:
> 
> 
> On 7/13/2020 5:08 PM, Kevin Traynor wrote:
>> On 13/07/2020 10:44, Ilya Maximets wrote:
>>> On 7/11/20 2:34 PM, Ian Stokes wrote:
>>>> Modify travis linux build script to use DPDK 19.11.2 stable release and
>>>> update docs to reference 19.11.2 stable release.
>>>>
>>>> Signed-off-by: Ian Stokes <ian.stokes at intel.com>
>>>> ---
>>>>   .travis/linux-build.sh                   | 2 +-
>>>>   Documentation/faq/releases.rst           | 2 +-
>>>>   Documentation/intro/install/dpdk.rst     | 8 ++++----
>>>>   Documentation/topics/dpdk/vhost-user.rst | 6 +++---
>>>>   Documentation/topics/userspace-tso.rst   | 9 ---------
>>>>   NEWS                                     | 3 +++
>>>>   6 files changed, 12 insertions(+), 18 deletions(-)
>>>>
>>>> diff --git a/.travis/linux-build.sh b/.travis/linux-build.sh
>>>> index 02615a8ec..e0a065291 100755
>>>> --- a/.travis/linux-build.sh
>>>> +++ b/.travis/linux-build.sh
>>>> @@ -170,7 +170,7 @@ fi
>>>>     if [ "$DPDK" ] || [ "$DPDK_SHARED" ]; then
>>>>       if [ -z "$DPDK_VER" ]; then
>>>> -        DPDK_VER="19.11"
>>>> +        DPDK_VER="19.11.2"
>>>>       fi
>>>>       install_dpdk $DPDK_VER
>>>>       if [ "$CC" = "clang" ]; then
>>>> diff --git a/Documentation/faq/releases.rst b/Documentation/faq/releases.rst
>>>> index e5cef3915..7c826f239 100644
>>>> --- a/Documentation/faq/releases.rst
>>>> +++ b/Documentation/faq/releases.rst
>>>> @@ -194,7 +194,7 @@ Q: What DPDK version does each Open vSwitch release work with?
>>>>       2.10.x       17.11.4
>>>>       2.11.x       18.11.6
>>>>       2.12.x       18.11.6
>>>> -    2.13.x       19.11.0
>>>> +    2.13.x       19.11.2
>>>
>>> We likely need to update versions for older branches too.
>>> Might be done with a separate patch.  We need to maintain
>>> this list at least on master branch since we have it in
>>> documentation.
>>>
>>
>> +1
>>
>> Aside from that, versions/updates here and to the branches look good.
>>
>> Acked-by: Kevin Traynor <ktraynor at redhat.com>
> 
> No problem, I've updated the patches to update all branchesin the FAQ section and pushed, thanks for the review and feedback.

Cool.  Thanks Ian and Kevin!

At this point I think we have one major issue with branch 2.13
that I'd like to be resolved before releasing 2.13.1 stable:
  https://patchwork.ozlabs.org/project/openvswitch/list/?series=188635
Any input on this is very welcome.

For other branches I'll start preparing new stable releases.
Will post patches likely this week.

Best regards, Ilya Maximets.


More information about the dev mailing list