From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 8F087AFD1 for ; Wed, 17 Sep 2014 09:48:49 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 17 Sep 2014 00:54:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,539,1406617200"; d="scan'208";a="600826583" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga002.fm.intel.com with ESMTP; 17 Sep 2014 00:54:26 -0700 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id s8H7sOfC024545; Wed, 17 Sep 2014 15:54:24 +0800 Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1]) by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id s8H7sM8f017544; Wed, 17 Sep 2014 15:54:24 +0800 Received: (from hzhan75@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id s8H7sMGl017540; Wed, 17 Sep 2014 15:54:22 +0800 From: Helin Zhang To: dev@dpdk.org Date: Wed, 17 Sep 2014 15:54:18 +0800 Message-Id: <1410940461-17509-1-git-send-email-helin.zhang@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH 0/3] fix of lsc interrupt in i40e PF X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2014 07:48:50 -0000 The patches include the fix for link status change interrupt in i40e PF, and code style fixes. Helin Zhang (3): i40e: renaming some local variables i40e: rework of PF interrupt cause enable flags processing i40e: fix of interrupt based link status change lib/librte_pmd_i40e/i40e_ethdev.c | 174 ++++++++++++++++++++++++++------------ 1 file changed, 122 insertions(+), 52 deletions(-) -- 1.8.1.4