From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f42.google.com (mail-wg0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id B2B06FFA for ; Thu, 23 Apr 2015 15:13:28 +0200 (CEST) Received: by wgyo15 with SMTP id o15so17876324wgy.2 for ; Thu, 23 Apr 2015 06:13:28 -0700 (PDT) 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=awzHx52TkCR7E2lTL1XIkAStmEyqWOBJ2JY8U67rabE=; b=Q1ruDbom3x9Pv7E93VFvog/L6fyrYOV39s6ovbHfRa+cPLfezjl6+Xt8SQ3wIelW/i KHw0SJKC3m0unWUI9ILmP7uMAJxqXUsaVaPg9W+62G3al3OfX62yoMy5675FfDShyZcF +oi7SumSPEcR5nCORBo+J1bKlGxm+Spa+qsxue+cA/c4rm6HvxCFE3mt1D7fjrumUoaQ MSEadTgWISjYZdRoeSTyFytx/wa9xlHNZMyD0N92S+oZVANEuR6tu70it8MFe/obS4vQ eNfoBjoPjIhj6hShyjn+Sk7Sv2rEGBVhhk3xVtMo1FCizVChjjpSkgQz65QdPb9nsHx/ fRPQ== X-Gm-Message-State: ALoCoQml2iPoQAERQxyC1tDiwGYKHFSOwX82BoAkAWuakw7ABGHG1egtpo+fNzC3Y+Q4w3GFjtm8 X-Received: by 10.180.92.198 with SMTP id co6mr15350966wib.34.1429794808620; Thu, 23 Apr 2015 06:13:28 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id s4sm29169301wix.14.2015.04.23.06.13.27 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 23 Apr 2015 06:13:27 -0700 (PDT) From: Thomas Monjalon To: Bruce Richardson Date: Thu, 23 Apr 2015 15:12:45 +0200 Message-ID: <1507270.8KHGjbOlDB@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <1429793359-6813-1-git-send-email-bruce.richardson@intel.com> References: <1429793359-6813-1-git-send-email-bruce.richardson@intel.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: remove unneeded include in rte_ip.h 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, 23 Apr 2015 13:13:28 -0000 2015-04-23 13:49, Bruce Richardson: > There are no memcpy functions in rte_ip.h so there is no need to include > rte_memcpy.h in that file. > > Signed-off-by: Bruce Richardson Applied, thanks