From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id BC35AA0093 for ; Tue, 19 May 2020 15:15:30 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AF1031D93D; Tue, 19 May 2020 15:15:30 +0200 (CEST) Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) by dpdk.org (Postfix) with ESMTP id 987601D68B for ; Tue, 19 May 2020 15:15:28 +0200 (CEST) Received: by mail-wr1-f67.google.com with SMTP id 50so15820419wrc.11 for ; Tue, 19 May 2020 06:15:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=3ZV5xkBe5eYOD18Wubb4lsd5F36SVfVpbI3M2fIVlfI=; b=HYA+kMEekOTdpU+KKxNXP0Wfx2I8++y2iigKESLwSxjOj7SkRixnyyqVSGfVfO5yfp 7hoFkzVZ6culZ4c9MHBjie+NEJVN3x2uBx6qB72pDP5nggTT7pkLpoqxt7SJ3Na+yp1S 0ABO3ADt9iJoRthy7atmwbjvUQ9QwZ3eiS16IVlhAaAkI2yPABJqrATuwIkii/UNogm9 pALrUq4pLkDLBsEbSW3JMKuFAiR4KTjdsyQ8W8O9urKAYod0koaITj0XEWTBJ5aGzzjJ QLkB5jGECOH9yPt13S7V6xePhFlvHECwckXR78B96xXzCtNcx8Y3tTkZDjGzXjxxnQT7 AFrQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=3ZV5xkBe5eYOD18Wubb4lsd5F36SVfVpbI3M2fIVlfI=; b=I8VtJRA0B61nFngOiM7U2UAcZdac8N8lt3xAdRVCP6DFM0zYOv//s5R7zrPt4weHsE qRyQUzNBARp9jPvMqBV5Sl8yBC6DSk7/8FImXlHNi2OcrdLUUox2EjkxyY/R/DrJ15U3 i+Bol7DvHLb/SWxhzfm37/sOZfPciKHllmFNMox2yWd7MOK+StzMZFN1eANS3eXSQTpB m+480vBFpJ9XZ7fFa0upvrXT1bf7MWo5II9bXKJSGkWa0V0LRmlq9ygWuujUMSyku7YQ PX8/jT1mm/XpBts4HjJOQDpk5Ra9Fp94ObHuRMLALfOr/FPnF6ZxyMn7n01/El3ESh7g QdGQ== X-Gm-Message-State: AOAM530wjMj/Owjq+krbT9SO5asTbrFOIPbS+BiZwSGsQ7AQp/YO0Bm4 8Na26fyJxZGAEXiHoK1n55T1lQIURtEaNqev X-Google-Smtp-Source: ABdhPJxDV9rT3U1UQKXhKaUDnfbgMNdvlIMA3iBwh2OeGjo9lPJOU8hSGPjFeDmqwILcDpJtYZzkwQ== X-Received: by 2002:adf:cd88:: with SMTP id q8mr26320666wrj.67.1589894128332; Tue, 19 May 2020 06:15:28 -0700 (PDT) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id u23sm4166317wmu.20.2020.05.19.06.15.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 19 May 2020 06:15:27 -0700 (PDT) From: luca.boccassi@gmail.com To: Stephen Hemminger Cc: dpdk stable Date: Tue, 19 May 2020 14:05:18 +0100 Message-Id: <20200519130549.112823-183-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200519130549.112823-1-luca.boccassi@gmail.com> References: <20200519125804.104349-1-luca.boccassi@gmail.com> <20200519130549.112823-1-luca.boccassi@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] patch 'net/netvsc: fix comment spelling' has been queued to stable release 19.11.3 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" Hi, FYI, your patch has been queued to stable release 19.11.3 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 05/21/20. So please shout if anyone has objections. Also note that after the patch there's a diff of the upstream commit vs the patch applied to the branch. This will indicate if there was any rebasing needed to apply to the stable branch. If there were code changes for rebasing (ie: not only metadata diffs), please double check that the rebase was correctly done. Thanks. Luca Boccassi --- >From 4fe11771a22db8b07830b64782df4d830fcd9bf6 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 30 Apr 2020 12:08:47 -0700 Subject: [PATCH] net/netvsc: fix comment spelling [ upstream commit 672f4d127ba44c5fe89a425fd757d6a0ad4749e1 ] No code change here. Signed-off-by: Stephen Hemminger --- drivers/net/netvsc/hn_ethdev.c | 2 +- drivers/net/netvsc/hn_nvs.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/netvsc/hn_ethdev.c b/drivers/net/netvsc/hn_ethdev.c index 05f1a25a1a..46da5a4e81 100644 --- a/drivers/net/netvsc/hn_ethdev.c +++ b/drivers/net/netvsc/hn_ethdev.c @@ -72,7 +72,7 @@ static const struct hn_xstats_name_off hn_stat_strings[] = { /* The default RSS key. * This value is the same as MLX5 so that flows will be - * received on same path for both VF ans synthetic NIC. + * received on same path for both VF and synthetic NIC. */ static const uint8_t rss_default_key[NDIS_HASH_KEYSIZE_TOEPLITZ] = { 0x2c, 0xc6, 0x81, 0xd1, 0x5b, 0xdb, 0xf4, 0xf7, diff --git a/drivers/net/netvsc/hn_nvs.h b/drivers/net/netvsc/hn_nvs.h index 2563fd8d86..015839e364 100644 --- a/drivers/net/netvsc/hn_nvs.h +++ b/drivers/net/netvsc/hn_nvs.h @@ -37,7 +37,7 @@ #define NVS_RNDIS_MTYPE_CTRL 1 /* - * NVS message transacion status codes. + * NVS message transaction status codes. */ #define NVS_STATUS_OK 1 #define NVS_STATUS_FAILED 2 -- 2.20.1 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2020-05-19 14:04:52.010433663 +0100 +++ 0183-net-netvsc-fix-comment-spelling.patch 2020-05-19 14:04:44.532654101 +0100 @@ -1,8 +1,10 @@ -From 672f4d127ba44c5fe89a425fd757d6a0ad4749e1 Mon Sep 17 00:00:00 2001 +From 4fe11771a22db8b07830b64782df4d830fcd9bf6 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 30 Apr 2020 12:08:47 -0700 Subject: [PATCH] net/netvsc: fix comment spelling +[ upstream commit 672f4d127ba44c5fe89a425fd757d6a0ad4749e1 ] + No code change here. Signed-off-by: Stephen Hemminger