From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id D42935905 for ; Wed, 26 Apr 2017 08:00:06 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Apr 2017 23:00:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,253,1488873600"; d="scan'208";a="92262386" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga005.jf.intel.com with ESMTP; 25 Apr 2017 23:00:04 -0700 Received: from FMSMSX110.amr.corp.intel.com (10.18.116.10) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 25 Apr 2017 23:00:04 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx110.amr.corp.intel.com (10.18.116.10) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 25 Apr 2017 23:00:04 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.117]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.224]) with mapi id 14.03.0319.002; Wed, 26 Apr 2017 14:00:01 +0800 From: "Tan, Jianfeng" To: Yuanhan Liu CC: "dev@dpdk.org" , "maxime.coquelin@redhat.com" , "thomas@monjalon.net" , "Michael S. Tsirkin" Thread-Topic: [PATCH 2/3] net/virtio: clean up LSC setting Thread-Index: AQHSvkjlGQB50Zos5E+qJHVB6nfh0KHWmlaAgACHunD//33SAIAAh+ew Date: Wed, 26 Apr 2017 06:00:00 +0000 Message-ID: References: <1493182371-34295-1-git-send-email-jianfeng.tan@intel.com> <1493182371-34295-3-git-send-email-jianfeng.tan@intel.com> <20170426053235.GF11512@yliu-dev.sh.intel.com> <20170426055226.GH11512@yliu-dev.sh.intel.com> In-Reply-To: <20170426055226.GH11512@yliu-dev.sh.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 2/3] net/virtio: clean up LSC setting 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, 26 Apr 2017 06:00:07 -0000 > -----Original Message----- > From: Yuanhan Liu [mailto:yuanhan.liu@linux.intel.com] > Sent: Wednesday, April 26, 2017 1:52 PM > To: Tan, Jianfeng > Cc: dev@dpdk.org; maxime.coquelin@redhat.com; thomas@monjalon.net; > Michael S. Tsirkin > Subject: Re: [PATCH 2/3] net/virtio: clean up LSC setting >=20 > On Wed, Apr 26, 2017 at 05:44:05AM +0000, Tan, Jianfeng wrote: > > > > > > > -----Original Message----- > > > From: Yuanhan Liu [mailto:yuanhan.liu@linux.intel.com] > > > Sent: Wednesday, April 26, 2017 1:33 PM > > > To: Tan, Jianfeng > > > Cc: dev@dpdk.org; maxime.coquelin@redhat.com; > thomas@monjalon.net > > > Subject: Re: [PATCH 2/3] net/virtio: clean up LSC setting > > > > > > On Wed, Apr 26, 2017 at 04:52:50AM +0000, Jianfeng Tan wrote: > > > > Clean up LSC setting: > > > > > > Firstly, this patch does two things. There should be two patches. > > > > I just merged them into one to adapt to the name of "clean up" :-) >=20 > I then could merge all bug fix patches into one and name it "fix buges"? > No, please don't do that. It hurts review. OK, will fix this in next version. Thanks, Jianfeng