From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wenzhuo Lu Subject: [PATCH v2 0/4] RSS enhancement on Intel x550 NIC Date: Fri, 16 Oct 2015 21:05:37 +0800 Message-ID: <1445000741-12799-1-git-send-email-wenzhuo.lu@intel.com> References: <1443426751-4906-1-git-send-email-wenzhuo.lu@intel.com> To: dev@dpdk.org Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 7460A8D9B for ; Fri, 16 Oct 2015 15:05:46 +0200 (CEST) Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id t9GD5icC026102 for ; Fri, 16 Oct 2015 21:05:44 +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 t9GD5fLm012834 for ; Fri, 16 Oct 2015 21:05:43 +0800 Received: (from wenzhuol@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id t9GD5fbF012830 for dev@dpdk.org; Fri, 16 Oct 2015 21:05:41 +0800 In-Reply-To: <1443426751-4906-1-git-send-email-wenzhuo.lu@intel.com> 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. V2: Condense the code. Add release notes. Wenzhuo Lu (4): ixgbe: 512 entries RSS table on x550 ixgbe: VF RSS config on x550 ixgbe: VF RSS reta/hash query and update doc: release notes update for RSS enhancement doc/guides/rel_notes/release_2_2.rst | 5 ++ drivers/net/ixgbe/ixgbe_ethdev.c | 102 +++++++++++++++++++++++++++++++---- drivers/net/ixgbe/ixgbe_ethdev.h | 10 ++++ drivers/net/ixgbe/ixgbe_rxtx.c | 43 +++++++++++---- 4 files changed, 142 insertions(+), 18 deletions(-) -- 1.9.3