From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jianfeng Tan Subject: [PATCH v2 0/4] fixes and cleanup on virtio LSC Date: Thu, 27 Apr 2017 07:35:35 +0000 Message-ID: <1493278539-44617-1-git-send-email-jianfeng.tan@intel.com> References: <1493182371-34295-1-git-send-email-jianfeng.tan@intel.com> Cc: yuanhan.liu@linux.intel.com, maxime.coquelin@redhat.com, thomas@monjalon.net, Jianfeng Tan To: dev@dpdk.org Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id B0C14C254 for ; Thu, 27 Apr 2017 09:34:52 +0200 (CEST) In-Reply-To: <1493182371-34295-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" 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 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