From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id F34972BAE for ; Wed, 19 Apr 2017 07:28:04 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga105.jf.intel.com with ESMTP; 18 Apr 2017 22:28:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,219,1488873600"; d="scan'208";a="76094177" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga002.jf.intel.com with ESMTP; 18 Apr 2017 22:28:03 -0700 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 18 Apr 2017 22:28:02 -0700 Received: from BGSMSX108.gar.corp.intel.com (10.223.4.192) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 18 Apr 2017 22:28:02 -0700 Received: from bgsmsx101.gar.corp.intel.com ([169.254.1.71]) by BGSMSX108.gar.corp.intel.com ([169.254.8.149]) with mapi id 14.03.0319.002; Wed, 19 Apr 2017 10:57:59 +0530 From: "Yang, Zhiyong" To: Yuanhan Liu CC: "dev@dpdk.org" , "maxime.coquelin@redhat.com" Thread-Topic: [PATCH 0/2] net/virtio: support to turn on/off the traffic flow Thread-Index: AQHSroqeji8l837xMU6uH6LcnmTzoaHJR42ggAJhZYCAAGGcoP//ra0AgACF8iA= Date: Wed, 19 Apr 2017 05:27:59 +0000 Message-ID: References: <1490960419-16779-1-git-send-email-zhiyong.yang@intel.com> <20170406035953.GM18844@yliu-dev.sh.intel.com> <20170419020319.GQ7333@yliu-dev.sh.intel.com> <20170419025802.GU7333@yliu-dev.sh.intel.com> In-Reply-To: <20170419025802.GU7333@yliu-dev.sh.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [10.223.10.10] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 0/2] net/virtio: support to turn on/off the traffic flow 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: Wed, 19 Apr 2017 05:28:05 -0000 Ok, yuanhan. I see. > -----Original Message----- > From: Yuanhan Liu [mailto:yuanhan.liu@linux.intel.com] > Sent: Wednesday, April 19, 2017 10:58 AM > To: Yang, Zhiyong > Cc: dev@dpdk.org; maxime.coquelin@redhat.com > Subject: Re: [PATCH 0/2] net/virtio: support to turn on/off the traffic f= low >=20 > On Wed, Apr 19, 2017 at 02:31:58AM +0000, Yang, Zhiyong wrote: > > Haha, you are right. > > I will rework it and send V2. >=20 > Note that the "started" field is added in one of my recent patch, to addr= es the > link status always being UP. >=20 > So you should pull the latest virtio code and make a patch there: you don= 't need > to introduce it any more. >=20 > --yliu