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 69C22A04F9 for ; Thu, 9 Jan 2020 18:58:34 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 367211E540; Thu, 9 Jan 2020 18:58:34 +0100 (CET) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id 07FE01E540 for ; Thu, 9 Jan 2020 18:58:32 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1578592712; 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: content-transfer-encoding:content-transfer-encoding; bh=8UdMTKglqyiAlCRcAx4ChFXvUqWxRudm5mNDKFBsOP4=; b=CG5g5GM3lIWLaOge+q8vp30UwjnhxCbrHztANYL8XLfLNX/WqX4RoLWBh3UfBM2C4G2ujl kyQGlJds1kbu2GrBlN1oSw4w4t6cjkaWhaNp4kLWGyFVQGcUjnH6RwckxRwAExeG6ZjEe2 TR7w+52VsOCGNgsAIgeaBFnITCpH+a0= 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-28-mOvUTph1PIu5vkAGrFfLRg-1; Thu, 09 Jan 2020 12:58:31 -0500 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 3876C800D41; Thu, 9 Jan 2020 17:58:30 +0000 (UTC) Received: from amorenoz.users.ipa.redhat.com (ovpn-117-44.ams2.redhat.com [10.36.117.44]) by smtp.corp.redhat.com (Postfix) with ESMTP id C486B7C82C; Thu, 9 Jan 2020 17:58:26 +0000 (UTC) From: Adrian Moreno To: stable@dpdk.org Cc: luca.boccassi@gmail.com, maxime.coquelin@redhat.com, Adrian Moreno Date: Thu, 9 Jan 2020 18:58:20 +0100 Message-Id: <20200109175821.24849-1-amorenoz@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-MC-Unique: mOvUTph1PIu5vkAGrFfLRg-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Subject: [dpdk-stable] [PATCH 17.11 0/1] Backport: vhost fix vring memory partially X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" Slightly modified the patch with respect to upstream to remove the packed ring support. Adrian Moreno (1): vhost: fix vring memory partially mapped lib/librte_vhost/vhost_user.c | 54 +++++++++++------------------------ 1 file changed, 17 insertions(+), 37 deletions(-) --=20 2.21.1