From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/5] allow to dynamically change RSS configuration Date: Tue, 27 May 2014 18:43:51 +0200 Message-ID: <5581068.jtcnXaGnF1@xps13> References: <1400230723-2830-1-git-send-email-ivan.boule@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Ivan Boule Return-path: In-Reply-To: <1400230723-2830-1-git-send-email-ivan.boule-pdR9zngts4EAvxtiuMwx3w@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-05-16 10:58, Ivan Boule: > This set of patches allows to dynamically get and set the RSS configuration > of a port: > - rss functions (IPv4/IPv6//UDP/TCP ...) > - rss hash key > > Changes included in v2: > - Rename functions "rss_hash_conf_update" to "rss_hash_update" > - In RSS hash update functions of igb and ixgbe PMDs, add tests > that do not allow RSS to be dynamically enabled or disabled. > > -- > Ivan Boule > > Ivan Boule (5): > ethdev: check RX queue indices in RETA config against number of queues > ethdev: allow to set RSS hash computation flags and/or key > app/testpmd: configure RSS without restart > ethdev: allow to get RSS hash functions and key > app/testpmd: allow to configure RSS hash key Acked-by: Thomas Monjalon Applied for version 1.7.0. Thanks -- Thomas