From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 3AF7A377A for ; Mon, 20 Mar 2017 15:18:27 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP; 20 Mar 2017 07:18:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,194,1486454400"; d="scan'208";a="1144672050" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga002.fm.intel.com with ESMTP; 20 Mar 2017 07:18:24 -0700 To: =?UTF-8?Q?N=c3=a9lio_Laranjeiro?= , Vasily Philipov References: <74798f347a5b1fad28037b713ad83048c227a2ca.1487685098.git.vasilyf@mellanox.com> <01777c971a3beb586586bbe28200298c9b6e4ae4.1487853341.git.vasilyf@mellanox.com> <20170320091934.GF12013@autoinstall.dev.6wind.com> Cc: dev@dpdk.org, Adrien Mazarguil From: Ferruh Yigit Message-ID: Date: Mon, 20 Mar 2017 14:18:24 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170320091934.GF12013@autoinstall.dev.6wind.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v3 1/2] net/mlx4: split the definitions to the header file 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, 20 Mar 2017 14:18:27 -0000 On 3/20/2017 9:19 AM, Nélio Laranjeiro wrote: > On Sun, Mar 05, 2017 at 09:51:31AM +0200, Vasily Philipov wrote: >> Make priv_lock/priv_unlock functions and some other structs/defines visible >> from different source files by placing them into mlx4.h header. >> >> Signed-off-by: Vasily Philipov > Acked-by: Nelio Laranjeiro Series applied to dpdk-next-net/master, thanks.