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 B8DE011D9 for ; Mon, 9 Jan 2017 13:29:54 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP; 09 Jan 2017 04:29:53 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,339,1477983600"; d="scan'208";a="920459320" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by orsmga003.jf.intel.com with ESMTP; 09 Jan 2017 04:29:51 -0800 To: Elad Persiko , dev@dpdk.org References: <1483890123-4854-1-git-send-email-eladpe@mellanox.com> <1483890123-4854-2-git-send-email-eladpe@mellanox.com> From: Ferruh Yigit Message-ID: Date: Mon, 9 Jan 2017 12:29:51 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <1483890123-4854-2-git-send-email-eladpe@mellanox.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 2/5] net/mlx5: remove unessecary goto label 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: Mon, 09 Jan 2017 12:29:56 -0000 On 1/8/2017 3:42 PM, Elad Persiko wrote: > use_dseg label can be deleted as it happens without goto. > > Signed-off-by: Elad Persiko Reviewed-by: Ferruh Yigit