From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 3767C2C38 for ; Wed, 22 Mar 2017 10:27:34 +0100 (CET) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP; 22 Mar 2017 02:27:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,204,1486454400"; d="scan'208";a="69639797" Received: from dpdk2.sh.intel.com ([10.239.128.246]) by orsmga004.jf.intel.com with ESMTP; 22 Mar 2017 02:27:32 -0700 From: Jingjing Wu To: dev@dpdk.org Cc: jingjing.wu@intel.com, helin.zhang@intel.com, beilei.xing@intel.com Date: Wed, 22 Mar 2017 17:24:52 +0800 Message-Id: <1490174699-147026-1-git-send-email-jingjing.wu@intel.com> X-Mailer: git-send-email 2.4.11 Subject: [dpdk-dev] [PATCH 0/7] net/i40e: base code update 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: Wed, 22 Mar 2017 09:27:35 -0000 Base code update with main changes: - new AQ commands for Pipeline Personalization Profile - new AQ commands for cloud filter - reduce wait time for adminq command completion Jingjing Wu (7): net/i40e/base: define bit for HW ATR evict control net/i40e/base: control register read/write on X722 net/i40e/base: fix potential out of bound array access net/i40e/base: new AQ commands for ppp net/i40e/base: reduce wait time for adminq command net/i40e/base: add VF offload flags net/i40e/base: new AQ commands for cloud filter drivers/net/i40e/base/i40e_adminq.c | 4 +- drivers/net/i40e/base/i40e_adminq.h | 4 +- drivers/net/i40e/base/i40e_adminq_cmd.h | 129 ++++++++++- drivers/net/i40e/base/i40e_common.c | 377 +++++++++++++++++++++++++++++++- drivers/net/i40e/base/i40e_dcb.c | 2 + drivers/net/i40e/base/i40e_prototype.h | 29 ++- drivers/net/i40e/base/i40e_type.h | 80 +++++++ drivers/net/i40e/base/i40e_virtchnl.h | 4 +- 8 files changed, 617 insertions(+), 12 deletions(-) -- 2.4.11