On 21/12/2023 11:41, Thomas Monjalon wrote:
21/12/2023 12:32, Euan Bourke:
-/* ip_fragmentation defines */
+/* ip_fragmentation defines 8< */
#define RTE_LIBRTE_IP_FRAG_MAX_FRAG 8
+/* >8 End of ip_fragmentation defines */
[...]
+.. literalinclude:: ../../../config/rte_config.h
+ :start-after: ip_fragmentation defines 8<
+ :end-before: >8 End of ip_fragmentation defines
In v1 I asked to use "start-at". You didn't reply.
It is more convenient for a one-line include.
Don't you agree?
Apologies, as I was updating the name of the declare in the next patch,
I thought this way would be better, will use "start-at" in next version.