[dpdk-dev] [PATCH v2] doc: prog_guide: fix section heading
Baruch Siach
baruch at tkos.co.il
Wed Nov 30 06:43:44 CET 2016
This section only deals with Tx queues configuration.
Acked-by: John McNamara <john.mcnamara at intel.com>
Signed-off-by: Baruch Siach <baruch at tkos.co.il>
---
v2: Add John's ack
---
doc/guides/prog_guide/poll_mode_drv.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/guides/prog_guide/poll_mode_drv.rst b/doc/guides/prog_guide/poll_mode_drv.rst
index bf3ea9fde25a..d4c92ea2cf4a 100644
--- a/doc/guides/prog_guide/poll_mode_drv.rst
+++ b/doc/guides/prog_guide/poll_mode_drv.rst
@@ -200,8 +200,8 @@ Ethernet* flow control (pause frame) can be configured on the individual port.
Refer to the testpmd source code for details.
Also, L4 (UDP/TCP/ SCTP) checksum offload by the NIC can be enabled for an individual packet as long as the packet mbuf is set up correctly. See `Hardware Offload`_ for details.
-Configuration of Transmit and Receive Queues
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Configuration of Transmit Queues
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Each transmit queue is independently configured with the following information:
--
2.10.2
More information about the dev
mailing list