From patchwork Fri Aug 18 02:33:14 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 130483 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 03CCA43095; Fri, 18 Aug 2023 04:33:27 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E474040395; Fri, 18 Aug 2023 04:33:26 +0200 (CEST) Received: from mail-pj1-f50.google.com (mail-pj1-f50.google.com [209.85.216.50]) by mails.dpdk.org (Postfix) with ESMTP id CADFD40156 for ; Fri, 18 Aug 2023 04:33:25 +0200 (CEST) Received: by mail-pj1-f50.google.com with SMTP id 98e67ed59e1d1-26b4cf4f7b9so323340a91.1 for ; Thu, 17 Aug 2023 19:33:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20221208.gappssmtp.com; s=20221208; t=1692326005; x=1692930805; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=doXuzG2OPMM81ZwNtNVRdZryiOI7GfkDro3OHNqei14=; b=vmJRK4t1LhTVXmWXVqsPneNx7KueGrjLuBvxLSgSZlBvOQwWBukPJzIZ8o3KUhEpgD Ys4fH1hE7P/01hk51Pbwf3NbFRalOUtPpKBxofF5xnC8EWDK3M2cK+NuYY+c3HJLFvvh 3ytnJFiHVtD3snYfUZAZysoGqJD6vyA0rq5pYNIkk4JkI+wepKE0s+e45oW6B+Xvw5vA k3uYye5N+QQSIWU4AlCYHwD0IbztXuwBsdaEGsv/3+sMlvxtMkniz8OTufDJ3j2I/XdP 7M6l3DyNd881/wmPvF+xgofLOzBZJDR81UYRo3I9JI5I2ji1y0MKJSLtPUltxLGOxCuK dBBw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1692326005; x=1692930805; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=doXuzG2OPMM81ZwNtNVRdZryiOI7GfkDro3OHNqei14=; b=cchFU6DjsNTmbWPpXGuHvqcPmA1lccnrfbGZukcz2a+t6RB2mFK2nhhqQ44cD3Rm0C +JomPP08qm2SsnbBrDT/JJtDaNccI503aGYn1lzcC4bHDUlf9UFGRbKqLSaUmQTBXiAV bO1Wa0Rh6iHP5ik+bLfyvnSvknxqJJecWvtwgkJaXisFWRz/5yhRTNpi/E1ahbNx2unb Dev6HP3FXJ9CHngFFCFdoAS51836ML4nuDDLyZKnSsdkS33nR5eO1EztcEQdRL+xVoSa 9QWBzFCIFu2kd9oqRAfGJ3w1znxkexjwfFjVtU999DaRsuGVVo/Bghjpc6oVjDDsQ6nK cAnQ== X-Gm-Message-State: AOJu0YwZFuqMIPMKjBMUslFcvCqXmtroNJbMHVashbQcGw22IXWn4l+r FeYPRZBffc/bgSj7gYaJewwOWEedsSp7t/dimKVmPQ== X-Google-Smtp-Source: AGHT+IEG/9eK5Hc4coUOCuWI4a02QNYYoaxq6MxHtMNAwZAT7TkVp87b8eZjO3+UNPkTqMK/vl97PA== X-Received: by 2002:a17:90b:90b:b0:268:2543:723 with SMTP id bo11-20020a17090b090b00b0026825430723mr1271384pjb.5.1692326004670; Thu, 17 Aug 2023 19:33:24 -0700 (PDT) Received: from hermes.local (204-195-127-207.wavecable.com. [204.195.127.207]) by smtp.gmail.com with ESMTPSA id m6-20020a17090a414600b002633fa95ac2sm2212110pjg.13.2023.08.17.19.33.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Aug 2023 19:33:24 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Cristian Dumitrescu Subject: [PATCH] test: remove use of word master in test_red Date: Thu, 17 Aug 2023 19:33:14 -0700 Message-Id: <20230818023314.33378-1-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 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 No need to use term master here. Signed-off-by: Stephen Hemminger Acked-by: Tyler Retzlaff --- app/test/test_red.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/test/test_red.c b/app/test/test_red.c index 84c292f8d879..62b9aaf2ed71 100644 --- a/app/test/test_red.c +++ b/app/test/test_red.c @@ -85,7 +85,7 @@ struct test_var { /**< Test variables used for testing RTE_RED uint32_t *enqueued; /**< Test operations enqueued */ }; -struct test_config { /**< Master test structure for RTE_RED */ +struct test_config { /**< Test structure for RTE_RED */ const char *ifname; /**< Interface name */ const char *msg; /**< Test message for display */ const char *htxt; /**< Header txt display for result output */