From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-f52.google.com (mail-wm1-f52.google.com [209.85.128.52]) by dpdk.org (Postfix) with ESMTP id 4CD3FF94 for ; Mon, 29 Oct 2018 13:54:15 +0100 (CET) Received: by mail-wm1-f52.google.com with SMTP id 189-v6so8114462wmw.2 for ; Mon, 29 Oct 2018 05:54:15 -0700 (PDT) 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=FsIrjez76aajmF67RD+7PLQu1PYR4F1ACp7hAGI3Wxg=; b=BS++l/Xp9ifdjL+rcSSOlhhPYllWWn1fit0dTY5b8MCBdqMqh3gBla+XBzudcRoG8n KuwKWuX2IvcAulG1xrcJHvYaTMHTBG9gedwFMjznuPGUrdKhfWk9xsx/LRdOketmWZOd /qSdpgjSwzA23RgbocO3x3iDAWnU7/WrHYqXkguD3lY/ZKOy+yK5nAN+Z1dUtxKHBATJ NWz9Ghh5QDmvvo5GVzoIWSn9BozJllxdYS8LeQ8LidN+dDbtCVIgLV4uhGvRNXdWh7zD m39RzgXSgejJgjHKGRn+dMtRHx3WYP/45LvbvoMw8VUXcJtf4YCwEvFtlNlGom3vINul MBqg== X-Gm-Message-State: AGRZ1gI3rgiRxIkMS7XFOI4wcyh9qwT9LkZTMGsPbmMM7XMweHq9XmAX 8BgNv+8vl/0g5dnuX8rJKvs= X-Google-Smtp-Source: AJdET5fPAcHoQzpju4XOZvWGIhGV9skHTQPI7ps99zf7eGFfXnhbdDbwSqDeQqiku9wTFj/IC6wb5w== X-Received: by 2002:a1c:59c4:: with SMTP id n187-v6mr10194488wmb.98.1540817654851; Mon, 29 Oct 2018 05:54:14 -0700 (PDT) Received: from localhost ([2a01:4b00:f419:6f00:8361:8946:ba2b:d556]) by smtp.gmail.com with ESMTPSA id c8-v6sm31826385wrb.6.2018.10.29.05.54.13 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 29 Oct 2018 05:54:13 -0700 (PDT) From: Luca Boccassi To: Yong Wang Cc: Ferruh Yigit , dpdk stable Date: Mon, 29 Oct 2018 12:53:26 +0000 Message-Id: <20181029125329.17729-17-bluca@debian.org> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20181029125329.17729-1-bluca@debian.org> References: <20181015115144.27626-1-bluca@debian.org> <20181029125329.17729-1-bluca@debian.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] patch 'doc: fix typo in testpmd guide' has been queued to LTS release 16.11.9 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: , X-List-Received-Date: Mon, 29 Oct 2018 12:54:15 -0000 Hi, FYI, your patch has been queued to LTS release 16.11.9 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 10/31/18. 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. If the code is different (ie: not only metadata diffs), due for example to a change in context or macro names, please double check it. Thanks. Luca Boccassi --- >>From 3a497df18c5eabfcfb3b2b9e43a958024c719690 Mon Sep 17 00:00:00 2001 From: Yong Wang Date: Fri, 26 Oct 2018 06:27:03 -0400 Subject: [PATCH] doc: fix typo in testpmd guide [ upstream commit 153ccd050c8de4e9cc1589daee4d136434a0be61 ] The forwarding mode mac_swap should be macswap in testpmd guide. Fixes: e76d7a768ce0 ("doc: fix syntax in testpmd user guide") Signed-off-by: Yong Wang Reviewed-by: Ferruh Yigit --- doc/guides/testpmd_app_ug/run_app.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/testpmd_app_ug/run_app.rst b/doc/guides/testpmd_app_ug/run_app.rst index ac7d45828..65d542245 100644 --- a/doc/guides/testpmd_app_ug/run_app.rst +++ b/doc/guides/testpmd_app_ug/run_app.rst @@ -337,7 +337,7 @@ The commandline options are: io (the default) mac - mac_swap + macswap flowgen rxonly txonly -- 2.19.1 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2018-10-29 12:48:14.808364299 +0000 +++ 0017-doc-fix-typo-in-testpmd-guide.patch 2018-10-29 12:48:14.474417981 +0000 @@ -1,12 +1,13 @@ -From 153ccd050c8de4e9cc1589daee4d136434a0be61 Mon Sep 17 00:00:00 2001 +From 3a497df18c5eabfcfb3b2b9e43a958024c719690 Mon Sep 17 00:00:00 2001 From: Yong Wang Date: Fri, 26 Oct 2018 06:27:03 -0400 Subject: [PATCH] doc: fix typo in testpmd guide +[ upstream commit 153ccd050c8de4e9cc1589daee4d136434a0be61 ] + The forwarding mode mac_swap should be macswap in testpmd guide. Fixes: e76d7a768ce0 ("doc: fix syntax in testpmd user guide") -Cc: stable@dpdk.org Signed-off-by: Yong Wang Reviewed-by: Ferruh Yigit @@ -15,10 +16,10 @@ 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/testpmd_app_ug/run_app.rst b/doc/guides/testpmd_app_ug/run_app.rst -index 21924c359..851df65da 100644 +index ac7d45828..65d542245 100644 --- a/doc/guides/testpmd_app_ug/run_app.rst +++ b/doc/guides/testpmd_app_ug/run_app.rst -@@ -332,7 +332,7 @@ The commandline options are: +@@ -337,7 +337,7 @@ The commandline options are: io (the default) mac