From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id 5D9F12E81 for ; Thu, 27 Nov 2014 19:14:18 +0100 (CET) Received: by mail-wi0-f172.google.com with SMTP id n3so16522047wiv.5 for ; Thu, 27 Nov 2014 10:14:18 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=xCaiVyg0tvQfEqBLJlOubsTExJTJhsM+YD5YHMIWqo8=; b=gSW+aktz+R++LXLWy38cXGDuOHSEUy8NnrDTmnlkl8Vqit7/oe9SBgmMWB+IvEybbr pVFQnMD26yD8ka6uW8wDQOcSv5+E39RFP0jlHn4QMBK6HT0l250WvYFRX0lEWH5Df8Aj GKfOscHVOz00oCKxDgOQJsFftMoitk1B92QZEpDTBw3a4lkV6je2j+85+M4l4AWu0fmt D7/M7uKQwyoF1/VLpuaTVpEPril7znjhoY1BYmd/BNUE2rdgJUQ/IrA9lX4mw60zV17O ZsseEdw5aF3gWvW53wi5zMa6orsg1mdCWaFRa988PZ+LXzkkjuOeUilto2KoM25V/Z0n TCtQ== X-Gm-Message-State: ALoCoQmWdrure4/wGcygQidMhJncX9gJSuOGvuWE/m+h22a4xUFEN8CHMLlwPkdQStEJ87BdY763 X-Received: by 10.194.81.6 with SMTP id v6mr60056072wjx.39.1417112058252; Thu, 27 Nov 2014 10:14:18 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id 4sm11729004wjs.24.2014.11.27.10.14.16 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 27 Nov 2014 10:14:17 -0800 (PST) From: Thomas Monjalon To: Ivan Boule Date: Thu, 27 Nov 2014 19:13:54 +0100 Message-ID: <2423328.3Ot5qdnzKv@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: <54772F35.302@6wind.com> References: <20141117141708.GE17886@hmsreliant.think-freely.org> <1417088895-15568-1-git-send-email-thomas.monjalon@6wind.com> <54772F35.302@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] net: fix conflict with libc X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2014 18:14:18 -0000 > > It was impossible to include netinet/in.h and rte_ip.h > > because the IP protocols were redefined. > > It is removed because useless. > > > > Signed-off-by: Thomas Monjalon > > Acked by Ivan Boule Applied -- Thomas