From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/testpmd: refactor of RSS fwd config Date: Mon, 11 Jul 2016 15:56:42 +0200 Message-ID: <15788282.tFv5pZamfm@xps13> References: <1467703226-11836-1-git-send-email-i.maximets@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Pablo de Lara , Dyasly Sergey , Heetae Ahn , Zhihong Wang To: Ilya Maximets Return-path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 2D33A2BA1 for ; Mon, 11 Jul 2016 15:56:47 +0200 (CEST) Received: by mail-wm0-f45.google.com with SMTP id o80so51930265wme.1 for ; Mon, 11 Jul 2016 06:56:47 -0700 (PDT) In-Reply-To: <1467703226-11836-1-git-send-email-i.maximets@samsung.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-07-05 10:20, Ilya Maximets: > Since > commit f2bb7ae1d204 ("app/testpmd: handle all Rx queues in RSS setup") > behavior of rss_fwd_config_setup() changed and description of this > function is wrong now. > > Also, there is a type mismatch in a loop. > > Signed-off-by: Ilya Maximets Applied, thanks