From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9B057A04C5 for ; Fri, 15 Nov 2019 15:06:28 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0F521374E; Fri, 15 Nov 2019 15:06:19 +0100 (CET) Received: from mail-wm1-f47.google.com (mail-wm1-f47.google.com [209.85.128.47]) by dpdk.org (Postfix) with ESMTP id A122D316B for ; Fri, 15 Nov 2019 15:06:17 +0100 (CET) Received: by mail-wm1-f47.google.com with SMTP id l1so9780485wme.2 for ; Fri, 15 Nov 2019 06:06:17 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:date :content-transfer-encoding:user-agent:mime-version; bh=T+X/FLcKiyNk8Qwk9CEYZlMF8QUnYr9gAWaaCCVQdHI=; b=O/dDDvcQ+adA44i2qUGnvNq7jb/jO7FYHtxhcedoV8AWwrWyJipi8hlWWBjiGK6tQn RgcjrtMKnbGQM+4geYrg4VBTaiSZq1cs6IdrUb73vjEfkW+ZI8i1UIrWgOM+9x+rHrtv Bj1EaFT5sC+GA3M04/nDjLwOSusESFCUxyrQ1URMXYBVzwmtVhjgEr3tOo56Rd0OuzS0 LQrzkQCG2+DgsYm1OScTQTy+KCaKrbDg9NXTPo6N5TJmWugRAMpapr0uxLwhTYjelzki kLzI1DW2siEXLaqLWXUj0Ut7WV+5Gvq/4ohk4WsBnt5lZQ9JlJcQDx8wwv/5fhH+exZu vdVg== X-Gm-Message-State: APjAAAUT3D1F4/E0NCxnLqmku9Cdj1L6lzsi0en0n5wYHFsxuXQlMb+a RpE891PZWPuZxLc6dQWsQ93E2m0g X-Google-Smtp-Source: APXvYqxlyxhvYd4sP00ZWFGvtNJeyE6oTad63ZQEu4gEQRWu/Dsy3527Cf0Vz7hIB6VOBtLx9krVdQ== X-Received: by 2002:a1c:22c6:: with SMTP id i189mr9981821wmi.51.1573826776927; Fri, 15 Nov 2019 06:06:16 -0800 (PST) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id p4sm11946509wrx.71.2019.11.15.06.06.16 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 15 Nov 2019 06:06:16 -0800 (PST) Message-ID: <45204014565f946520a8ac2d774050e839e60193.camel@debian.org> From: Luca Boccassi To: "announce@dpdk.org" Date: Fri, 15 Nov 2019 14:06:15 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Subject: [dpdk-announce] DPDK 16.11.11 released X-BeenThere: announce@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK announcements List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: announce-bounces@dpdk.org Sender: "announce" Hi all, Here is a new stable release: https://fast.dpdk.org/rel/dpdk-16.11.11.tar.xz The git tree is at: https://dpdk.org/browse/dpdk-stable/?h=3D16.11 This release fixes an errata in the previous 16.11.10 release that caused a regression with vhost. The fix was tested by Intel via the virtio/vhost regression tests: http://doc.dpdk.org/dts/test_plans/virtio_pvp_regression_test_plan.html http://doc.dpdk.org/dts/test_plans/vhost_dequeue_zero_copy_test_plan.html http://doc.dpdk.org/dts/test_plans/vm2vm_virtio_pmd_test_plan.html Luca Boccassi --- doc/guides/rel_notes/release_16_11.rst | 22 +++++++++++++++++++ --- lib/librte_eal/common/include/rte_version.h | 2 +- lib/librte_vhost/vhost_user.c | 13 ++++++++++--- pkg/dpdk.spec | 2 +- 4 files changed, 31 insertions(+), 8 deletions(-) Luca Boccassi (1): version: 16.11.11 Zhike Wang (1): vhost: fix vring requests validation broken if no FD --=20 Kind regards, Luca Boccassi