From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50])
 by dpdk.org (Postfix) with ESMTP id 498FCAE9A
 for <dev@dpdk.org>; Tue, 27 May 2014 18:43:47 +0200 (CEST)
Received: by mail-wg0-f50.google.com with SMTP id x12so9714858wgg.21
 for <dev@dpdk.org>; Tue, 27 May 2014 09:43:58 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=10goTxpWVr+7Dy3o95obKy48zFo3KpIuO1g+g3R+gSc=;
 b=J0KSyg6vz67bce5eGcsB3rfbx6L38nKwBh3gkgaiu7vEw7EPO0GBDbg3j1gjb4RoHx
 DLBC+7Yvx8ioDfIvoOt42zxTV9Xuu1RcGINaYn6bL20PTSRQHJyGatRVwnc6glUwq4/l
 7RKkecuub0RbhpzIFY1a0cbaqGojaeU3CYaLeJH0bLC2s0jstYVTxhtS0dBuq8/z3vDt
 CJKb/dlMlEIgQ058rnitC1GFo9EfHP1g9xOhQcPW9nTvidYDQSOHCe9mubZHA9fP4RMv
 PhbCi1Y8VR2mHQ/QyI/IJm7pBz/WX6ydnD2w8rQFsealrYYsSE18WAQtcCKG+/R5/MmM
 D+wA==
X-Gm-Message-State: ALoCoQnl4A8BuxYZeSXfUE4eUtQ8bRxOmeQ9Cc6U0Ar+R+j9UNGk5fzWLP8WuIqPlc96oQsVqi9F
X-Received: by 10.194.1.242 with SMTP id 18mr43606777wjp.22.1401209036715;
 Tue, 27 May 2014 09:43:56 -0700 (PDT)
Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237])
 by mx.google.com with ESMTPSA id ev2sm5468196wjd.6.2014.05.27.09.43.54
 for <multiple recipients>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Tue, 27 May 2014 09:43:55 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Ivan Boule <ivan.boule@6wind.com>
Date: Tue, 27 May 2014 18:43:51 +0200
Message-ID: <5581068.jtcnXaGnF1@xps13>
Organization: 6WIND
User-Agent: KMail/4.13 (Linux/3.14.4-1-ARCH; KDE/4.13.0; x86_64; ; )
In-Reply-To: <1400230723-2830-1-git-send-email-ivan.boule@6wind.com>
References: <1400230723-2830-1-git-send-email-ivan.boule@6wind.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH v2 0/5] allow to dynamically change RSS
	configuration
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 27 May 2014 16:43:47 -0000

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 <thomas.monjalon@6wind.com>

Applied for version 1.7.0.

Thanks
-- 
Thomas