From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 276AB29C6 for ; Mon, 25 Feb 2019 13:05:36 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Feb 2019 04:05:35 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,411,1544515200"; d="scan'208";a="127041818" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga008.fm.intel.com with ESMTP; 25 Feb 2019 04:05:35 -0800 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 25 Feb 2019 04:05:35 -0800 Received: from HASMSX110.ger.corp.intel.com (10.184.198.28) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 25 Feb 2019 04:05:34 -0800 Received: from hasmsx105.ger.corp.intel.com ([169.254.1.221]) by HASMSX110.ger.corp.intel.com ([169.254.6.230]) with mapi id 14.03.0415.000; Mon, 25 Feb 2019 14:05:32 +0200 From: "Stojaczyk, Dariusz" To: "Liu, Changpeng" , "dev@dpdk.org" CC: "maxime.coquelin@redhat.com" , "Bie, Tiwei" , "Wang, Zhihong" Thread-Topic: [PATCH] vhost: add virtio configuration space access socket messages Thread-Index: AQHUzNxm/bpCXN7YNk+mQLyFqd//LqXwamvA Date: Mon, 25 Feb 2019 12:05:30 +0000 Message-ID: References: <1551081095-14286-1-git-send-email-changpeng.liu@intel.com> In-Reply-To: <1551081095-14286-1-git-send-email-changpeng.liu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.102.11.60] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] vhost: add virtio configuration space access socket messages X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2019 12:05:36 -0000 > -----Original Message----- > From: Liu, Changpeng > Sent: Monday, February 25, 2019 8:52 AM > To: dev@dpdk.org > Cc: Liu, Changpeng ; Stojaczyk, Dariusz > ; maxime.coquelin@redhat.com; Bie, Tiwei > ; Wang, Zhihong > Subject: [PATCH] vhost: add virtio configuration space access socket > messages >=20 > This patch adds new vhost user messages GET_CONFIG and SET_CONFIG > used to get/set virtio device's PCI configuration space. >=20 > Signed-off-by: Changpeng Liu > --- After the commit msg is expanded: Reviewed-by: Darek Stojaczyk Thanks, D.