From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH v2 0/4] fixes and cleanup on virtio LSC Date: Fri, 28 Apr 2017 12:41:17 +0800 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 Cc: dev@dpdk.org, maxime.coquelin@redhat.com, thomas@monjalon.net To: Jianfeng Tan 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) Content-Disposition: inline In-Reply-To: <1493278539-44617-1-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: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