On 9/8/22 13:15, Michael Phelan wrote:
> CI Linux build script updated to use DPDK version 21.11.2.
> Documentation updated to use DPDK version 21.11.2.
> NEWS entry added for DPDK 21.11.2 validation.
> Updated FAQ to recommend use of DPDK version 21.11.2.
> 
> Signed-off-by: Michael Phelan <[email protected]>
> ---
>  .ci/linux-build.sh                   | 2 +-
>  Documentation/faq/releases.rst       | 2 +-
>  Documentation/intro/install/dpdk.rst | 8 ++++----
>  NEWS                                 | 3 +++
>  4 files changed, 9 insertions(+), 6 deletions(-)
> 
> diff --git a/.ci/linux-build.sh b/.ci/linux-build.sh
> index 509314a07..23c8bbb7a 100755
> --- a/.ci/linux-build.sh
> +++ b/.ci/linux-build.sh
> @@ -228,7 +228,7 @@ fi
>  
>  if [ "$DPDK" ] || [ "$DPDK_SHARED" ]; then
>      if [ -z "$DPDK_VER" ]; then
> -        DPDK_VER="21.11.1"
> +        DPDK_VER="21.11.2"
>      fi
>      install_dpdk $DPDK_VER
>  fi
> diff --git a/Documentation/faq/releases.rst b/Documentation/faq/releases.rst
> index 1bc22a6ba..d138091c1 100644
> --- a/Documentation/faq/releases.rst
> +++ b/Documentation/faq/releases.rst
> @@ -215,7 +215,7 @@ Q: What DPDK version does each Open vSwitch release work 
> with?
>      2.15.x       20.11.4
>      2.16.x       20.11.4
>      2.17.x       21.11.1
> -    3.0.x        21.11.1
> +    3.0.x        21.11.2
>      ============ ========

Hi, Michael.
Please, also update versions in the table for older branches.
Same applies to patches for older branches.  We should update
versions for all branches on all branches, since we're touching
this table anyway.  Of course, no need to add rows that do not
exist on older branches.

Best regards, Ilya Maximets.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to