From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Matz Subject: Re: [PATCH v2 06/13] mbuf: fix missing includes in exported header Date: Tue, 25 Apr 2017 11:56:39 +0200 Message-ID: <20170425115639.57028f40@platinum> References: <364bfe6e5d21104a36ea619622afbdc737c14df2.1493108423.git.adrien.mazarguil@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, stable@dpdk.org To: Adrien Mazarguil Return-path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id 2C1F55A3E for ; Tue, 25 Apr 2017 11:56:41 +0200 (CEST) Received: by mail-wm0-f49.google.com with SMTP id r190so13374191wme.1 for ; Tue, 25 Apr 2017 02:56:41 -0700 (PDT) In-Reply-To: <364bfe6e5d21104a36ea619622afbdc737c14df2.1493108423.git.adrien.mazarguil@6wind.com> 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 Tue, 25 Apr 2017 10:30:00 +0200, Adrien Mazarguil wrote: > This commit addresses the following errors: > > In file included from /tmp/check-includes.sh.681.c:1:0: > build/include/rte_mbuf_ptype.h:587:35: error: unknown type name 'uint32_t' > [...] > build/include/rte_mbuf_ptype.h:662:51: error: unknown type name 'size_t' > [...] > > Fixes: 288541c8ff9e ("mbuf: add functions to dump packet type") > > Cc: stable@dpdk.org > Cc: Olivier Matz > Signed-off-by: Adrien Mazarguil Acked-by: Olivier Matz