From mboxrd@z Thu Jan 1 00:00:00 1970 From: Helin Zhang Subject: [PATCH 0/3] add i40e series x722 support Date: Tue, 13 Oct 2015 15:19:47 +0800 Message-ID: <1444720790-831-1-git-send-email-helin.zhang@intel.com> To: dev@dpdk.org Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 2A1A58E83 for ; Tue, 13 Oct 2015 09:20:02 +0200 (CEST) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" It supports i40e series x722 and its A0 hardware for early access. Helin Zhang (3): i40e: add support of X722 and its A0 hardware i40e: add support of AQ based RSS config i40evf: add support of AQ based RSS config drivers/net/i40e/Makefile | 1 + drivers/net/i40e/i40e_ethdev.c | 229 +++++++++++++++++------ drivers/net/i40e/i40e_ethdev.h | 7 +- drivers/net/i40e/i40e_ethdev_vf.c | 230 +++++++++++++++++------- lib/librte_eal/common/include/rte_pci_dev_ids.h | 14 +- 5 files changed, 360 insertions(+), 121 deletions(-) -- 1.9.3