From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id E5B137CD8; Thu, 25 Jan 2018 15:21:14 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Jan 2018 06:21:13 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,412,1511856000"; d="scan'208";a="22502951" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by FMSMGA003.fm.intel.com with ESMTP; 25 Jan 2018 06:21:11 -0800 To: Radu Nicolau , dev@dpdk.org Cc: marko.kovacevic@intel.com, john.mcnamara@intel.com, declan.doherty@intel.com, stable@dpdk.org References: <1516639436-15040-1-git-send-email-radu.nicolau@intel.com> <1516799473-16079-1-git-send-email-radu.nicolau@intel.com> From: Ferruh Yigit Message-ID: <7e294921-11da-ff33-eef4-035c4c7fef46@intel.com> Date: Thu, 25 Jan 2018 14:21:10 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <1516799473-16079-1-git-send-email-radu.nicolau@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] net/bonding: check dequeue result before proceeding X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jan 2018 14:21:15 -0000 On 1/24/2018 1:11 PM, Radu Nicolau wrote: > Coverity issue: 257015 > Fixes: 09150784a776 ("net/bonding: burst mode hash calculation") > Cc: stable@dpdk.org > > Signed-off-by: Radu Nicolau Applied to dpdk-next-net/master, thanks.