* [dpdk-dev] [PATCH v1] doc: fix sample application formatting
@ 2018-08-16 16:35 Marko Kovacevic
[not found] ` <6db5b5b0-2d82-6292-22f1-bb088e9e9dd4@intel.com>
0 siblings, 1 reply; 2+ messages in thread
From: Marko Kovacevic @ 2018-08-16 16:35 UTC (permalink / raw)
To: dev; +Cc: john.mcnamara, Marko Kovacevic, bernard.iremonger
Fixed formatting an extra header was added making it an extra
section when it was not intended.
Fixes: d0dff9ba445e ("doc: sample application user guide")
Cc: bernard.iremonger@intel.com
Signed-off-by: Marko Kovacevic <marko.kovacevic@intel.com>
---
doc/guides/sample_app_ug/ip_reassembly.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/guides/sample_app_ug/ip_reassembly.rst b/doc/guides/sample_app_ug/ip_reassembly.rst
index 18912cd..e1b56d7 100644
--- a/doc/guides/sample_app_ug/ip_reassembly.rst
+++ b/doc/guides/sample_app_ug/ip_reassembly.rst
@@ -23,8 +23,8 @@ There are two key differences from the L2 Forwarding sample application:
* The second difference is that the application differentiates between IP and non-IP traffic by means of offload flags.
-The Longest Prefix Match (LPM for IPv4, LPM6 for IPv6) table is used to store/lookup an outgoing port number, associated with that IPv4 address. Any unmatched packets are forwarded to the originating port.Compiling the Application
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
+The Longest Prefix Match (LPM for IPv4, LPM6 for IPv6) table is used to store/lookup an outgoing port number,
+associated with that IPv4 address. Any unmatched packets are forwarded to the originating port.
Compiling the Application
--
2.9.5
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-11-19 0:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-16 16:35 [dpdk-dev] [PATCH v1] doc: fix sample application formatting Marko Kovacevic
[not found] ` <6db5b5b0-2d82-6292-22f1-bb088e9e9dd4@intel.com>
2018-11-19 0:27 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).