From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7C836A0524 for ; Fri, 23 Apr 2021 16:24:40 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 713B84199D; Fri, 23 Apr 2021 16:24:40 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id 336D4410E1 for ; Fri, 23 Apr 2021 16:24:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1619187876; 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: in-reply-to:in-reply-to:references:references; bh=MHoDCjs8nm6RTc4asB6VHIAJSX5J8y1IHx8emwUfek0=; b=Eu6ql8qXqgXcvi8SmDTUiGkqOEYExq1Xlz94aWzSfZkMnMZ7k+0ibxuIGIDFz9C+epCW8/ MZ7qZt15dEME9ftZO1dg/9tEljSUr4cAKG1MvhkEgZC0xDNABBb//MN/1BBH0EH19HE5oj MuJslSR9PBmFB+WabB8ZbY9uXNZw5yE= 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-217-ZtNKnF19PnCoFP8IavgAMQ-1; Fri, 23 Apr 2021 10:24:34 -0400 X-MC-Unique: ZtNKnF19PnCoFP8IavgAMQ-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 9EB639126F; Fri, 23 Apr 2021 14:24:32 +0000 (UTC) Received: from [10.36.110.9] (unknown [10.36.110.9]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 139C25C233; Fri, 23 Apr 2021 14:24:30 +0000 (UTC) To: Thierry Herbelot , dev@dpdk.org Cc: Thomas Monjalon , Chenbo Xia , stable@dpdk.org References: <20210423122515.31078-1-thierry.herbelot@6wind.com> From: Maxime Coquelin Message-ID: <0f95b537-c598-0ad3-ddf1-d491024e748d@redhat.com> Date: Fri, 23 Apr 2021 16:24:29 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <20210423122515.31078-1-thierry.herbelot@6wind.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=maxime.coquelin@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH] net/virtio: fix kernel set memory table for multi-queue devices X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 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" On 4/23/21 2:25 PM, Thierry Herbelot wrote: > Restore the original code, where VHOST_SET_MEM_TABLE is applied to > all vhostfds of the device. > > Fixes: 539d910c9c768 ("net/virtio: add virtio-user memory tables ops") > Cc: stable@dpdk.org > > Signed-off-by: Thierry Herbelot > --- > drivers/net/virtio/virtio_user/vhost_kernel.c | 12 +++++++++--- > 1 file changed, 9 insertions(+), 3 deletions(-) > Reviewed-by: Maxime Coquelin Thanks, Maxime