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 A895B5589 for ; Thu, 25 Aug 2016 10:06:02 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP; 25 Aug 2016 01:06:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,574,1464678000"; d="scan'208";a="753271239" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.239.129.103]) by FMSMGA003.fm.intel.com with ESMTP; 25 Aug 2016 01:06:00 -0700 From: Zhang Qi To: jingjing.wu@intel.com, helin.zhang@intel.com Cc: dev@dpdk.org, Zhang Qi Date: Thu, 25 Aug 2016 16:05:06 -0400 Message-Id: <1472155518-853-1-git-send-email-qi.z.zhang@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dpdk-dev] [PATCH 00/12] net/i40e: share code 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: Thu, 25 Aug 2016 08:06:03 -0000 The patch enable 25G PHY support, add WoL and proxy configure feature for X722 and other features for all i40e familiy. Zhang Qi (12): net/i40e/base: add function to clear default VSI net/i40e/base: fix UDP packet header net/i40e/base: define macros for PHY type caps net/i40e/base: add 25G PHY capability support net/i40e/base: enable 25G get PHY abilities net/i40e/base: enable wake on LAN for X722 net/i40e/base: enable set/get HMC resource profile net/i40e/base: add multicast magic packet enable flag net/i40e/base: enable proxy cfg cmd for X722 net/i40e: minor changes for clean up net/i40e/base: add function to get SAN MAC address net/i40e/base: add FCoE support drivers/net/i40e/base/i40e_adminq_cmd.h | 132 +++++++++++--- drivers/net/i40e/base/i40e_common.c | 78 +++++++-- drivers/net/i40e/base/i40e_devids.h | 1 - drivers/net/i40e/base/i40e_prototype.h | 3 + drivers/net/i40e/base/i40e_type.h | 295 ++++++++++++++++++++++++++++---- drivers/net/i40e/i40e_ethdev.c | 1 - 6 files changed, 428 insertions(+), 82 deletions(-) -- 2.7.4