From patchwork Tue Jul 11 18:55:45 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 26811 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 254CB7D00; Tue, 11 Jul 2017 20:56:41 +0200 (CEST) Received: from mail-pf0-f176.google.com (mail-pf0-f176.google.com [209.85.192.176]) by dpdk.org (Postfix) with ESMTP id EEDE37CCC for ; Tue, 11 Jul 2017 20:56:20 +0200 (CEST) Received: by mail-pf0-f176.google.com with SMTP id q85so516178pfq.1 for ; Tue, 11 Jul 2017 11:56:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=3U2dSia5TSJ1yWKU+ZpylAPv9moB1Jp3f7V/lF6jvEg=; b=uJxenxXNgB17g+U6IOKRJV/Zd6qLfh0iEjyrHXrYw94jczvCEcRMmxvIAwIKbDmA5+ QygyA86KYScNVReev5f8AIy585qYFTCb6xvW6k5HSqcU2+hiynAVb0yFQIq1UNRQBvOA Cgu0DXHF7UY4ruZeT2zOgB531QJZknrg3fdLzykyuhxTDBkXSgSLNT8Tqd2q7ogDHSjM NNNSlYMcBFIbnUm4cfhDN+yiwyMPC1g3wLsPujL/N46SBVZHCLNQp3Jew7KY2zu64G1o nlzVL0R08HFbgsa4x21PImz0fiFOIRGewlMiw+0e5r0AMz0RkqEPIcAZkN1S2I+b+eIE +dvA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=3U2dSia5TSJ1yWKU+ZpylAPv9moB1Jp3f7V/lF6jvEg=; b=G4zqjHARqNRZDK2meVYUOi3HvBaUiwrpaE+wdyVW0mSst/51+hy/n6PD/cZ/dnLAkq HfpnD1UqloLi4G4RhfFgU+1nbwnqDI8z9g9kuW8TI0ssGb6vzNvGcpCpi2ASo7yZ4r5K Tme74nCgxwrjFKsTNjub4j99ViYKCMH5UZRQ1QM6GMLfvkGqiUb8wsQLlBGbrQ5UcOWR 1Y93X4KiT+orgXYvXQ/sFBwltqv7NLgkBalHKs337pSnbPG9WPf0FZOvYu8rQRbm4VNI 7kH+XLKv2CDiflXDfCT5mn94d/wTpD7+GAXgv4St7ngmfFEuJoIu50F6dKNqxtw83LfZ 5D0Q== X-Gm-Message-State: AIVw113f6x/s7bMx2HMR0iMQXiAeyGchIKMkQD7uSHQRswtkSkoQIUUS B76c1vpBrbPG38wcf5WGhQ== X-Received: by 10.98.215.23 with SMTP id b23mr52324959pfh.139.1499799379966; Tue, 11 Jul 2017 11:56:19 -0700 (PDT) Received: from xeon-e3.wavecable.com (76-14-207-240.or.wavecable.com. [76.14.207.240]) by smtp.gmail.com with ESMTPSA id p77sm104099pfd.62.2017.07.11.11.56.18 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 11 Jul 2017 11:56:18 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Tue, 11 Jul 2017 11:55:45 -0700 Message-Id: <20170711185546.26138-19-stephen@networkplumber.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170711185546.26138-1-stephen@networkplumber.org> References: <20170711185546.26138-1-stephen@networkplumber.org> Subject: [dpdk-dev] [PATCH 18/19] test/test-pipeline: remove duplicate include of rte_per_lcore.h 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" Signed-off-by: Stephen Hemminger --- test/test-pipeline/config.c | 1 - test/test-pipeline/init.c | 1 - test/test-pipeline/main.c | 1 - test/test-pipeline/runtime.c | 2 -- 4 files changed, 5 deletions(-) diff --git a/test/test-pipeline/config.c b/test/test-pipeline/config.c index 1b397c039132..eebb8102406d 100644 --- a/test/test-pipeline/config.c +++ b/test/test-pipeline/config.c @@ -55,7 +55,6 @@ #include #include #include -#include #include #include #include diff --git a/test/test-pipeline/init.c b/test/test-pipeline/init.c index 00dbc2795656..1457c7890b10 100644 --- a/test/test-pipeline/init.c +++ b/test/test-pipeline/init.c @@ -55,7 +55,6 @@ #include #include #include -#include #include #include #include diff --git a/test/test-pipeline/main.c b/test/test-pipeline/main.c index 71ab6ad98580..795b1aeb6ae9 100644 --- a/test/test-pipeline/main.c +++ b/test/test-pipeline/main.c @@ -56,7 +56,6 @@ #include #include #include -#include #include #include #include diff --git a/test/test-pipeline/runtime.c b/test/test-pipeline/runtime.c index 8970e1c30a15..cb02fff0f84b 100644 --- a/test/test-pipeline/runtime.c +++ b/test/test-pipeline/runtime.c @@ -54,8 +54,6 @@ #include #include #include -#include -#include #include #include #include