From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 2696F2A9 for ; Thu, 27 Nov 2014 18:25:56 +0100 (CET) Received: by mail-wg0-f43.google.com with SMTP id l18so6952050wgh.30 for ; Thu, 27 Nov 2014 09:25:56 -0800 (PST) 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=bGYA/NgKDfd22/YtfYfUoNf3FwkqCfm35K3I8FZh3mk=; b=RxKRqqYh7VeLVZy98l+mVaWtp0ZQCQOUccZpgAESHlS6fV678D2jp72KSB5a2A8BHR KkwD4w3uj/oBVi01P5cCkKJGYdBx2QbmW2vnB5DSxn/Mcn/ae3hlsX52KU4+LdHZRr9K 8nbqP7EplT6oXVWPNb5pOfvZb8YdJwrpGpoJqQusgKaK1vF1colulTa+AWrn8BadBovp do5EYQJ0hcD52yIRYeGqUYW2EjWSwAXx+sKHTWG8l1L04OTO05OXkOsi8kZwPxxUAOju r0it+jdFJK3j9+0+rGj6Gm3P5E9edoSHUApS7n9+WOEGTJJ1D+OKFVG86GQaVbcxC50p krag== X-Gm-Message-State: ALoCoQk0wL5W3LB5eQ5g5LaUHBlyfmSVpIo2VlgWFjFCir9YVp8IahrEI0Ges5DViv87OVAQKS4A X-Received: by 10.180.35.133 with SMTP id h5mr54459277wij.28.1417109156027; Thu, 27 Nov 2014 09:25:56 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id a2sm12475555wiy.11.2014.11.27.09.25.54 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 27 Nov 2014 09:25:55 -0800 (PST) From: Thomas Monjalon To: Jia Yu Date: Thu, 27 Nov 2014 18:25:32 +0100 Message-ID: <6109144.Y6fNCV6MjY@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: <1415374981-34047-1-git-send-email-jyu@vmware.com> References: <1415374981-34047-1-git-send-email-jyu@vmware.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] app/test-pmd: Use the new rss_hf size changed in 1.7 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2014 17:25:56 -0000 > According to rss_hf definition in rte_eth_rss_conf, it shall be uint64 type. > Using uint16 will get truncated value, and cause incorrect output. This > fix corrected this issue. > > Signed-off-by: Jia Yu Acked and applied. -- Thomas