From patchwork Mon Feb 5 17:43:44 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 136403 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 5E90543A3D; Mon, 5 Feb 2024 19:05:41 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 78420427E4; Mon, 5 Feb 2024 19:03:59 +0100 (CET) Received: from mail-pl1-f172.google.com (mail-pl1-f172.google.com [209.85.214.172]) by mails.dpdk.org (Postfix) with ESMTP id 08623410FD for ; Mon, 5 Feb 2024 19:03:54 +0100 (CET) Received: by mail-pl1-f172.google.com with SMTP id d9443c01a7336-1d93f2c3701so24177075ad.3 for ; Mon, 05 Feb 2024 10:03:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1707156233; x=1707761033; 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=f8t+3TQp80Zr1JUJsxVAMQVqu2dEjh/W25YIO4CA8oo=; b=FaR/I8U6eeMTiA1GfiB0Egqbgm6urtdhEHYHzDdUTYqL1NhlOVbZ7A7DGDhE4C/EdZ ENEijJCohXvzw945F79OF8p5G/cOysYF78aKaO/ADyFCTtfU2AOfPHS+jXwEga9Mw9Ta qaEneqmjlqY+UGH9x6qpjRTJSqcQzoqrGVP6daqbiKvEmdALFE9fnCQqLDmn4WejavO/ d65RmzRNZgK9oIDtCiJ/gXWcNvL/QCoPBEuSwjI77hPyHzkfK9hp4fOZ5/Wjg7EEv+36 IWZqFirzdxC+k1p9XyFBtf1wOnITPc0p+CrBMZpeCWWc2M/ANAuvPUpxIk76sJhALO4a CHYQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1707156233; x=1707761033; 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=f8t+3TQp80Zr1JUJsxVAMQVqu2dEjh/W25YIO4CA8oo=; b=acfh0WRK/wt8iQbGSfzsVR9IZELFjvo5t0ap9dhaQUcECQtXBe3KZN9l9ngnbx2nis AfkK5JCfptV5wSwR3aygozIUlTKwOvbKCGuOqYfZFqvzqsIYx7w1X1u8fgiQ3M9B8zKD Tft1quXf3oZbRHqP7vQ16pRniVOKDrxbW6LtJunZKYuKc4foQEUnpVlT5HejgbMSWZ2X apGK1C6XBP638pEjfdnftVneBsWJXgGmwUzdxihDIj3d1UIqbJvo0tsEGXYFIn+sd1BP XJAzM+R1iBEy8i0BtxaH7rZva+bbdA5Do1TX4I8rpsifag5IZmcACYsIqGaz5FqpFJ4c dgjA== X-Gm-Message-State: AOJu0YwO21DhXC9UhEWKQ8lKr/EaLaR+4lSez5O7+7LOvLWMXwO5KFCq Hs9c0zyv8YTeFKWKGfKCNdqDIx9aFlaQdIdUKXGYTUj6soemyuOArEAdUVBRAsESeutqTmUYCuy ZoYw= X-Google-Smtp-Source: AGHT+IEAIpnND0Tu4IHaKenVH816xXCvOzxyU8VkZ3xh7WjqdUIEC1AJLzrZapv9N50sPZVJNRZPvg== X-Received: by 2002:a17:902:ea11:b0:1d9:a7fc:4c7 with SMTP id s17-20020a170902ea1100b001d9a7fc04c7mr294598plg.49.1707156233213; Mon, 05 Feb 2024 10:03:53 -0800 (PST) X-Forwarded-Encrypted: i=0; AJvYcCVrKhsLxk2Zmq2H9LxbgtVbgJlU02zykRste8/kBdOa1ZZaCneshxdW5AzkPk8/dkBqrT1SJybCdvx/hpPkDh6qtlDIbt++pdJ7ta9dcViO0y53fiEq6phwkl3tuaWj8rFxy74tHBQ= Received: from hermes.local (204-195-123-141.wavecable.com. [204.195.123.141]) by smtp.gmail.com with ESMTPSA id x8-20020a170902b40800b001d9b0a15bbfsm144867plr.262.2024.02.05.10.03.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 05 Feb 2024 10:03:52 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Ajit Khaparde , Somnath Kotur Subject: [PATCH v9 16/23] net/bnxt: replace use of term sanity Date: Mon, 5 Feb 2024 09:43:44 -0800 Message-ID: <20240205180328.131019-17-stephen@networkplumber.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240205180328.131019-1-stephen@networkplumber.org> References: <0230331200824.195294-1-stephen@networkplumber.org> <20240205180328.131019-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 --- drivers/net/bnxt/bnxt_hwrm.c | 2 +- drivers/net/bnxt/hsi_struct_def_dpdk.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/bnxt/bnxt_hwrm.c b/drivers/net/bnxt/bnxt_hwrm.c index 06f196760fa8..e1254375b650 100644 --- a/drivers/net/bnxt/bnxt_hwrm.c +++ b/drivers/net/bnxt/bnxt_hwrm.c @@ -262,7 +262,7 @@ static int bnxt_hwrm_send_message(struct bnxt *bp, void *msg, done = bnxt_check_cq_hwrm_done(cpr, is_tx, is_rx, i == timeout - 1); - /* Sanity check on the resp->resp_len */ + /* Input check on the resp->resp_len */ rte_io_rmb(); if (resp->resp_len && resp->resp_len <= bp->max_resp_len) { /* Last byte of resp contains the valid key */ diff --git a/drivers/net/bnxt/hsi_struct_def_dpdk.h b/drivers/net/bnxt/hsi_struct_def_dpdk.h index 9afdd056ce7a..a8076a6fc223 100644 --- a/drivers/net/bnxt/hsi_struct_def_dpdk.h +++ b/drivers/net/bnxt/hsi_struct_def_dpdk.h @@ -55482,7 +55482,7 @@ struct hwrm_tfc_ident_alloc_output { * Requests the firmware to free a TFC resource identifier. * A resource subtype and session id are passed in. * An identifier (previously allocated) corresponding to all these is - * freed, only after various sanity checks are completed. + * freed, only after various checks are completed. */ /* hwrm_tfc_ident_free_input (size:192b/24B) */ struct hwrm_tfc_ident_free_input {