Re: [PATCH v3 1/2] doc: add modify_field action description

2023-10-12 Thread Ferruh Yigit
On 10/11/2023 12:30 PM, Suanming Mou wrote: > This commit adds the missing modify_field action description to > `testpmd_funcs.rst`. > > Signed-off-by: Suanming Mou > For series, Acked-by: Ferruh Yigit Series applied to dpdk-next-net/main, thanks.

[PATCH v3 1/2] doc: add modify_field action description

2023-10-11 Thread Suanming Mou
This commit adds the missing modify_field action description to `testpmd_funcs.rst`. Signed-off-by: Suanming Mou --- v3: add modify_field description. --- doc/guides/testpmd_app_ug/testpmd_funcs.rst | 21 + 1 file changed, 21 insertions(+) diff --git a/doc/guides/testpmd_a