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 A65AF683D for ; Wed, 1 Apr 2015 09:33:34 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP; 01 Apr 2015 00:33:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,503,1422950400"; d="scan'208";a="549376409" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga003.jf.intel.com with ESMTP; 01 Apr 2015 00:33:33 -0700 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id t317XWU1004399 for ; Wed, 1 Apr 2015 15:33:32 +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 t317XTAU008757 for ; Wed, 1 Apr 2015 15:33:31 +0800 Received: (from hzhan75@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id t317XTxE008753 for dev@dpdk.org; Wed, 1 Apr 2015 15:33:29 +0800 From: Helin Zhang To: dev@dpdk.org Date: Wed, 1 Apr 2015 15:33:29 +0800 Message-Id: <1427873609-8722-1-git-send-email-helin.zhang@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PULL REQUEST] i40e: bug fixes of flow director and link update 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, 01 Apr 2015 07:33:35 -0000 The following changes since commit f14db469be8e6ac625353f577ad8fa0eec489e54: version: 2.0.0-rc3 (2015-03-31 03:34:24 +0200) are available in the git repository at: helin@dpdk.org:dpdk-i40e-next.git master for you to fetch changes up to 6e278442b8669fc442c4a9b4b7d14b61cd579e39: i40e: fix no effect wait_to_complete on link_get (2015-04-01 02:30:59 -0400) ---------------------------------------------------------------- Cunming Liang (1): i40e: fix no effect wait_to_complete on link_get Jingjing Wu (1): i40e: fix the issue reported by klocwork lib/librte_pmd_i40e/i40e_ethdev.c | 29 +++++++++++++++++++---------- lib/librte_pmd_i40e/i40e_fdir.c | 35 +++++++++++++++++------------------ 2 files changed, 36 insertions(+), 28 deletions(-)