From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 3AD961B733 for ; Mon, 16 Oct 2017 21:10:29 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Oct 2017 12:10:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,387,1503385200"; d="scan'208";a="1206448127" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga001.fm.intel.com with ESMTP; 16 Oct 2017 12:10:26 -0700 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX106.ger.corp.intel.com (163.33.3.31) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 16 Oct 2017 20:10:25 +0100 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.49]) by IRSMSX156.ger.corp.intel.com ([169.254.3.33]) with mapi id 14.03.0319.002; Mon, 16 Oct 2017 20:10:25 +0100 From: "Mcnamara, John" To: "Yang, Zhiyong" , "dev@dpdk.org" CC: "Yigit, Ferruh" , "yliu@fridaylinux.org" Thread-Topic: [PATCH v3] doc: add virtio lsc note Thread-Index: AQHTRkF9rEDeVweLNU2y1CGYQDUsw6Lm2EPg Date: Mon, 16 Oct 2017 19:10:24 +0000 Message-ID: References: <20171010045102.11899-1-zhiyong.yang@intel.com> <20171016054121.1031-1-zhiyong.yang@intel.com> In-Reply-To: <20171016054121.1031-1-zhiyong.yang@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMTE1MmU2Y2EtZWE5NC00NTA5LTk3MjctMjEwYzEyZjUwYjFmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IjVvb2toVThKb2Q5TDVkdzdjTUttYzZPRVwvRE1LQ3JrR0dGVlpFaHZxb0ZVPSJ9 dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3] doc: add virtio lsc note 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, 16 Oct 2017 19:10:29 -0000 > -----Original Message----- > From: Yang, Zhiyong > Sent: Monday, October 16, 2017 6:41 AM > To: dev@dpdk.org > Cc: Yigit, Ferruh ; yliu@fridaylinux.org; > Mcnamara, John ; Yang, Zhiyong > > Subject: [PATCH v3] doc: add virtio lsc note >=20 > Virtio PMD already has supported link status change(lsc), but VM which > must be created by qemu 2.7.0 and above can support it when vhost user > disconnects, since the capability to detect vhost user disconnection is > introduced in qemu 2.7.0. The patch updates doc to let user know that. >=20 > Signed-off-by: Zhiyong Yang > Reviewed-by: John McNamara Acked-by: John McNamara