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".