From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/4] RSS enhancement on Intel x550 NIC Date: Wed, 28 Oct 2015 18:22:51 +0100 Message-ID: <2003133.FW4m16yzLL@xps13> References: <1443426751-4906-1-git-send-email-wenzhuo.lu@intel.com> <1445000741-12799-1-git-send-email-wenzhuo.lu@intel.com> <2601191342CEEE43887BDE71AB97725836AB09E9@irsmsx105.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Lu, Wenzhuo" Return-path: Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id AC8228DA1 for ; Wed, 28 Oct 2015 18:24:02 +0100 (CET) Received: by wicfv8 with SMTP id fv8so21286401wic.0 for ; Wed, 28 Oct 2015 10:24:02 -0700 (PDT) In-Reply-To: <2601191342CEEE43887BDE71AB97725836AB09E9@irsmsx105.ger.corp.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 > > Acked-by: Konstantin Ananyev > Great work :) Applied, thanks The doc patch is split and merged in previous commits.