Test-Label: iol-testing Test-Status: WARNING http://dpdk.org/patch/100549 _apply patch failure_ Submitter: Dmitry Kozlyuk Date: Tuesday, October 05 2021 20:15:45 Applied on: CommitID:086d426406bd3f6fac96a15bbd871c7fe714bc2d Apply patch set 100549-100550 failed: Checking patch doc/guides/rel_notes/deprecation.rst... error: while searching for: * metrics: The function ``rte_metrics_init`` will have a non-void return in order to notify errors instead of calling ``rte_exit``. * cmdline: ``cmdline`` structure will be made opaque to hide platform-specific content. On Linux and FreeBSD, supported prior to DPDK 20.11, original structure will be kept until DPDK 21.11. * security: The functions ``rte_security_set_pkt_metadata`` and ``rte_security_get_userdata`` will be made inline functions and additional flags will be added in structure ``rte_security_ctx`` in DPDK 21.11. error: patch failed: doc/guides/rel_notes/deprecation.rst:275 Checking patch doc/guides/rel_notes/release_21_11.rst... error: while searching for: Also, make sure to start the actual text at the margin. ======================================================= ABI Changes ----------- error: patch failed: doc/guides/rel_notes/release_21_11.rst:101 Checking patch lib/cmdline/cmdline.h... Checking patch lib/cmdline/cmdline_private.h... Applying patch doc/guides/rel_notes/deprecation.rst with 1 reject... Rejected hunk #1. Applying patch doc/guides/rel_notes/release_21_11.rst with 1 reject... Rejected hunk #1. Applied patch lib/cmdline/cmdline.h cleanly. Applied patch lib/cmdline/cmdline_private.h cleanly. diff a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst (rejected hunks) @@ -275,10 +275,6 @@ Deprecation Notices * metrics: The function ``rte_metrics_init`` will have a non-void return in order to notify errors instead of calling ``rte_exit``. -* cmdline: ``cmdline`` structure will be made opaque to hide platform-specific - content. On Linux and FreeBSD, supported prior to DPDK 20.11, - original structure will be kept until DPDK 21.11. - * security: The functions ``rte_security_set_pkt_metadata`` and ``rte_security_get_userdata`` will be made inline functions and additional flags will be added in structure ``rte_security_ctx`` in DPDK 21.11. diff a/doc/guides/rel_notes/release_21_11.rst b/doc/guides/rel_notes/release_21_11.rst (rejected hunks) @@ -101,6 +101,8 @@ API Changes Also, make sure to start the actual text at the margin. ======================================================= +* cmdline: Made ``cmdline`` structure definition hidden on Linux and FreeBSD. + ABI Changes ----------- Checking patch app/test-cmdline/commands.c... Checking patch app/test/test_cmdline_lib.c... Checking patch doc/guides/rel_notes/release_21_11.rst... error: while searching for: * cmdline: Made ``cmdline`` structure definition hidden on Linux and FreeBSD. ABI Changes ----------- error: patch failed: doc/guides/rel_notes/release_21_11.rst:103 Checking patch lib/cmdline/cmdline.c... Checking patch lib/cmdline/cmdline_private.h... error: lib/cmdline/cmdline_private.h: does not match index Checking patch lib/cmdline/cmdline_rdline.c... Checking patch lib/cmdline/cmdline_rdline.h... Checking patch lib/cmdline/version.map... Applied patch app/test-cmdline/commands.c cleanly. Applied patch app/test/test_cmdline_lib.c cleanly. Applying patch doc/guides/rel_notes/release_21_11.rst with 1 reject... Rejected hunk #1. Applied patch lib/cmdline/cmdline.c cleanly. Applied patch lib/cmdline/cmdline_rdline.c cleanly. Applied patch lib/cmdline/cmdline_rdline.h cleanly. Applied patch lib/cmdline/version.map cleanly. diff a/doc/guides/rel_notes/release_21_11.rst b/doc/guides/rel_notes/release_21_11.rst (rejected hunks) @@ -103,6 +103,9 @@ API Changes * cmdline: Made ``cmdline`` structure definition hidden on Linux and FreeBSD. +* cmdline: Made ``rdline`` structure definition hidden. Functions are added + to dynamically allocate and free it, and to access user data in callbacks. + ABI Changes ----------- https://lab.dpdk.org/results/dashboard/patchsets/19186/ UNH-IOL DPDK Community Lab