From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id E5B1DA00C2; Thu, 17 Nov 2022 09:20:33 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D2B7840DDC; Thu, 17 Nov 2022 09:20:33 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 5298B40DDA for ; Thu, 17 Nov 2022 09:20:32 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1668673231; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=GK5cVUikoBfjq0UgBbjdWTzQGN6JCUG3IMJrCG2GphE=; b=RInHNiq4rvWgXey5H1AM5nm90IyOzO41euMJ8+WV051mrctGPtKWfZ0hr9PBbnq8iBmpVg PraivTdYc3mZzOFYsbgpbhjl6NJhXMAt0h3hMJjrgjz5ZaHWEagjFOMDj75rVTwW1bdE+v GBKXl8xy32m8/aaLkZ3w1qsHcl9bE+M= Received: from mail-pf1-f200.google.com (mail-pf1-f200.google.com [209.85.210.200]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_128_GCM_SHA256) id us-mta-646-V-y8MyaaMeiX-iqE0YGyFQ-1; Thu, 17 Nov 2022 03:20:30 -0500 X-MC-Unique: V-y8MyaaMeiX-iqE0YGyFQ-1 Received: by mail-pf1-f200.google.com with SMTP id x11-20020a056a000bcb00b0056c6ec11eefso787865pfu.14 for ; Thu, 17 Nov 2022 00:20:30 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=GK5cVUikoBfjq0UgBbjdWTzQGN6JCUG3IMJrCG2GphE=; b=UGEqaRXxDcefNQNB5ciqeK6SP+NuwfnU13/ymWGg3325MZePPy9+E6bFrAEujj5nAE 30QAcQjD5Q2ZN6fvCENypsuHRrdWc32cV59qDZVGYeahPP+ACf4T6LXNjf+mcbk0mXFt Qzq/QZhjSTUUTUJVMzQvC0FVb9bB9e+VjAAvYSoD+UWYH4ZFB+nM4TgVX/Pbdj8uxaQ4 qjUy45nh+ppNwkwvlSmf5C5bkTsdeF54JUOGPyh3ZnLkgqyIHhhwsEAinTiF56ij1JhC ULySZpBbFJcIxiZGpTF9YxaafuekP+RJySFmwUocEB78mDep66eofQklchAdR7gblTLA IQjA== X-Gm-Message-State: ANoB5pnxiWxD6RrOlMFCrP0jGByD9ea952U8Tt6TLLbdQAE8KujrdTi4 8UeurX06fmtGMS3pIvfq2s+AC6ujXwLjVcsNh8V9hXNrxc94wydpBdunmofyK5Z5k6KkVn9DpOz mOYYEvwnstKWN/bIzoBM= X-Received: by 2002:a17:903:2448:b0:188:f5c7:4d23 with SMTP id l8-20020a170903244800b00188f5c74d23mr41888pls.125.1668673229631; Thu, 17 Nov 2022 00:20:29 -0800 (PST) X-Google-Smtp-Source: AA0mqf4qvXyQgfLJliX0sYwfbXiOq+PXFt6gmbuRV0Zr5q1RdjojclUcUAotu5ZBRvoqEMpnjq7TQmctRgiAClZ0s9Q= X-Received: by 2002:a17:903:2448:b0:188:f5c7:4d23 with SMTP id l8-20020a170903244800b00188f5c74d23mr41872pls.125.1668673229363; Thu, 17 Nov 2022 00:20:29 -0800 (PST) MIME-Version: 1.0 References: <1720725.X513TT2pbd@thomas> In-Reply-To: <1720725.X513TT2pbd@thomas> From: David Marchand Date: Thu, 17 Nov 2022 09:20:17 +0100 Message-ID: Subject: Re: release candidate 22.11-rc3 To: Thomas Monjalon Cc: dev , Maxime Coquelin , Kevin Traynor , YangHang Liu X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Tue, Nov 15, 2022 at 6:33 PM Thomas Monjalon wrote: > > A new DPDK release candidate is ready for testing: > https://git.dpdk.org/dpdk/tag/?id=v22.11-rc3 > > There are 161 new patches in this snapshot. > > Release notes: > https://doc.dpdk.org/guides/rel_notes/release_22_11.html > > Please test and report issues on bugs.dpdk.org. > You may share some release validation results > by replying to this message at dev@dpdk.org > and by adding tested hardware in the release notes. RH QE ran its non regression tests on 22.11-rc3, with no issue to report. Test scenario: Guest with device assignment(PF) throughput testing(1G hugepage size): PASS Guest with device assignment(PF) throughput testing(2M hugepage size) : PASS Guest with device assignment(VF) throughput testing: PASS PVP (host dpdk testpmd as vswitch) 1Q: throughput testing: PASS PVP vhost-user 2Q throughput testing: PASS PVP vhost-user 1Q - cross numa node throughput testing: PASS Guest with vhost-user 2 queues throughput testing: PASS vhost-user reconnect with dpdk-client, qemu-server: qemu reconnect: PASS vhost-user reconnect with dpdk-client, qemu-server: ovs reconnect: PASS PVP 1Q live migration testing: PASS PVP 1Q cross numa node live migration testing: PASS Guest with ovs+dpdk+vhost-user 1Q live migration testing: PASS Guest with ovs+dpdk+vhost-user 1Q live migration testing (2M): PASS Guest with ovs+dpdk+vhost-user 2Q live migration testing: PASS Guest with ovs+dpdk+vhost-user 4Q live migration testing: PASS Host PF + DPDK testing: PASS Host VF + DPDK testing: PASS Test version: kernel 4.18 qemu 6.2 dpdk: git://dpdk.org/dpdk # git log -1 commit 04f68bb92b6fee621ddf0f0948f5565fa31a84fd Author: Thomas Monjalon Date: Tue Nov 15 18:21:34 2022 +0100 version: 22.11-rc3 Signed-off-by: Thomas Monjalon NICs: X540-AT2 NIC(ixgbe, 10G) -- David Marchand