From patchwork Wed Nov 29 17:26:04 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 134712 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 E7CCA43403; Wed, 29 Nov 2023 18:32:56 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5C7EA42E8F; Wed, 29 Nov 2023 18:31:51 +0100 (CET) Received: from mail-pf1-f177.google.com (mail-pf1-f177.google.com [209.85.210.177]) by mails.dpdk.org (Postfix) with ESMTP id DF3FD42E84 for ; Wed, 29 Nov 2023 18:31:46 +0100 (CET) Received: by mail-pf1-f177.google.com with SMTP id d2e1a72fcca58-6cddc59e731so468530b3a.1 for ; Wed, 29 Nov 2023 09:31:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1701279106; x=1701883906; 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=UBLntP9o6xl3gmjrYVPBTAd938lQ1p4270FJzkP4c94=; b=Un1tKXlC1hM+arHTPUKBGAhyzRvz9CSKtkzdgLRWmSMbtDj256h0+JBH3EKTXACg3o 959JccbpqMLjOwAzDhMiLVT3WzjO4N4eTjh39CiXovT2c+jm+FJWhzPkmyVvCTJ/NeC7 ZTosh9PaURdsVMtDjQjtXXU9x+kuSe/9QyPGDmc68o2eLuZrfZeU1jXwjktxAXHXHaKS Vm2wYfONy/N3Uf2/mc/QV41G4VF/KXGn6vSdNJuQFCHdEre8gWXs5Q2SsVgGwo+cfda3 +Cfhj5tVPRFHK3AzgvDShcKphcH2GThSgL2cDcpdF43AvPdpRaXJVSrJ7N5XKy3XFv9+ gQQQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1701279106; x=1701883906; 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=UBLntP9o6xl3gmjrYVPBTAd938lQ1p4270FJzkP4c94=; b=OoAdlcGUw1mmIdKetylt13rf0+ShSVkCSrmwaOiErvoyyFT6WVo3zR6M4jwv5vOr0w EDrUTahdXxygmEslF8OlgKjQforX0xAnRhBkx+RipdKvRF9MXvxsTJkvSL3aPx8ZtY9M UYMJDhH0GwrKRQcaPxsgq4jn5vi2HeVlhymgrEWWYB48FZdfC1HYcOBYX0XULD9Buwm8 9sN1bPLZb/5euEXusuXsZlMhhh92J1hjRS+n8lS1ShCce9pdWJMQZQ45manfZe0ql+y/ PNZY++jz/d34ZDfuLxuJrM5pTzzfwhf5615mp0kFWSUjX2s3kWa47sB6w9yEBYLeo4Lr ceww== X-Gm-Message-State: AOJu0Yxr5LNWHtVc6m8VgvRMnez/tlBNh1izYBHRCo5K/LrZ1NsMeVg1 skRUH8kBkRUXOyrH3gyyIp/ItY5rMJzUNW3tId4= X-Google-Smtp-Source: AGHT+IEo3cSOY8ifJBR3Q3N6tD4mOhJIZastmqHFpO0Uv161BLgBahkesfAAnKXqMrh5qwSQBtD4Og== X-Received: by 2002:a05:6a21:2711:b0:18b:1f3c:eeb9 with SMTP id rm17-20020a056a21271100b0018b1f3ceeb9mr17570650pzb.36.1701279105605; Wed, 29 Nov 2023 09:31:45 -0800 (PST) Received: from hermes.local (204-195-123-141.wavecable.com. [204.195.123.141]) by smtp.gmail.com with ESMTPSA id y42-20020a056a0003aa00b006baa1cf561dsm10950435pfs.0.2023.11.29.09.31.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 29 Nov 2023 09:31:44 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Andrew Rybchenko Subject: [PATCH v5 10/19] net/sfc: remove term "sanity check" Date: Wed, 29 Nov 2023 09:26:04 -0800 Message-ID: <20231129173122.126895-11-stephen@networkplumber.org> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231129173122.126895-1-stephen@networkplumber.org> References: <20230802232550.125487-1-stephen@networkplumber.org> <20231129173122.126895-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 Remove term sanity check in comment. Signed-off-by: Stephen Hemminger Acked-by: Andrew Rybchenko --- drivers/net/sfc/sfc_dp_rx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/sfc/sfc_dp_rx.h b/drivers/net/sfc/sfc_dp_rx.h index 9f9bf2898881..dfb4fb98844b 100644 --- a/drivers/net/sfc/sfc_dp_rx.h +++ b/drivers/net/sfc/sfc_dp_rx.h @@ -59,7 +59,7 @@ struct sfc_dp_rx_qcreate_info { /** * Maximum number of Rx descriptors completed in one Rx event. - * Just for sanity checks if datapath would like to do. + * Checks if datapath would like to do. */ unsigned int batch_max;