From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9313044093; Wed, 22 May 2024 05:33:29 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8EA3A410ED; Wed, 22 May 2024 05:31:15 +0200 (CEST) Received: from mail-pl1-f176.google.com (mail-pl1-f176.google.com [209.85.214.176]) by mails.dpdk.org (Postfix) with ESMTP id 03AB440DF6 for ; Wed, 22 May 2024 05:30:48 +0200 (CEST) Received: by mail-pl1-f176.google.com with SMTP id d9443c01a7336-1ed96772f92so7130695ad.0 for ; Tue, 21 May 2024 20:30:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1716348648; x=1716953448; 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=dFOFKVWbsxPLUWphiW3VH+yAqBVpQm16QUtwP9Rt5BJcS7A9MExBjY7fI1f4/Dlrs1 1X9XhlnVvD3QjqnhrTlfDlcOH3zc0NodrC9hHFoIQ1PHiWN7ZzbwvtHvK3yYIpqXHa2W VjDD1JJ8KkVcRSH8nWsxa29Y+WbjfdML4wn9hdBzp57rC+AouZXL9jqck0ixa1fXeZxX jVpSunn9KTHl/l/Az82Jj9Riwqmb7uMxZswyO1ZinOFF38GWrd10mYxGyPFDfzs+Zpcn w1m74WtRK5iGaOguBU9c6taYa7IJn8t/+GLS0RIO9Dnct1EIR7Ro7w/xiQ1lp9mUJSXc 6DqA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1716348648; x=1716953448; 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=rRFLZRkuygV+BmOjczfTb5D2bpnfldyqmwLeegGVrZ/ujYbW9H6aQ/wIDDsRcNdqqF xJzWcNI2soUFSbZS7+cW9jWPeue5cWhqchXNHWj5W8VwB4vdoovoRwMZ90R/BsfmucAx jiPX8aL/N0zpj1ElWoYWW2Lw9eJiSaDJ1QhzfaGo+Xi14VUe4991dxE9zCPOC4V17XH8 Q9PxXUof6eWRZvqHo5L1yZkYMUa825KWmLoO/bUceGJf9/zsKVFiMAZpp/qqI7keD2tE G0cStxB9/VlQbYCsFUuhyihpKVLYbbrL0pYLUGlupINSh1DcdL+S2xK68nuV5b2yra20 gVGA== X-Gm-Message-State: AOJu0YwAOcacUix+Wi1iEDoRDN77KTWS7L+xkrZ4iMs0tUlux9xLsq87 ouDfrT1FG8NDFK+/ICNTHYHPGT6BJ8wJJT+mIEIMX8sahTsD8FpJ+U5LvWvgWRCXaLFWUkGxjFS 6ZJs= X-Google-Smtp-Source: AGHT+IG23ef78Ee6JZCoFBBOSO9uZAoAgq8TobcssT02WkEzd0v6d0/0Scj8qPvUkCqcBGouFVWclg== X-Received: by 2002:a17:903:40cc:b0:1e3:c610:597d with SMTP id d9443c01a7336-1f31c9e17a9mr8620695ad.60.1716348648269; Tue, 21 May 2024 20:30:48 -0700 (PDT) Received: from hermes.local (204-195-96-226.wavecable.com. [204.195.96.226]) by smtp.gmail.com with ESMTPSA id d9443c01a7336-1f323c70dafsm2264325ad.260.2024.05.21.20.30.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 21 May 2024 20:30:47 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Cristian Dumitrescu Subject: [PATCH v5 26/32] app/test-pipeline: remove unused rte_memcpy.h include Date: Tue, 21 May 2024 20:27:53 -0700 Message-ID: <20240522033009.143100-27-stephen@networkplumber.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240522033009.143100-1-stephen@networkplumber.org> References: <20240403163432.437275-1-stephen@networkplumber.org> <20240522033009.143100-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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org This included but never used here. Signed-off-by: Stephen Hemminger --- 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 #include #include -#include #include #include #include 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 #include #include -#include #include #include #include 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 #include #include -#include #include #include #include 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 #include #include -#include #include #include #include -- 2.43.0