From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Hall Subject: Re: [PATCH 3/5] i40e: support selecting hash functions Date: Thu, 24 Jul 2014 01:01:13 -0700 Message-ID: <20140724080113.GB21277@mhcomputing.net> References: <1406184149-11531-1-git-send-email-helin.zhang@intel.com> <1406184149-11531-4-git-send-email-helin.zhang@intel.com> <9589603.4uh6CsY5aa@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev-VfR2kkLFssw@public.gmane.org To: Thomas Monjalon Return-path: Content-Disposition: inline In-Reply-To: <9589603.4uh6CsY5aa@xps13> 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" On Thu, Jul 24, 2014 at 09:59:23AM +0200, Thomas Monjalon wrote: > Is it really a good idea to configure this kind of thing at build time? > Maybe yes, I'm not sure. Whether it's safe to set at runtime probably depends what happens to the card if it gets changed. Do you have to reset the card or the port? Or is it OK if it's more dynamic? Matthew.