From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=Z9kk3VpZO9OTTtuoXpAQsGZTzU0Fand3J3Beg7D+ENA=; b=CmGf2q5zgcpPRN6eYh1wK4e9qHR1SE7iuxK1YP2f6W7VlvEqFsZCplptY1l+kEE6+J uRrepeAbhQwm93Xsg0QWEsJH6HMq9ZDFJsux7jeNoYp0flQrBe07S5AgjoDYwV5tjNPS e/5Ba3ETQq6sMZMmd/jntEa9TSbwsWapTvJcuDFTBTMHWlHadYwrnFOvXLcETaLf6MIS S+v9c72Fj5xLrIES1Wter4oyCQGs18dDxbJ84e2Kl/QYZOOzjnFt6egcRUr+/B66dJ2J 6qwo+sKvntb8i1GTbn/nzOnTMqAkt3ty2gjsdKkq9sOCzfRscS2yFFYKG36VwP+oMfXZ yslA== 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:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=Z9kk3VpZO9OTTtuoXpAQsGZTzU0Fand3J3Beg7D+ENA=; b=BOCnFc5aUxhK2HYLTwehnkkntsOW/ZiIANDLpmIenHtFkCbLJzuAXI4I5umA0awYSl iu3Fz+CuH1aC9I8fCy2TWOM7+qHQiN8sL5qWhAQWOdg4OkTghnNWHxmQcik4yufFfJrh Np87ExvbbhLEeTUTFGm6UUST8B/tAhxF1ddQN4XMEto/7quR18zDWB5EtJaMubhdPJJS cUc3+SeiCBaiDTX78fSXPbwHNiPhwAYLPDd1C1FRpnBrOwggx+dZQc4Eo3DTx3qUBeed cUDact+4XrPsPiN6IYmoICyoKkWkv73QpaONBlFzttzUvKJHRaJ7d/ybrf8YRXGb1Y/i 6C6A== X-Gm-Message-State: ALyK8tKyld6Xk8r2tl/tERg32Bvr54iLyg4qZgK7n84OQYZmteUUYbKz6meHBcPoIUjKkNcN X-Received: by 10.28.125.5 with SMTP id y5mr13962089wmc.103.1468245406951; Mon, 11 Jul 2016 06:56:46 -0700 (PDT) Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by smtp.gmail.com with ESMTPSA id f73sm29895615wmg.1.2016.07.11.06.56.45 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 11 Jul 2016 06:56:46 -0700 (PDT) From: Thomas Monjalon To: Ilya Maximets Cc: dev@dpdk.org, Pablo de Lara , Dyasly Sergey , Heetae Ahn , Zhihong Wang Date: Mon, 11 Jul 2016 15:56:42 +0200 Message-ID: <15788282.tFv5pZamfm@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1467703226-11836-1-git-send-email-i.maximets@samsung.com> References: <1467703226-11836-1-git-send-email-i.maximets@samsung.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] app/testpmd: refactor of RSS fwd config 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: Mon, 11 Jul 2016 13:56:47 -0000 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