From patchwork Fri Aug 18 17:45:31 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 130532 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 B045B4309A; Fri, 18 Aug 2023 19:47:37 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B004E43272; Fri, 18 Aug 2023 19:46:55 +0200 (CEST) Received: from mail-pf1-f171.google.com (mail-pf1-f171.google.com [209.85.210.171]) by mails.dpdk.org (Postfix) with ESMTP id 530904325E for ; Fri, 18 Aug 2023 19:46:51 +0200 (CEST) Received: by mail-pf1-f171.google.com with SMTP id d2e1a72fcca58-689fa6f94e1so979997b3a.1 for ; Fri, 18 Aug 2023 10:46:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20221208.gappssmtp.com; s=20221208; t=1692380810; x=1692985610; 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=5DonACvWTVF873wmCiDhN6zzNMdGMQkpQUyrYymwT0I=; b=4/uxJfS59KCZa+KU6DxmlbA9YP0CdGMLRduMe2faOgr7VNqjZixLNrgqVf54KIb7+/ z+UIVnbOktSddNXNZ14EHUxM0omOxo26Kv2VcmAB0UfyBeZDsqxITuAkPH7rXf8gju30 G9vMr+m+sMaaUBtwWui6VHPr9dK7A7iTPQgRYvU+FVXzYnukJquzO9cC8fvnw+aQXv08 GLhK/3YtTxeBeCYl9pxMTTjd/9GnVoiEyxI115TdBfNluVVOY02EeQBgiJJzAidlDp3Y q4s+zkqQlkCbaSGp5eQUqszyQtBIalAAPY3fJLaXdJpY860U1qgsUMoBjFYgOA5uYS7m S0ww== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1692380810; x=1692985610; 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=5DonACvWTVF873wmCiDhN6zzNMdGMQkpQUyrYymwT0I=; b=D3yIpjuPL7ZIAbjSbJvLFfEGTXtHAxU0iBpq7Bnot/fHcbs7Zaqu9ajCxobiS4aioK IVHO7iN5viQpyigPEAlNOO73jWLtWQ7z55Bn3NMuCNjX49FxYO2Wm9PxhGM4S29YY162 t4ZedONWAl4+wC5aprloUJ1/Wl8/UUXn7N6RCIz5GxTUDk7RyUOz9Yn8hIxVWbbCSQXT v1JUkgO7pYOt5gcjWMlWbvd0lBljMq23J+FK9KCk7SL1CbtlX90BkUkbIOBTS5E2DA1G McQVB7X6KVsfwdDF/vfXfs4e48h6CA/n/X/h8eAzooYM14OLtl3ZLyPs2a9IEl/aIJuu 1NcA== X-Gm-Message-State: AOJu0YxHHeNI8RoOuwzVvgNfINxT31X476QZbow0hWHUh5O0kRJ7ztVS Fzs0paZnqVWztuF91yfkHKBhXrokOGRozDRJGIACJw== X-Google-Smtp-Source: AGHT+IELuxlh2hShWxS3/DWFuwguyh7sfcH1BGK0xUCt7M69AWG2vyN9ozi+OfC+fvh9YERLCzxfag== X-Received: by 2002:a05:6a20:a123:b0:135:4527:efe4 with SMTP id q35-20020a056a20a12300b001354527efe4mr4594868pzk.10.1692380810330; Fri, 18 Aug 2023 10:46:50 -0700 (PDT) Received: from hermes.local (204-195-127-207.wavecable.com. [204.195.127.207]) by smtp.gmail.com with ESMTPSA id u20-20020aa78394000000b0066a2e8431a0sm1804610pfm.183.2023.08.18.10.46.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 18 Aug 2023 10:46:49 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Long Li Subject: [PATCH v2 07/13] net/netvsc: replace abort with cancel Date: Fri, 18 Aug 2023 10:45:31 -0700 Message-Id: <20230818174537.290222-8-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230818174537.290222-1-stephen@networkplumber.org> References: <20230818025249.33994-1-stephen@networkplumber.org> <20230818174537.290222-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 in netvsc. The rndis.h was inherited from FreeBSD driver, but ok to change it here. Signed-off-by: Stephen Hemminger Acked-by: Long Li --- drivers/net/netvsc/rndis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/netvsc/rndis.h b/drivers/net/netvsc/rndis.h index eac9a99fd8ef..d2e9388ae484 100644 --- a/drivers/net/netvsc/rndis.h +++ b/drivers/net/netvsc/rndis.h @@ -49,7 +49,7 @@ #define RNDIS_STATUS_MULTICAST_FULL 0xC0010009 #define RNDIS_STATUS_MULTICAST_EXISTS 0xC001000A #define RNDIS_STATUS_MULTICAST_NOT_FOUND 0xC001000B -#define RNDIS_STATUS_REQUEST_ABORTED 0xC001000C +#define RNDIS_STATUS_REQUEST_CANCELED 0xC001000C #define RNDIS_STATUS_RESET_IN_PROGRESS 0xC001000D #define RNDIS_STATUS_CLOSING_INDICATING 0xC001000E #define RNDIS_STATUS_INVALID_PACKET 0xC001000F