From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 3/8] i40e: support of setting hash lookup table size Date: Mon, 27 Oct 2014 15:13:39 +0100 Message-ID: <3244726.9ZMZU6PFm1@xps13> References: <1411634427-746-1-git-send-email-helin.zhang@intel.com> <1413978810-24610-1-git-send-email-helin.zhang@intel.com> <1413978810-24610-4-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: <1413978810-24610-4-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-22 19:53, Helin Zhang: > --- a/lib/librte_ether/rte_ethdev.h > +++ b/lib/librte_ether/rte_ethdev.h > @@ -430,6 +430,9 @@ struct rte_eth_rss_conf { > /* Definitions used for redirection table entry size */ > #define ETH_RSS_RETA_NUM_ENTRIES 128 > #define ETH_RSS_RETA_MAX_QUEUE 16 > +#define ETH_RSS_RETA_SIZE_64 64 > +#define ETH_RSS_RETA_SIZE_128 128 > +#define ETH_RSS_RETA_SIZE_512 512 You didn't answer to my previous comment on this. I think these definitions are useless. 64 is 64. -- Thomas