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 0345EA04CE for ; Fri, 15 Nov 2019 18:36:07 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5C8BE2C16; Fri, 15 Nov 2019 18:36:07 +0100 (CET) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id AB7BB2C15 for ; Fri, 15 Nov 2019 18:22:37 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1573838557; 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=JaauAoijqS6W5aTwu6XmQu5iulpq2uaFjIJ8DBDO94o=; b=hnBx+XtXo29F46LIkXUn9sV5FZILOzeShB7k/zOIhnKVWgKimSCAhDh8PTWzp6E/Jwe5K9 G9d0O3mh6LM2mov7utYToKAqqU0T/bUl8dkuPR3vkw3qdvZLAP40eQ/1HbSai1utBDZhLz Epb4NpUZDFrawIq1znB8D2WVhLLPwf4= 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-139-dBzuGTbYPeW7kApxyIR7bQ-1; Fri, 15 Nov 2019 12:22:33 -0500 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 2F00418B5FAA for ; Fri, 15 Nov 2019 17:22:32 +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 63C041036C85 for ; Fri, 15 Nov 2019 17:22:29 +0000 (UTC) From: Kevin Traynor To: announce@dpdk.org Date: Fri, 15 Nov 2019 17:22:27 +0000 Message-Id: <20191115172227.4588-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-MC-Unique: dBzuGTbYPeW7kApxyIR7bQ-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 18.11.5 (LTS) 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 LTS release: =09https://fast.dpdk.org/rel/dpdk-18.11.5.tar.xz The git tree is at: =09https://dpdk.org/browse/dpdk-stable/?h=3D18.11 This release fixes an errata in the previous 18.11.4 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 --- doc/guides/rel_notes/release_18_11.rst | 44 +++++++++++++++++++++++++= ++++ lib/librte_eal/common/include/rte_version.h | 2 +- lib/librte_vhost/vhost_user.c | 13 +++++++-- meson.build | 2 +- pkg/dpdk.spec | 2 +- 5 files changed, 57 insertions(+), 6 deletions(-) Kevin Traynor (1): version: 18.11.5 Zhike Wang (1): vhost: fix vring requests validation broken if no FD