From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v9 0/2] i40e: RSS/FD granularity configuration Date: Wed, 04 Nov 2015 00:25:14 +0100 Message-ID: <1496168.oWZhgn8reW@xps13> References: <1446474736-21775-1-git-send-email-helin.zhang@intel.com> <1446566875-27485-1-git-send-email-helin.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Helin Zhang Return-path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 7B9FCA2F for ; Wed, 4 Nov 2015 00:27:04 +0100 (CET) Received: by wmeg8 with SMTP id g8so27886212wme.1 for ; Tue, 03 Nov 2015 15:27:04 -0800 (PST) In-Reply-To: <1446566875-27485-1-git-send-email-helin.zhang@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" 2015-11-04 00:07, Helin Zhang: > The default input set of fields of a received packet are loaded from firmware, > which cannot be modified even users want to use different fields for RSS or > flow director. Here adds more flexibilities of selecting or adding packet > fields for hash calculation or flow director to users. It also includes the > modifications in testpmd to support the testing. Applied, thanks