From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 435732BB0 for ; Tue, 11 Apr 2017 14:10:22 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Apr 2017 05:10:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,185,1488873600"; d="scan'208";a="1133933399" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga001.fm.intel.com with ESMTP; 11 Apr 2017 05:10:20 -0700 To: Wenzhuo Lu , dev@dpdk.org References: <1491899484-28777-1-git-send-email-wenzhuo.lu@intel.com> From: Ferruh Yigit Message-ID: <3d7a73a5-a3ae-7bcd-abcc-1d4592d5045b@intel.com> Date: Tue, 11 Apr 2017 13:10:20 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0 MIME-Version: 1.0 In-Reply-To: <1491899484-28777-1-git-send-email-wenzhuo.lu@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 0/2] move private APIs to a specific files 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: Tue, 11 Apr 2017 12:10:23 -0000 On 4/11/2017 9:31 AM, Wenzhuo Lu wrote: > There're some private APIs on ixgbe and i40e. Create specific > files for them and move the related code to the new files. > > Wenzhuo Lu (2): > net/i40e: move private APIs to a specific file > net/ixgbe: move private APIs to a specific file Series applied to dpdk-next-net/master, thanks. Thanks Wenzhuo!