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 0D529A04F7 for ; Tue, 7 Jan 2020 02:49:39 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CC6B01D8D1; Tue, 7 Jan 2020 02:49:38 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 1F7851D8D1; Tue, 7 Jan 2020 02:49:36 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Jan 2020 17:49:36 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,404,1571727600"; d="scan'208";a="253559755" Received: from dpdk-virtio-tbie-2.sh.intel.com (HELO ___) ([10.67.104.74]) by fmsmga002.fm.intel.com with ESMTP; 06 Jan 2020 17:49:34 -0800 Date: Tue, 7 Jan 2020 09:49:37 +0800 From: Tiwei Bie To: Xiao Wang Cc: maxime.coquelin@redhat.com, zhihong.wang@intel.com, dev@dpdk.org, stable@dpdk.org Message-ID: <20200107014937.GA85715@___> References: <20200103183621.196138-1-xiao.w.wang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200103183621.196138-1-xiao.w.wang@intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-stable] [PATCH] vhost: fix socket initial value 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" On Fri, Jan 03, 2020 at 01:36:21PM -0500, Xiao Wang wrote: > By default, a vhost socket is created without attaching VDPA device, > this patch fixes the initial value of vdpa_dev_id. > > Fixes: b4953225cea4 ("vhost: add APIs for datapath configuration") > Cc: stable@dpdk.org > > Signed-off-by: Xiao Wang > --- > lib/librte_vhost/socket.c | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Tiwei Bie