From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP; 13 Oct 2015 00:20:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,677,1437462000"; d="scan'208";a="791292522" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga001.jf.intel.com with ESMTP; 13 Oct 2015 00:20:00 -0700 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id t9D7Jwf6028354; Tue, 13 Oct 2015 15:19:58 +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 t9D7JsAl000867; Tue, 13 Oct 2015 15:19:56 +0800 Received: (from hzhan75@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id t9D7Js0R000863; Tue, 13 Oct 2015 15:19:54 +0800 From: Helin Zhang To: dev@dpdk.org Date: Tue, 13 Oct 2015 15:19:47 +0800 Message-Id: <1444720790-831-1-git-send-email-helin.zhang@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH 0/3] add i40e series x722 support 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: Tue, 13 Oct 2015 07:20:02 -0000 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