From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 75AD52935 for ; Fri, 28 Apr 2017 06:44:46 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Apr 2017 21:44:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,387,1488873600"; d="scan'208";a="95158794" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by fmsmga006.fm.intel.com with ESMTP; 27 Apr 2017 21:44:44 -0700 Date: Fri, 28 Apr 2017 12:41:17 +0800 From: Yuanhan Liu To: Jianfeng Tan Cc: dev@dpdk.org, maxime.coquelin@redhat.com, thomas@monjalon.net Message-ID: <20170428044117.GO11512@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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1493278539-44617-1-git-send-email-jianfeng.tan@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v2 0/4] fixes and cleanup on virtio LSC 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, 28 Apr 2017 04:44:46 -0000 On Thu, Apr 27, 2017 at 07:35:35AM +0000, Jianfeng Tan wrote: > v2: > - Split 2nd patch into two patches. > > Patch 1: fix wrong MSI-X for modern devices so that LSC is always not > available. > Patch 2: clean up LSC setting. > Patch 3: remove redundant MSI-X detection > Patch 4: fix link status always being down. > > Signed-off-by: Jianfeng Tan FYI, no need to add SoB in cover letter. Series applied to dpdk-next-virtio. Thanks. --yliu > > Jianfeng Tan (4): > net/virtio: fix wrong MSI-X for modern devices > net/virtio: clean up LSC setting > net/virtio: remove redundant MSI-X detection > net/virtio: fix link status always being down > > drivers/net/virtio/virtio_ethdev.c | 14 +++++----- > drivers/net/virtio/virtio_pci.c | 52 +++++--------------------------------- > drivers/net/virtio/virtio_pci.h | 3 +-- > 3 files changed, 13 insertions(+), 56 deletions(-) > > -- > 2.7.4