From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP; 27 Apr 2017 00:34:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,257,1488873600"; d="scan'208";a="79495835" Received: from dpdk06.sh.intel.com ([10.239.129.195]) by orsmga002.jf.intel.com with ESMTP; 27 Apr 2017 00:34:50 -0700 From: Jianfeng Tan To: dev@dpdk.org Cc: yuanhan.liu@linux.intel.com, maxime.coquelin@redhat.com, thomas@monjalon.net, Jianfeng Tan Date: Thu, 27 Apr 2017 07:35:35 +0000 Message-Id: <1493278539-44617-1-git-send-email-jianfeng.tan@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1493182371-34295-1-git-send-email-jianfeng.tan@intel.com> References: <1493182371-34295-1-git-send-email-jianfeng.tan@intel.com> Subject: [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: Thu, 27 Apr 2017 07:34:53 -0000 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