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 BD3B1F94 for ; Fri, 14 Apr 2017 06:40:27 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP; 13 Apr 2017 21:40:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,197,1488873600"; d="scan'208";a="1119320613" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by orsmga001.jf.intel.com with ESMTP; 13 Apr 2017 21:40:25 -0700 Date: Fri, 14 Apr 2017 12:37:30 +0800 From: Yuanhan Liu To: Jianfeng Tan Cc: dev@dpdk.org Message-ID: <20170414043730.GJ7333@yliu-dev.sh.intel.com> References: <1492080608-31084-1-git-send-email-jianfeng.tan@intel.com> <1492092984-57186-1-git-send-email-jianfeng.tan@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1492092984-57186-1-git-send-email-jianfeng.tan@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v2] net/virtio-user: fix net status report 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: Fri, 14 Apr 2017 04:40:28 -0000 On Thu, Apr 13, 2017 at 02:16:24PM +0000, Jianfeng Tan wrote: > We only enabled LSC when using vhost-user as the backend, but it is > reported even when using vhost-kernel as the backend. > > Fix it by only reportting LSC support when using vhost-user as the > backend. > > Fixes: 35c4f8554833 ("net/virtio-user: support to report net status") > > Signed-off-by: Jianfeng Tan Applied to dpdk-next-virtio. Thanks. --yliu