patch 'doc: fix formatting and link in BPF library guide' has been queued to stable release 21.11.2
Kevin Traynor
ktraynor at redhat.com
Mon Jun 20 11:47:37 CEST 2022
Hi,
FYI, your patch has been queued to stable release 21.11.2
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 06/23/22. 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.
Queued patches are on a temporary branch at:
https://github.com/kevintraynor/dpdk-stable
This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable/commit/5215fd05ab3559b6fc77ace3938fc2d3a5099e7b
Thanks.
Kevin
---
>From 5215fd05ab3559b6fc77ace3938fc2d3a5099e7b Mon Sep 17 00:00:00 2001
From: Harry van Haaren <harry.van.haaren at intel.com>
Date: Fri, 27 May 2022 13:45:00 +0000
Subject: [PATCH] doc: fix formatting and link in BPF library guide
[ upstream commit 85bd316d084f6a2715f8574f322f09b56075789b ]
Small improvements to the documentation based on Sphinx HTML doc output.
Fixes: 14b8f0bbe519 ("doc: add BPF library guide")
Fixes: b901d928361c ("bpf: support packet data load instructions")
Signed-off-by: Harry van Haaren <harry.van.haaren at intel.com>
Acked-by: Konstantin Ananyev <konstantin.v.ananyev at yandex.ru>
---
doc/guides/prog_guide/bpf_lib.rst | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/guides/prog_guide/bpf_lib.rst b/doc/guides/prog_guide/bpf_lib.rst
index 1feb7734a3..1cf2d59429 100644
--- a/doc/guides/prog_guide/bpf_lib.rst
+++ b/doc/guides/prog_guide/bpf_lib.rst
@@ -11,5 +11,5 @@ user-space dpdk application.
It supports basic set of features from eBPF spec.
Please refer to the
-`eBPF spec <https://www.kernel.org/doc/Documentation/networking/filter.txt>`
+`eBPF spec <https://www.kernel.org/doc/Documentation/networking/filter.txt>`_
for more information.
Also it introduces basic framework to load/unload BPF-based filters
@@ -49,7 +49,7 @@ For example, ``(BPF_IND | BPF_W | BPF_LD)`` means:
uint32_t tmp;
- R0 = rte_pktmbuf_read((const struct rte_mbuf *)R6, src_reg + imm32,
- sizeof(tmp), &tmp);
- if (R0 == NULL) return FAILED;
+ R0 = rte_pktmbuf_read((const struct rte_mbuf *)R6, src_reg + imm32, sizeof(tmp), &tmp);
+ if (R0 == NULL)
+ return FAILED;
R0 = ntohl(*(uint32_t *)R0);
--
2.34.3
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2022-06-20 10:46:27.878710074 +0100
+++ 0004-doc-fix-formatting-and-link-in-BPF-library-guide.patch 2022-06-20 10:46:27.765146795 +0100
@@ -1 +1 @@
-From 85bd316d084f6a2715f8574f322f09b56075789b Mon Sep 17 00:00:00 2001
+From 5215fd05ab3559b6fc77ace3938fc2d3a5099e7b Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 85bd316d084f6a2715f8574f322f09b56075789b ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org
More information about the stable
mailing list