From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: He Zhe <zhe.he@windriver.com>
Cc: meta-virtualization@lists.yoctoproject.org
Subject: Re: [meta-virtualization][PATCH] openvswitch: uprev from v2.17.0-30-g2404d4536 to v2.17.1
Date: Wed, 20 Apr 2022 14:12:46 -0400 [thread overview]
Message-ID: <20220420181245.GD60199@gmail.com> (raw)
In-Reply-To: <20220419063024.2344118-1-zhe.he@windriver.com>
staged to master-next.
Bruce
In message: [meta-virtualization][PATCH] openvswitch: uprev from v2.17.0-30-g2404d4536 to v2.17.1
on 19/04/2022 He Zhe wrote:
> commits short log:
> 41bb202fb (tag: v2.17.1) Set release date for 2.17.1.
> 8f42d4f59 NEWS: Highlight libopenvswitch API change caused by UB fixes.
> 14301b3a3 netdev-offload-tc: Check for ct_state flag combinations that are not offloadable.
> 3a2eef792 python: idl: Set cond_changed to true if condition change requested.
> d05ccf288 dpif-netdev: Fix dp_netdev_get_pmd() function getting correct core_id.
> 79e291f98 alb.at: Add tests for cross-numa polling.
> 9c3b74fb2 dpif-netdev: Fix PMD auto load balance with pmd-rxq-isolate.
> 8580ff9dd pmd.at: Add tests for multi non-local numa pmds.
> 6bf4eeddb dpif-netdev: Fix non-local numa selection for more than two numas.
> c41434b3b dpif-netdev: Fix typo in function name.
> e0aa5e132 python: idl: Set cond_changed to false if last id is zero.
> 8da40d31c ofproto-dpif-xlate: Fix NULL pointer dereference in xlate_normal().
> 63a903ab4 ofproto/ofproto-dpif: Fix dpif_type for userspace tunnels.
> 14d54eb8b sset: add SHORT version of SAFE loop macros.
> f0e63b115 sparse: bump recommended version and include headers.
> 70b87cf72 idlc: support short version of SAFE macros.
> 3777ed90c rculist: use multi-variable helpers for loop macros.
> bb52e9beb hindex: remove the next variable in safe loops.
> 7d6cbfa24 hindex: use multi-variable iterators.
> 97ad96b63 cmap: use multi-variable iterators.
> cd62fda22 hmap: use short version of safe loops if possible.
> d56bfd752 hmap: implement UB-safe hmap pop iterator.
> e2c835486 hmap: use multi-variable helpers for hmap loops.
> 897d6647e list: use short version of safe loops if possible.
> 979a9eb5b list: use multi-variable helpers for list loops.
> 6bacf802c util: add helpers to overload SAFE macro.
> f127123d6 util: add safe multi-variable iterators.
> 38e73f0b6 util: add multi-variable loop iterator macros.
> e91edf456 ovsdb: raft: Fix inability to read the database with DNS host names.
>
> The ptest results BEFORE uprev:
> ERROR: 2340 tests were run,
> 30 failed unexpectedly.
> 65 tests were skipped.
> failed cases:
> 10 11 12 13 14 15 16 17 18 462 769 785 786 787 788 791 792 793 1024 1180 1181
> 1182 1183 1184 1185 1290 1291 2387 2391 2394
>
> The ptest results AFTER uprev:
> ERROR: 2343 tests were run,
> 30 failed unexpectedly.
> 65 tests were skipped.
> failed cases:
> 10 11 12 13 14 15 16 17 18 462 769 785 786 787 788 791 792 793 1025 1183 1184
> 1185 1186 1187 1188 1293 1294 2390 2394 2397
>
> Signed-off-by: He Zhe <zhe.he@windriver.com>
> ---
> recipes-networking/openvswitch/openvswitch_git.bb | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb
> index 7051ac5c..2e125e78 100644
> --- a/recipes-networking/openvswitch/openvswitch_git.bb
> +++ b/recipes-networking/openvswitch/openvswitch_git.bb
> @@ -14,12 +14,12 @@ RDEPENDS:${PN}-ptest += "\
> "
>
> S = "${WORKDIR}/git"
> -PV = "2.17.0+${SRCPV}"
> -CVE_VERSION = "2.17.0"
> +PV = "2.17.1+${SRCPV}"
> +CVE_VERSION = "2.17.1"
>
> FILESEXTRAPATHS:append := "${THISDIR}/${PN}-git:"
>
> -SRCREV = "2404d45367d104e74cc9eea50d27dcaa8c8917c0"
> +SRCREV = "41bb202fb37f184b0a8820a029c62d03c118614e"
> SRC_URI += "git://github.com/openvswitch/ovs.git;protocol=https;branch=branch-2.17 \
> file://openvswitch-add-ptest-71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3.patch \
> file://run-ptest \
> --
> 2.25.1
>
prev parent reply other threads:[~2022-04-21 16:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-19 6:30 [meta-virtualization][PATCH] openvswitch: uprev from v2.17.0-30-g2404d4536 to v2.17.1 He Zhe
2022-04-20 18:12 ` Bruce Ashfield [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220420181245.GD60199@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=meta-virtualization@lists.yoctoproject.org \
--cc=zhe.he@windriver.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox