From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 0/2] move private APIs to a specific files Date: Tue, 11 Apr 2017 13:10:20 +0100 Message-ID: <3d7a73a5-a3ae-7bcd-abcc-1d4592d5045b@intel.com> References: <1491899484-28777-1-git-send-email-wenzhuo.lu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Wenzhuo Lu , dev@dpdk.org 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) In-Reply-To: <1491899484-28777-1-git-send-email-wenzhuo.lu@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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!