From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <olivier.matz@6wind.com>
Received: from proxy.6wind.com (host.76.145.23.62.rev.coltfrance.com
 [62.23.145.76]) by dpdk.org (Postfix) with ESMTP id 9FA7C6CC4
 for <dev@dpdk.org>; Tue, 11 Oct 2016 11:01:50 +0200 (CEST)
Received: from [10.16.0.195] (unknown [10.16.0.195])
 by proxy.6wind.com (Postfix) with ESMTP id 6637C1FE41;
 Tue, 11 Oct 2016 11:01:50 +0200 (CEST)
To: Thomas Monjalon <thomas.monjalon@6wind.com>
References: <1472481335-21226-1-git-send-email-olivier.matz@6wind.com>
 <1475483937-21696-1-git-send-email-olivier.matz@6wind.com>
 <1475483937-21696-4-git-send-email-olivier.matz@6wind.com>
 <2178965.8ItUXrjgAs@xps13>
Cc: dev@dpdk.org, cunming.liang@intel.com, john.mcnamara@intel.com,
 andrey.chilikin@intel.com, konstantin.ananyev@intel.com
From: Olivier MATZ <olivier.matz@6wind.com>
Message-ID: <57FCAA7A.6020201@6wind.com>
Date: Tue, 11 Oct 2016 11:01:46 +0200
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101
 Icedove/38.6.0
MIME-Version: 1.0
In-Reply-To: <2178965.8ItUXrjgAs@xps13>
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
Subject: Re: [dpdk-dev] [PATCH v3 03/16] mbuf: move packet type definitions
 in a new file
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 11 Oct 2016 09:01:50 -0000

Hi Thomas,

On 10/10/2016 04:52 PM, Thomas Monjalon wrote:
> 2016-10-03 10:38, Olivier Matz:
>> The file rte_mbuf.h starts to be quite big, and next commits
>> will introduce more functions related to packet types. Let's
>> move them in a new file.
>>
>> Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
>> ---
>>   lib/librte_mbuf/Makefile         |   2 +-
>>   lib/librte_mbuf/rte_mbuf.h       | 495 +----------------------------------
>>   lib/librte_mbuf/rte_mbuf_ptype.h | 552 +++++++++++++++++++++++++++++++++++++++
>
> Why not moving packet type and other packet flags in librte_net?
>

These are mbuf features.
I can reverse the question: why moving them in librte_net? :)