From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH v2 2/4] net/virtio: clean up LSC setting Date: Thu, 27 Apr 2017 15:49:17 +0800 Message-ID: <20170427074917.GJ11512@yliu-dev.sh.intel.com> References: <1493182371-34295-1-git-send-email-jianfeng.tan@intel.com> <1493278539-44617-1-git-send-email-jianfeng.tan@intel.com> <1493278539-44617-3-git-send-email-jianfeng.tan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, maxime.coquelin@redhat.com, thomas@monjalon.net, Huanle Han To: Jianfeng Tan Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 35B67CFBA for ; Thu, 27 Apr 2017 09:52:56 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1493278539-44617-3-git-send-email-jianfeng.tan@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, Apr 27, 2017 at 07:35:37AM +0000, Jianfeng Tan wrote: > LSC flag is set in several places, but only the last one takes effect; > so we remove the redundant ones and just keep the last one. I think this patch would also fix the issue reported by: http://dpdk.org/dev/patchwork/patch/20552/ You patch is better, I will take yours. --yliu