From patchwork Wed Aug 2 23:25:35 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 129854 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 C055442FBA; Thu, 3 Aug 2023 01:26:32 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6E5E043269; Thu, 3 Aug 2023 01:26:09 +0200 (CEST) Received: from mail-pl1-f177.google.com (mail-pl1-f177.google.com [209.85.214.177]) by mails.dpdk.org (Postfix) with ESMTP id 1B6DC43259 for ; Thu, 3 Aug 2023 01:26:06 +0200 (CEST) Received: by mail-pl1-f177.google.com with SMTP id d9443c01a7336-1bc411e9d17so1135475ad.0 for ; Wed, 02 Aug 2023 16:26:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20221208.gappssmtp.com; s=20221208; t=1691018765; x=1691623565; 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=B03WIBfemzjda6Xm6CxmZ40n4H2crFfetevmKrEXKDEb2j+uKS0Bnj5Mh0ehWq8wu9 m3Eow6riyr/2jn4mpe2gWeK51vxu3KcxIMBfiwicmBxNL23t6kuY+A3byGCpUZjlUilx 9xkyIUtcN19s9U0DOkMiA2HZd5DWKq3icc34rM+nehhK7jOtuYYfUxNsRZrwAV9wElmC nuwpR09iBW0dLysa2UnZwFqpSUFCI1ATQ1mz1luVlRW84jD7YxCYeH4A83J7xNccvAjp d5mdf/u9+tMx6UnOGAc+nBs6eCT1v14q85jdt8or1K9YDck0TgnLAfS3dcSoiwdYZl9k 0p5g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691018765; x=1691623565; 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=gNZl9QiTTe1Wtsvpp243AeoNm7HpidniCvV8gJXFmUltz9i1SVkPe/mPkdSl0zboBv 9aZYiqvjECkqqOCw7u2UOCfBcI+YsPfTvbl/yo+n18QltjWr1gKMsnUNQVTe3kjWbfRf aqLnt4uqj0KgDypaeE7k5QzRs9I0nHtP1krhvk427I/NEFEhia7oShgCKII72rI/5oii MlSkQ21LQQqV/rlDoA0hBz30Hny1gKgqMb45zdkTtCnwAE18vW5Iv50wbm2TRM7Qb5Ut LXAl36RYlyKQZkTmns26RlN/gntsfGGrUqwcg/8s+N3j6ojsNn/Oa8hbtdVoD8UIm4VZ IJEw== X-Gm-Message-State: ABy/qLaYfMiUVwR5LKkQWu8GuAYKPDI9jm+mm+vNAdT0lW3GeRF41h99 Gz/Tb6EGFa+bLDwGIhfDkYpFaHT+1hGBTSukxwDc1w== X-Google-Smtp-Source: APBJJlFDhYIMDAp2o9QgjEli7IyyjWl5FKuO/f1Fc9XcOstYsK0Xcozy4tc/t5vAeoKjqHXBlwrEvg== X-Received: by 2002:a17:903:120b:b0:1b8:936f:c34d with SMTP id l11-20020a170903120b00b001b8936fc34dmr18569270plh.27.1691018765050; Wed, 02 Aug 2023 16:26:05 -0700 (PDT) Received: from hermes.local (204-195-127-207.wavecable.com. [204.195.127.207]) by smtp.gmail.com with ESMTPSA id jd20-20020a170903261400b001b8b0ac2258sm12960870plb.174.2023.08.02.16.26.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Aug 2023 16:26:04 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Radu Nicolau , Akhil Goyal , Cristian Dumitrescu Subject: [PATCH v4 04/19] examples: remove term sanity Date: Wed, 2 Aug 2023 16:25:35 -0700 Message-Id: <20230802232550.125487-5-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230802232550.125487-1-stephen@networkplumber.org> References: <20230517161603.117728-1-stephen@networkplumber.org> <20230802232550.125487-1-stephen@networkplumber.org> 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 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,