[PATCH 1/2] doc: updated incorrect value for IP frag max fragments
Thomas Monjalon
thomas at monjalon.net
Wed Dec 20 10:42:28 CET 2023
19/12/2023 16:17, Euan Bourke:
> +Each table entry can hold information about packets of up to ``RTE_LIBRTE_IP_FRAG_MAX_FRAGS`` fragments,
> +where ``RTE_LIBRTE_IP_FRAG_MAX_FRAGS`` defaults to:
Instead of repeating the name, you can use "it".
> +
> +.. literalinclude:: ../../../config/rte_config.h
> + :start-after: /* ip_fragmentation defines */
> + :lines: 1
Relying on the comment before is a bit fragile here.
Please use "start-at".
More information about the dev
mailing list