From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/test-pmd: Use the new rss_hf size changed in 1.7 Date: Thu, 27 Nov 2014 18:25:32 +0100 Message-ID: <6109144.Y6fNCV6MjY@xps13> References: <1415374981-34047-1-git-send-email-jyu@vmware.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Jia Yu Return-path: In-Reply-To: <1415374981-34047-1-git-send-email-jyu-pghWNbHTmq7QT0dZR+AlfA@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" > 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