From patchwork Wed May 10 02:30:19 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jianbo Liu X-Patchwork-Id: 98966 Delivered-To: patch@linaro.org Received: by 10.140.96.100 with SMTP id j91csp14430qge; Tue, 9 May 2017 19:32:16 -0700 (PDT) X-Received: by 10.223.133.181 with SMTP id 50mr2090992wrt.4.1494383536726; Tue, 09 May 2017 19:32:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1494383536; cv=none; d=google.com; s=arc-20160816; b=hHqwdorL3XJmj8I6iNoJj34ZeJxAdm6eEQz0sEQahtRaAwLexkzJ4vZo71EDj41lJu tu8+ZOBODtwR+3vs9kerCSd+Ap6P3sLgNL6Vqh0nQhTGySQCMW1kPjK88hjpGCXRku+/ MN6AqS/8Zm49y7b+JPUdHFNgE50wDUoG2TVqPb24ANdq9L59fgB2JvXNqJHRk6hw1g95 B5YLKzeook5yzE5yUoyPku549jKFTnoUqRwG3RjbCS6ONZOQxoTsf5g7qxScZkIh/Fgv Uq8uvqEHN2DtgY0zZbCxzC6hgy3rFj0qQoQ77lytKhq6rcsFKv92tzOTGeWDbAYetxiJ 3SxA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:list-subscribe:list-help:list-post:list-archive :list-unsubscribe:list-id:precedence:subject:references:in-reply-to :message-id:date:cc:to:from:arc-authentication-results; bh=ow+wO7yohFyrSZWxCCUdyamJJaXnGKdF8fEVQrR+x1U=; b=no+0JOpyCg6fuRM3QavfgW0VQa2b1IJ3ifJmpCFQKEitwsBxVGI/OioWKvThXuFyPz 9GvuiloV319KAGto7tDzviHQ/aPcF5jP+RApZxol2usUuqOAed/riKdgwNlLVkEYXlYb VGMSQP1z5H/KTgizT4z3/FFETsjeBUcK2kQ3Ku3kURId0bfC0bLQ/UB3bxJXallCDKAu VesSMcYT8p55yu1JMJCHg9M908N1lm/IuyJXGJkeBka3VLlrQMk821UyTmCDwOrH7wVZ acQaTYcJl3hrQzvSDqv+gTH4pkayzW57y1Rc/+LQLXfWxGov0iT7wIXoe5KIIcxDj5qO 7jEg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of dev-bounces@dpdk.org designates 2001:4b98:dc0:41:216:3eff:fe72:dd13 as permitted sender) smtp.mailfrom=dev-bounces@dpdk.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Return-Path: Received: from dpdk.org ([2001:4b98:dc0:41:216:3eff:fe72:dd13]) by mx.google.com with ESMTP id e3si1967374wrc.144.2017.05.09.19.32.16; Tue, 09 May 2017 19:32:16 -0700 (PDT) Received-SPF: pass (google.com: domain of dev-bounces@dpdk.org designates 2001:4b98:dc0:41:216:3eff:fe72:dd13 as permitted sender) client-ip=2001:4b98:dc0:41:216:3eff:fe72:dd13; Authentication-Results: mx.google.com; spf=pass (google.com: domain of dev-bounces@dpdk.org designates 2001:4b98:dc0:41:216:3eff:fe72:dd13 as permitted sender) smtp.mailfrom=dev-bounces@dpdk.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 33CD57CBE; Wed, 10 May 2017 04:31:04 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.101.70]) by dpdk.org (Postfix) with ESMTP id 9E6061C00 for ; Wed, 10 May 2017 04:30:46 +0200 (CEST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 1C9901688; Tue, 9 May 2017 19:30:46 -0700 (PDT) Received: from localhost.localdomain.com (usa-sjc-imap-foss1.foss.arm.com [10.72.51.249]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 453313F3E1; Tue, 9 May 2017 19:30:45 -0700 (PDT) From: Jianbo Liu To: dev@dpdk.org, tomasz.kantecki@intel.com, jerin.jacob@caviumnetworks.com, ashwin.sekhar@caviumnetworks.com Cc: Jianbo Liu Date: Wed, 10 May 2017 10:30:19 +0800 Message-Id: <1494383419-9677-8-git-send-email-jianbo.liu@linaro.org> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1494383419-9677-1-git-send-email-jianbo.liu@linaro.org> References: <1493709255-8887-1-git-send-email-jianbo.liu@linaro.org> <1494383419-9677-1-git-send-email-jianbo.liu@linaro.org> Subject: [dpdk-dev] [PATCH v2 7/7] examples/l3fwd: change the guard micro name for header file X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" As l3fwd_em_sse.h is renamed to l3fwd_em_sequential.h, change the macro to __L3FWD_EM_SEQUENTIAL_H__ to maintain consistency. Signed-off-by: Jianbo Liu --- examples/l3fwd/l3fwd_em_sequential.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -- 1.8.3.1 diff --git a/examples/l3fwd/l3fwd_em_sequential.h b/examples/l3fwd/l3fwd_em_sequential.h index c3df473..63c5c12 100644 --- a/examples/l3fwd/l3fwd_em_sequential.h +++ b/examples/l3fwd/l3fwd_em_sequential.h @@ -31,8 +31,8 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef __L3FWD_EM_SSE_H__ -#define __L3FWD_EM_SSE_H__ +#ifndef __L3FWD_EM_SEQUENTIAL_H__ +#define __L3FWD_EM_SEQUENTIAL_H__ /** * @file @@ -125,4 +125,4 @@ static inline __attribute__((always_inline)) uint16_t send_packets_multi(qconf, pkts_burst, dst_port, nb_rx); } -#endif /* __L3FWD_EM_SSE_H__ */ +#endif /* __L3FWD_EM_SEQUENTIAL_H__ */