From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id D6F9C43E0C;
	Fri,  5 Apr 2024 19:00:24 +0200 (CEST)
Received: from mails.dpdk.org (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id B13F0427D7;
	Fri,  5 Apr 2024 18:56:17 +0200 (CEST)
Received: from mail-pf1-f181.google.com (mail-pf1-f181.google.com
 [209.85.210.181])
 by mails.dpdk.org (Postfix) with ESMTP id C778240FDE
 for <dev@dpdk.org>; Fri,  5 Apr 2024 18:56:10 +0200 (CEST)
Received: by mail-pf1-f181.google.com with SMTP id
 d2e1a72fcca58-6ed04c91ffcso494102b3a.1
 for <dev@dpdk.org>; Fri, 05 Apr 2024 09:56:10 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1712336170;
 x=1712940970; darn=dpdk.org; 
 h=content-transfer-encoding:mime-version:references:in-reply-to
 :message-id:date:subject:cc:to:from:from:to:cc:subject:date
 :message-id:reply-to;
 bh=Z9FUfuO95egBTo4uDUTEL8K4PBgpv2V81T0KdWkbRGY=;
 b=xTd8C95N0+25CmPIef6pHjhgcP+JVaHMq+LQceXpjPRh9kuHkeYvACGyc1lpdPftCs
 Xc/Zwt6yIlPJxFq8pPvHATkmSCvl2+00E3DguA/qL27JngOGH5L+bN5sp6WdLXPULq4Q
 ByG8qZBnh7e9qA5CQZt8QN0rx+KMFCymzCN+x+2j9FL57Z/yL1UqlvZz6FQ+bY+SPGl3
 WA68uP1RvtaYtp+yBPi9W+nPT2/GFKIfowWxWudeLjRn7pLnaO3TIzWp2JIduj/TGeVk
 pbG+Bs+FZ9PvO1Pbpwvb7RIq8PkGmZ2+o35NZeLd1jJxIj/LxwBqrE7c2YGNGhLUreh6
 gWBQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20230601; t=1712336170; x=1712940970;
 h=content-transfer-encoding:mime-version:references:in-reply-to
 :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc
 :subject:date:message-id:reply-to;
 bh=Z9FUfuO95egBTo4uDUTEL8K4PBgpv2V81T0KdWkbRGY=;
 b=BoFFqmXp0opduewKlA3TfkCV4xcVrtMWaNRgz0vTM7dkbZ2ohmst7etiqErHnbDhFj
 TbjmoY2StmhPb57ndswhBy800756zHjZ9P9sL7eKjESIiZoIk58gJg3iiRQ7UR6E/xxI
 RrBF3LMN/q+37f3OWA35edoYouRYpF0nsG+R4mZ7wyTAuuudIVFEvRI6DOGJS9L0tZ8m
 Aft7APjTcHopvb0xLUU74ekKnFveoeU0RWOO0MN81PzlfT72zEpU9Lcd5qzE8ZDJvRCY
 kscAl3jxAG9pfrGacUEhA3MxDAWDUSZwZMGcRKYDlGhLitImgUnGwTPeinv53xRC1jQL
 aBQw==
X-Gm-Message-State: AOJu0YxL/bIEj6cjQ9pX1wN7U4esNF4GKmxDDS3EiJyHQXrP5TwEfgNH
 pkg7HoeSj+B7wU/03dLNuUYU26022JOIkXfvzlKTaad5p5sHpSb3ReLGlJOuey8ppurCUAs95bR
 lk1Zt9A==
X-Google-Smtp-Source: AGHT+IEt+6+J7ADX8hjIvfSbO+wE9xBwv9LG2m94bj8a0UxKvm2Uws9Txrzyi4AqOg2A+uwMd5nP6w==
X-Received: by 2002:a05:6a00:9398:b0:6ea:7a14:2e20 with SMTP id
 ka24-20020a056a00939800b006ea7a142e20mr2082643pfb.3.1712336170036; 
 Fri, 05 Apr 2024 09:56:10 -0700 (PDT)
Received: from hermes.local (204-195-96-226.wavecable.com. [204.195.96.226])
 by smtp.gmail.com with ESMTPSA id
 c2-20020aa781c2000000b006e6c0f8ce1bsm1728555pfn.47.2024.04.05.09.56.09
 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);
 Fri, 05 Apr 2024 09:56:09 -0700 (PDT)
From: Stephen Hemminger <stephen@networkplumber.org>
To: dev@dpdk.org
Cc: Stephen Hemminger <stephen@networkplumber.org>,
 Cristian Dumitrescu <cristian.dumitrescu@intel.com>
Subject: [PATCH v4 28/30] app/test-pipeline: remove unused rte_memcpy.h include
Date: Fri,  5 Apr 2024 09:53:39 -0700
Message-ID: <20240405165518.367503-29-stephen@networkplumber.org>
X-Mailer: git-send-email 2.43.0
In-Reply-To: <20240405165518.367503-1-stephen@networkplumber.org>
References: <20240403163432.437275-1-stephen@networkplumber.org>
 <20240405165518.367503-1-stephen@networkplumber.org>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org

This included but never used here.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 app/test-pipeline/config.c  | 1 -
 app/test-pipeline/init.c    | 1 -
 app/test-pipeline/main.c    | 1 -
 app/test-pipeline/runtime.c | 1 -
 4 files changed, 4 deletions(-)

diff --git a/app/test-pipeline/config.c b/app/test-pipeline/config.c
index daf838948b..f4d5d435ad 100644
--- a/app/test-pipeline/config.c
+++ b/app/test-pipeline/config.c
@@ -17,7 +17,6 @@
 #include <rte_byteorder.h>
 #include <rte_log.h>
 #include <rte_memory.h>
-#include <rte_memcpy.h>
 #include <rte_eal.h>
 #include <rte_per_lcore.h>
 #include <rte_launch.h>
diff --git a/app/test-pipeline/init.c b/app/test-pipeline/init.c
index 558f0e428d..8028192306 100644
--- a/app/test-pipeline/init.c
+++ b/app/test-pipeline/init.c
@@ -17,7 +17,6 @@
 #include <rte_byteorder.h>
 #include <rte_log.h>
 #include <rte_memory.h>
-#include <rte_memcpy.h>
 #include <rte_eal.h>
 #include <rte_per_lcore.h>
 #include <rte_launch.h>
diff --git a/app/test-pipeline/main.c b/app/test-pipeline/main.c
index 4cc098d7ac..ca0bc9d9d1 100644
--- a/app/test-pipeline/main.c
+++ b/app/test-pipeline/main.c
@@ -19,7 +19,6 @@
 #include <rte_byteorder.h>
 #include <rte_log.h>
 #include <rte_memory.h>
-#include <rte_memcpy.h>
 #include <rte_eal.h>
 #include <rte_per_lcore.h>
 #include <rte_launch.h>
diff --git a/app/test-pipeline/runtime.c b/app/test-pipeline/runtime.c
index 752f783370..a6457488c0 100644
--- a/app/test-pipeline/runtime.c
+++ b/app/test-pipeline/runtime.c
@@ -17,7 +17,6 @@
 #include <rte_byteorder.h>
 #include <rte_log.h>
 #include <rte_memory.h>
-#include <rte_memcpy.h>
 #include <rte_eal.h>
 #include <rte_per_lcore.h>
 #include <rte_launch.h>
-- 
2.43.0