From: Thomas Monjalon Date: Wed, 9 Oct 2019 13:47:09 +0000 (+0200) Subject: doc: fix release notes for removed testpmd commands X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=121208f5fd5395d77bfa6e0be1888b1088b75e42;p=dpdk.git doc: fix release notes for removed testpmd commands The notes were not visible in the generated doc output because of an indentation mistake. While fixing the indentation, the formatting is improved. Fixes: e5db17a1e54e ("app/testpmd: remove duplicated Rx offload commands") Cc: flavia.musatescu@intel.com Signed-off-by: Thomas Monjalon Reviewed-by: David Marchand --- diff --git a/doc/guides/rel_notes/release_19_11.rst b/doc/guides/rel_notes/release_19_11.rst index 856088c5c7..fcf5c72c8e 100644 --- a/doc/guides/rel_notes/release_19_11.rst +++ b/doc/guides/rel_notes/release_19_11.rst @@ -137,14 +137,17 @@ Removed Items Also, make sure to start the actual text at the margin. ========================================================= - * Removed duplicated set of commands for RX offloading configuration from app/testpmd: - “port config all crc-strip|scatter|rx-cksum|rx-timestamp|hw-vlan|hw-vlan-filter| - hw-vlan-strip|hw-vlan-extend on|off”. - - The testpmd commands set that can be used instead in order to enable or disable Rx - offloading on all Rx queues of a port is: - "port config rx_offload crc_strip|scatter|ipv4_cksum|udp_cksum|tcp_cksum| - timestamp|vlan_strip|vlan_filter|vlan_extend on|off" +* Removed duplicated set of commands for Rx offload configuration from testpmd:: + + port config all crc-strip|scatter|rx-cksum|rx-timestamp| + hw-vlan|hw-vlan-filter|hw-vlan-strip|hw-vlan-extend on|off + + The testpmd commands set that can be used instead + in order to enable or disable Rx offloading on all Rx queues of a port is:: + + port config rx_offload crc_strip|scatter| + ipv4_cksum|udp_cksum|tcp_cksum|timestamp| + vlan_strip|vlan_filter|vlan_extend on|off API Changes