From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wenzhuo Lu Subject: [PATCH 0/4] RSS enhancement on Intel x550 NIC Date: Mon, 28 Sep 2015 15:52:27 +0800 Message-ID: <1443426751-4906-1-git-send-email-wenzhuo.lu@intel.com> To: dev@dpdk.org Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 3CB6B379E for ; Mon, 28 Sep 2015 09:52:37 +0200 (CEST) Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id t8S7qXwK028304 for ; Mon, 28 Sep 2015 15:52:34 +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 t8S7qVu9004944 for ; Mon, 28 Sep 2015 15:52:33 +0800 Received: (from wenzhuol@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id t8S7qVEd004940 for dev@dpdk.org; Mon, 28 Sep 2015 15:52:31 +0800 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" This patch set implements the RSS enhancement on x550. The enhancement includes, the PF RSS redirection table is enlarged from 128 entries to 512 entries, the VF doesn't share the same registers with PF and per VF RSS redirection table is provided. Wenzhuo Lu (4): ixgbe: 512 entries RSS table on x550 ixgbe: VF RSS config on x550 ixgbe: VF RSS hash query and update ixgbe: VF RSS reta query and update drivers/net/ixgbe/ixgbe_ethdev.c | 211 +++++++++++++++++++++++++++++++++--- drivers/net/ixgbe/ixgbe_ethdev.h | 6 ++ drivers/net/ixgbe/ixgbe_rxtx.c | 224 +++++++++++++++++++++++++++++++++++++-- 3 files changed, 423 insertions(+), 18 deletions(-) -- 1.9.3