From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com
 [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id E1B16D59A
 for <dev@dpdk.org>; Tue, 17 Apr 2018 00:53:04 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 363ED21E76;
 Mon, 16 Apr 2018 18:53:04 -0400 (EDT)
Received: from mailfrontend1 ([10.202.2.162])
 by compute1.internal (MEProxy); Mon, 16 Apr 2018 18:53:04 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=
 cc:content-transfer-encoding:content-type:date:from:in-reply-to
 :message-id:mime-version:references:subject:to:x-me-sender
 :x-me-sender:x-sasl-enc; s=mesmtp; bh=t+wfuXPoStcYi7bSxCwXDLk6iB
 WH6u108msYDK36Hls=; b=SaWDPoUW6+VCo19E4kaPhCZBUkR2aRoiR7fk3GZ5TD
 Wss8uJ/fG1XsnHc1xY1hpYTkXM1VET9v5HDypACdzcRcX/f0Jj+rftui1lvErGfJ
 XfczRcVkR/dtzH3LyKjLWgwLZM4S0b4yoEij8opSlHJ8PiKdJUpLWnwTpa05XxeT
 c=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=cc:content-transfer-encoding:content-type
 :date:from:in-reply-to:message-id:mime-version:references
 :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=t+wfuX
 PoStcYi7bSxCwXDLk6iBWH6u108msYDK36Hls=; b=L2Wz6WLwHzRHt5yCVWBca5
 MgfoNzleNJF8iEtI1wcvTqSKppldm8goz/hCgxP16HU2Pfpc1YFR1eNkltVMpzmV
 rA+E/QHRAap6WaHv2Y7cd6jhdLE3Qx3z1guSvELVRdT1//uUy3jfefwe+hKE1omv
 M8ot2bEom4ji609WYqHYEDBMTVhjz3JdymakmWy7/zb1laTOkFPThY4YG2SLyMJX
 eN3Z4Wc4sM3zRezu4mFofLBx1SZXhLP04HWqFdKzMVtg4c4ueVamK/YMkoNrNu0k
 qoIygZ01gw8HCcykNb0EA+6LUb0aqiJNmy38qLtcM4q4aWbPOCvc9HrPVWfw7KJQ
 ==
X-ME-Sender: <xms:UCnVWsO76lYNhSzJB3BufEwlh5SuGpmUU4wRskGe_u_zREz73sffBg>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id 365CBE46C2;
 Mon, 16 Apr 2018 18:53:03 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: Xueming Li <xuemingl@mellanox.com>
Cc: dev@dpdk.org, Shahaf Shuler <shahafs@mellanox.com>,
 Nelio Laranjeiro <notifications@github.com>, Wenzhuo Lu <wenzhuo.lu@intel.com>,
 Jingjing Wu <jingjing.wu@intel.com>
Date: Tue, 17 Apr 2018 00:53:01 +0200
Message-ID: <1845686.Ozu0zB4oGc@xps>
In-Reply-To: <20180409121035.148813-2-xuemingl@mellanox.com>
References: <20180409121035.148813-1-xuemingl@mellanox.com>
 <20180409121035.148813-2-xuemingl@mellanox.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH v1 2/2] app/testpmd: config all supported RSS
	functions
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://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: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 16 Apr 2018 22:53:05 -0000

09/04/2018 14:10, Xueming Li:
> Only configure RSS hash functions supported by the device.
> 
> Signed-off-by: Xueming Li <xuemingl@mellanox.com>

This commit message is too short.
Please explain what was the behaviour, and why you change it.