From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 7/8] ethdev: support of multiple sizes of redirection table Date: Wed, 05 Nov 2014 21:52:42 +0100 Message-ID: <3547625.yeCIkN20CJ@xps13> References: <1413978810-24610-1-git-send-email-helin.zhang@intel.com> <1414746215-17327-1-git-send-email-helin.zhang@intel.com> <1414746215-17327-8-git-send-email-helin.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Helin Zhang Return-path: In-Reply-To: <1414746215-17327-8-git-send-email-helin.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 2014-10-31 17:03, Helin Zhang: > #define ETH_RSS_RETA_SIZE_64 64 > #define ETH_RSS_RETA_SIZE_128 128 > #define ETH_RSS_RETA_SIZE_512 512 Are these values still needed? Why 256 is forbidden? Maybe that some comments are needed here. > +#define RTE_RETA_GROUP_SIZE 64