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 ACD68A04CE for ; Fri, 15 Nov 2019 18:36:13 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 357B62C60; Fri, 15 Nov 2019 18:36:08 +0100 (CET) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id A3F3B2C15 for ; Fri, 15 Nov 2019 18:23:42 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1573838622; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=c9cRFt0s2RSeeWb1awAwiXr1X4ndlBhCtzkFjDtd+A8=; b=SN3uyPFDaOOzPYu2hpDVZs3HtfBzOt3mklNie5I5qd41vlZ1j2rspK2QCttYsnK/zo99UW cAMX2E0WBXhixexKsW5jfL8YRfHq3zKoD7RVNjri9pTpxc6bYyJjyG6GVVVRWKiWPoPGxN rBt/+NaE8N2j36sTjorJChRNPh6JwJc= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-70-r5g0mmuFN4CxzRB-6DSWZA-1; Fri, 15 Nov 2019 12:23:40 -0500 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id D241B1883521 for ; Fri, 15 Nov 2019 17:23:39 +0000 (UTC) Received: from rh.redhat.com (ovpn-117-83.ams2.redhat.com [10.36.117.83]) by smtp.corp.redhat.com (Postfix) with ESMTP id 2DC7B28DDE for ; Fri, 15 Nov 2019 17:23:37 +0000 (UTC) From: Kevin Traynor To: announce@dpdk.org Date: Fri, 15 Nov 2019 17:23:36 +0000 Message-Id: <20191115172336.4756-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-MC-Unique: r5g0mmuFN4CxzRB-6DSWZA-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable X-Mailman-Approved-At: Fri, 15 Nov 2019 18:36:06 +0100 Subject: [dpdk-announce] DPDK 19.08.2 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: =09https://fast.dpdk.org/rel/dpdk-19.08.2.tar.xz The git tree is at: =09https://dpdk.org/browse/dpdk-stable/?h=3D19.08 This release fixes an errata in the previous 19.08.1 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 Kevin --- VERSION | 2 +- doc/guides/rel_notes/release_19_08.rst | 22 ++++++++++++++++++++++ lib/librte_vhost/vhost_user.c | 13 ++++++++++--- 3 files changed, 33 insertions(+), 4 deletions(-) Kevin Traynor (1): version: 19.08.2 Zhike Wang (1): vhost: fix vring requests validation broken if no FD