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 E4F7BA04C5 for ; Fri, 15 Nov 2019 15:06:15 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C3EBF2C15; Fri, 15 Nov 2019 15:06:15 +0100 (CET) Received: from mail-wr1-f50.google.com (mail-wr1-f50.google.com [209.85.221.50]) by dpdk.org (Postfix) with ESMTP id 25E4D2C08 for ; Fri, 15 Nov 2019 15:06:14 +0100 (CET) Received: by mail-wr1-f50.google.com with SMTP id i10so11123782wrs.7 for ; Fri, 15 Nov 2019 06:06:14 -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=lG+MZi13A1Dd/eB92pCNaoVE/Ekx1Uf2XPZge2LMdfc=; b=ANe4GauIs6Smi9iTEeWfghuK4wLkr2D2ol5dgBc/VwbbJkC6bqvnRcn61/I+VDDG1j BgQGsIZ0H6z/llOfPE/hX4DQ0jthwEF82m9rEgziae2Jl6T3u6ZdtKnaToklqqUyaYHo MAROAWtKmteGwLOHjxgX1dcbYL23PKUoarZRD+gaYxs57oQJQH9AQHUAzE5J3c2A6ntE oKNrm/b8U4m82aGnHfa8XbFBFgNHebG56FvBLrc31xQjKihbMFGhKIEHh+KSmuaH9PVl 6YgvjGaZarvs78567bC2d/D6ylYaUJ9gSKp9T9NpnELys0zPRRtcRKOuuUtfXVI17CR+ 9SkA== X-Gm-Message-State: APjAAAXZy5dFYY1+kpvDFJLS/3+HpcEPFWQdZ2BJjo0VM4v89F+mm5+c OCmtIDZZ1nC5Dsyn8tK85UwX3baq X-Google-Smtp-Source: APXvYqzv9dUupypPZmqxiP39V++/Dl5RHAhJh9xK4CpYXifWyGNNVMG9dxRyQk54Px0Cgc2q6Epd/w== X-Received: by 2002:adf:f147:: with SMTP id y7mr8294271wro.236.1573826773479; Fri, 15 Nov 2019 06:06:13 -0800 (PST) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id 65sm14119886wrs.9.2019.11.15.06.06.12 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 15 Nov 2019 06:06:12 -0800 (PST) Message-ID: From: Luca Boccassi To: "announce@dpdk.org" Date: Fri, 15 Nov 2019 14:06:12 +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 17.11.9 (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: https://fast.dpdk.org/rel/dpdk-17.11.9.tar.xz The git tree is at: https://dpdk.org/browse/dpdk-stable/?h=3D17.11 This release fixes an errata in the previous 17.11.8 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_17_11.rst | 16 ++++++++++++++++ lib/librte_eal/common/include/rte_version.h | 2 +- lib/librte_vhost/vhost_user.c | 13 ++++++++++--- pkg/dpdk.spec | 2 +- 4 files changed, 28 insertions(+), 5 deletions(-) Luca Boccassi (1): version: 17.11.9 Zhike Wang (1): vhost: fix vring requests validation broken if no FD --=20 Kind regards, Luca Boccassi