From patchwork Fri Aug 18 02:52:41 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 130490 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 3C65A41B5F; Fri, 18 Aug 2023 04:53:40 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B084543274; Fri, 18 Aug 2023 04:53:10 +0200 (CEST) Received: from mail-pj1-f52.google.com (mail-pj1-f52.google.com [209.85.216.52]) by mails.dpdk.org (Postfix) with ESMTP id A319843259 for ; Fri, 18 Aug 2023 04:53:06 +0200 (CEST) Received: by mail-pj1-f52.google.com with SMTP id 98e67ed59e1d1-26d46664d00so119798a91.1 for ; Thu, 17 Aug 2023 19:53:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20221208.gappssmtp.com; s=20221208; t=1692327185; x=1692931985; 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=MPqA+VVh6xHPL01avdfcDGvKrPqijnu+23pJbIiFjs4=; b=UBBWbcnllzlu1REp47fthKPNoMAChuRXl8KZEw5m6EIF0dWJO03vr80JCH611zATxi 7HHP65B1Rb4UoPxSbvioJVn1ICLrmeVUUpVzAW3c7iWGQVPxYM0lqz0WYLGnCrKZvxoC lclVKu+wE3aGdEzL9AtuYREN3bPHlRTjXgSUsR6DkhUy60lOVGPBLLfeLHllNeUEVmZ/ zoYo6TijP9h1wKLWuJCPgf7EhmjB/KFLrkXzzOfwXccy6VkFQRo6aH1cEaN+lladlZz8 2yR2Eh3pyH0W7hhaUqELwZJ633IhlAjp6E4oQOTg6bXPbW6lAgxkpv8g4GujA+UNk/kA LOtQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1692327185; x=1692931985; 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=MPqA+VVh6xHPL01avdfcDGvKrPqijnu+23pJbIiFjs4=; b=FJ8Sz4OaDW2i8Cp4PbCmdjvweuP6SBDsjlIRJOREe1mFZyibTEpdcfV2t6OYNOAlHY MmMPIGjO8/Gk7+z75aweejYv2n6MAxhHyFgOVkjad1u8QGzsmMQn9Rl81pvVhEtnWPu/ /WViQXZZDUntP0lJk6vtVgOEBuhH6SauVUaFZ81Lj+ZaBORbuJkOl5XTXO3Ctk9C8kfz lzRLhH7+hN/dSJOxIl50KTGjju4bTEvl0VOchEbfaOMFPVHQDpZneaO1ABjxDDJC8olW ZuehHk8L6Pu1eb+7GIE/Pf4pq/dtmXNDZib1SwQL0LYw71gcgoecCYTVINtBAMsI655L HgwQ== X-Gm-Message-State: AOJu0YwGYvvHTTpxTT5u/GLO8WjAhelDIMwQMEbUsPgk+dvwSHoDWWsH dwEegfHpS0lMrX/aNU+L1winhDhoJHqU0CHkEvwNdg== X-Google-Smtp-Source: AGHT+IEvD1ayRTvsCdXJHsQHrVGwR+ZCf/QQzzI/moM7GdE6oTwi2+8/RzuG1voCzYz9+Okr4EirLw== X-Received: by 2002:a17:90b:19c3:b0:26d:4ade:e54b with SMTP id nm3-20020a17090b19c300b0026d4adee54bmr145213pjb.17.1692327185725; Thu, 17 Aug 2023 19:53:05 -0700 (PDT) Received: from hermes.local (204-195-127-207.wavecable.com. [204.195.127.207]) by smtp.gmail.com with ESMTPSA id ep13-20020a17090ae64d00b00262e485156esm2221246pjb.57.2023.08.17.19.53.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Aug 2023 19:53:05 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Matan Azrad Subject: [PATCH 06/14] net/vdev_netvsc: replace use of term abort Date: Thu, 17 Aug 2023 19:52:41 -0700 Message-Id: <20230818025249.33994-7-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230818025249.33994-1-stephen@networkplumber.org> References: <20230818025249.33994-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 Replace abort with cancel. Signed-off-by: Stephen Hemminger --- drivers/net/vdev_netvsc/vdev_netvsc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/vdev_netvsc/vdev_netvsc.c b/drivers/net/vdev_netvsc/vdev_netvsc.c index c3e045d892b7..1a9c03c0f0b1 100644 --- a/drivers/net/vdev_netvsc/vdev_netvsc.c +++ b/drivers/net/vdev_netvsc/vdev_netvsc.c @@ -141,7 +141,7 @@ vdev_netvsc_iface_is_netvsc(const struct if_nameindex *iface) * the system. * * @param func - * Callback function pointer. List traversal is aborted when this function + * Callback function pointer. List traversal is terminated when this function * returns a nonzero value. * @param is_netvsc * Indicates the device type to iterate - netvsc or non-netvsc. @@ -151,7 +151,7 @@ vdev_netvsc_iface_is_netvsc(const struct if_nameindex *iface) * @return * 0 when the entire list is traversed successfully, a negative error code * in case or failure, or the nonzero value returned by @p func when list - * traversal is aborted. + * traversal is terminated. */ static int vdev_netvsc_foreach_iface(int (*func)(const struct if_nameindex *iface,