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 1AD9245711; Thu, 1 Aug 2024 17:49:08 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6BF8D43473; Thu, 1 Aug 2024 17:48:39 +0200 (CEST) Received: from mail-pl1-f179.google.com (mail-pl1-f179.google.com [209.85.214.179]) by mails.dpdk.org (Postfix) with ESMTP id 0EFB44344E for ; Thu, 1 Aug 2024 17:48:36 +0200 (CEST) Received: by mail-pl1-f179.google.com with SMTP id d9443c01a7336-1fc60c3ead4so52323935ad.0 for ; Thu, 01 Aug 2024 08:48:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1722527315; x=1723132115; 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=qQN9m+bC3QiSWBO7hFw6fuBvapC51uHrxnDfWeY6S/0=; b=VKs8UJTkcaXwhxWoWYPKCDpjPBjiTvgMLRCpZ+DYIXmN2z7J7NpH/JQHLdWKCnfc2f aCZCJjYAf5Lo0a5nSsK1gRSoXt1ZgxAyLpeSp1V63L6q0eumuzNYzrHTEF1nMLFKIpAB +HNRQO5K5TUcb7j4ZCCUL+ea9P0kqVSbuvl6LWQqS9RaloPbekw18BOUUEakwWUpwSui roEEA/HnQX8LldKaP5lh7N4g6nNdkhEkbHImeNosvbrH414C9GO1GUufQtH522zD0LtV i9CZBVoQWcywOXrh8n84K9H8IxE2pQ1yRYv2g2sNlKni157evvaNP7SNSTo+xOHQrxRQ /bDQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1722527315; x=1723132115; 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=qQN9m+bC3QiSWBO7hFw6fuBvapC51uHrxnDfWeY6S/0=; b=s88E3cmbuykit5ikGg8w2ELzPiex+/fM/Pm1tdLhZNTorBbbYAXYCIodSEEBiPmKuF MaFaieLSwjPlXVJ32HxR5UxsYYf3SAU9DjI6wkjb2MVdGV1jzDDpPc3qtAavYkZJx0tN yvcTPRLY4FFGXsqCNVxo1eGdHi3nzrBPDvSHn362ri6yd2a+GFjK4srErVr0DDux0MUh Zlp1bgNKtQbn8k2h3lRRvQrUJpUdvJ4E/1Zab4bVSfVNedo+ErM6XwP0I7biwcTG1yGm 2Z7ygcy8WYuY9pq1KmPSH87VIn0CWsumXJZafEX0V105za+tphZuKjVJJU9jdmRKBxzd 0NlQ== X-Gm-Message-State: AOJu0Yz0HEOyyL4mybwKWW+fCiqYccYtcFSc/lNhioi6cpuyLQmflPdK PFLG7QrSGYRqYoARbEwkXTm/a+rydWgLuBBfadpJRaZxJT7xjnCPnYdPjHVFfzEus9LLDk6cPpH R X-Google-Smtp-Source: AGHT+IHlm0edPliIsBGtOlw+JipcfJf1lHARTlnvHjmFXSWX5YAEOagazPWveCAVNL11EwRnt400hg== X-Received: by 2002:a17:902:e749:b0:1fc:369b:c1dd with SMTP id d9443c01a7336-1ff5727c5c6mr8018145ad.6.1722527315145; Thu, 01 Aug 2024 08:48:35 -0700 (PDT) Received: from hermes.local (204-195-96-226.wavecable.com. [204.195.96.226]) by smtp.gmail.com with ESMTPSA id d9443c01a7336-1ff590579b3sm92405ad.178.2024.08.01.08.48.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 01 Aug 2024 08:48:34 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Subject: [PATCH v11 4/7] examples: remove term sanity Date: Thu, 1 Aug 2024 08:46:37 -0700 Message-ID: <20240801154821.150443-5-stephen@networkplumber.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240801154821.150443-1-stephen@networkplumber.org> References: <20240529233811.663211-1-stephen@networkplumber.org> <20240801154821.150443-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 Do not use non-inclusive terms. Signed-off-by: Stephen Hemminger --- examples/ipsec-secgw/event_helper.c | 2 +- examples/qos_sched/args.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/ipsec-secgw/event_helper.c b/examples/ipsec-secgw/event_helper.c index 89fb7e62a5..f595b4fe01 100644 --- a/examples/ipsec-secgw/event_helper.c +++ b/examples/ipsec-secgw/event_helper.c @@ -2100,7 +2100,7 @@ eh_launch_worker(struct eh_conf *conf, struct eh_app_worker_params *app_wrkr, goto clean_and_exit; } - /* Verify sanity of the matched worker */ + /* Verify validity of the matched worker */ if (eh_verify_match_worker(match_wrkr) != 1) { EH_LOG_ERR("Failed to validate the matched worker"); goto clean_and_exit; diff --git a/examples/qos_sched/args.c b/examples/qos_sched/args.c index 886542b3c1..1e77e8c547 100644 --- a/examples/qos_sched/args.c +++ b/examples/qos_sched/args.c @@ -386,7 +386,7 @@ app_parse_args(int argc, char **argv) return -1; } - /* sanity check for cores assignment */ + /* check for cores assignment */ for(i = 0; i < nb_pfc; i++) { if (qos_conf[i].rx_core >= RTE_MAX_LCORE) { RTE_LOG(ERR, APP, "pfc %u: invalid RX lcore index %u\n", i + 1, -- 2.43.0