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 8ED5442B34; Thu, 18 May 2023 18:46:26 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 20A9F42D56; Thu, 18 May 2023 18:45:58 +0200 (CEST) Received: from mail-pf1-f173.google.com (mail-pf1-f173.google.com [209.85.210.173]) by mails.dpdk.org (Postfix) with ESMTP id 9ECF542BDA for ; Thu, 18 May 2023 18:45:54 +0200 (CEST) Received: by mail-pf1-f173.google.com with SMTP id d2e1a72fcca58-64d293746e0so462975b3a.2 for ; Thu, 18 May 2023 09:45:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20221208.gappssmtp.com; s=20221208; t=1684428353; x=1687020353; 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=7S6o+sVm/gpVn3nPuseXoEP8Kki8zKVpVJHEVBiEplM=; b=sllOO6PF/98RYEux/7uWOwlsSgs+tvaULBduxiRJwoseLIElmEMh3ymhdw80kIURjn OXuZeoRbkIm+JLPmVxzmD1+UyNTQCfXDb8/lCvUviwoBRkF7tjr4kjO5r/gzdflhWoEW 1w+eqsK1X034FIT6GR+F08k4Rw1ewDHmykYs3+CkL5JgkyT1BGF/9wwMIlluVvXXCjSa NS7kiqI72GmgQqaLOKAQZs/1K6ldIOHmhvHxcvcFF1jmEVrOi8LYuxhOGdFCE16lf749 Ys8XTwPv4MUooyJDcbmyNtzsq0kSgP1/T5ewym6gJoO2zsvs0/dg7ynQdQ4NS2fIeVv5 67Kw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684428353; x=1687020353; 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=7S6o+sVm/gpVn3nPuseXoEP8Kki8zKVpVJHEVBiEplM=; b=KURggcKrR2r02MdKw7wgmM5wfotIXzQk1BfATExW9XLkC0U69qkHZUtarL7/ZefXgn poflXG/2vBYNEORk01Gtdwsn5wKK3lwlWpozpTaGqjuCrZpFwyiWUue2BCiYJCRLfenS LJoSUNPQM8CUe+MNdjamC6aefJpbW9n5o2Dpi2yVRvjf0CUk5qiTiMMtA+6KM7q8wK+Z GM94ebvWWDzhEe2cAgfSJcb02+S/LAzKArKk3YkZhWr8ZQKvo6cpas4Q5c/MHO9Fb/NM WxzQ/Nsltw6+Jc9G7K2rMb66MFhW/7/TOGpiPTm6AHRyUhxb/UKvMI3r8Ac3gRqwi3zZ WnSg== X-Gm-Message-State: AC+VfDzkk5r4eihl83JLT6AlaOJyAWCtuGj9LMa4PG0N0UWx6BrHZKAa 0t7YuAW/mIF6ZPs07bq/3p7ccizn45+jjU1HCxntnUV2 X-Google-Smtp-Source: ACHHUZ5eqZxmH/TmzIR8KAgMeQ+cLSb8X5K3LBrv4QOq9/p6syvbWKXHKRpxrF84UTzqJ7pBoZSDkA== X-Received: by 2002:a05:6a20:2453:b0:101:4c8c:d1fa with SMTP id t19-20020a056a20245300b001014c8cd1famr512496pzc.5.1684428353604; Thu, 18 May 2023 09:45:53 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id j7-20020a62e907000000b005e0699464e3sm1513579pfh.206.2023.05.18.09.45.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 18 May 2023 09:45:53 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Radu Nicolau , Akhil Goyal , Cristian Dumitrescu Subject: [PATCH v2 04/19] examples: remove term sanity Date: Thu, 18 May 2023 09:45:31 -0700 Message-Id: <20230518164546.108105-5-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230518164546.108105-1-stephen@networkplumber.org> References: <20230517161603.117728-1-stephen@networkplumber.org> <20230518164546.108105-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 89fb7e62a5a3..f595b4fe01dc 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 e97273152aa7..1d8ba9522586 100644 --- a/examples/qos_sched/args.c +++ b/examples/qos_sched/args.c @@ -384,7 +384,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.39.2