From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?iso-8859-1?Q?N=E9lio?= Laranjeiro Subject: Re: [PATCH 0/4] RSS enhancement on Intel x550 NIC Date: Fri, 16 Oct 2015 12:04:19 +0200 Message-ID: <20151016100419.GC2594@autoinstall.dev.6wind.com> References: <1443426751-4906-1-git-send-email-wenzhuo.lu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org To: Wenzhuo Lu Return-path: Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by dpdk.org (Postfix) with ESMTP id 3A70D8D95 for ; Fri, 16 Oct 2015 12:04:38 +0200 (CEST) Received: by wicgb1 with SMTP id gb1so2522605wic.1 for ; Fri, 16 Oct 2015 03:04:38 -0700 (PDT) Content-Disposition: inline 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" On Mon, Sep 28, 2015 at 03:52:27PM +0800, Wenzhuo Lu wrote: > 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. >[...]=20 =20 Hi Wenzhuo,=20 We should discuss about this API for a future release of DPDK because this one lacks in flexibility. Some other NICs have indirection tables with a different/configurable size, and the current API does not help to manage it. For ConnectX-4 I have made a lot of hacks to avoid changing the DPDK API, "[dpdk-dev] [PATCH 0/3] Add RETA configuration to MLX5". http://dpdk.org/ml/archives/dev/2015-October/024681.html >>From a user point of view, to update the RETA table, the API expects the user to know the size of it to update or query. With your patchset, Intel have two indirection table sizes now, with Mellanox ConnectX-4, I fixed to the size of 512 entries because it is not fixed by default. How about discussing this in a separate thread? Regards, --=20 N=E9lio Laranjeiro 6WIND