From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/testpmd: unchecked return value Date: Thu, 16 Jun 2016 16:48:18 +0200 Message-ID: <2621085.c4AetkXiGu@xps13> References: <1465986822-22243-1-git-send-email-slawomirx.mrozowicz@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "De Lara Guarch, Pablo" To: "Mrozowicz, SlawomirX" Return-path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id DF792C74E for ; Thu, 16 Jun 2016 16:48:20 +0200 (CEST) Received: by mail-wm0-f48.google.com with SMTP id a66so61601593wme.0 for ; Thu, 16 Jun 2016 07:48:20 -0700 (PDT) In-Reply-To: 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" > > Calling rte_eth_dev_rss_hash_update without checking return value. > > Fixed by handle return value and print out error status. > > > > Fixes: ce8d561418d4 ("app/testpmd: add port configuration settings") > > Coverity ID 119251 > > > > Signed-off-by: Slawomir Mrozowicz > > Acked-by: Pablo de Lara Applied, thanks