Test-Label: iol-testing Test-Status: WARNING http://dpdk.org/patch/113887 _apply patch failure_ Submitter: David Marchand Date: Sunday, July 10 2022 06:17:36 Applied on: CommitID:14d460b888c290e16c00cff4ae809d14fe799aec Apply patch set 113887 failed: Checking patch doc/guides/rel_notes/deprecation.rst... error: while searching for: external users may still register their bus using a new driver header (see ``enable_driver_sdk`` meson option). * mempool: Helper macro ``MEMPOOL_HEADER_SIZE()`` is deprecated and will be removed in DPDK 22.11. The replacement macro ``RTE_MEMPOOL_HEADER_SIZE()`` is internal only. error: patch failed: doc/guides/rel_notes/deprecation.rst:38 Hunk #2 succeeded at 43 (offset -13 lines). Applying patch doc/guides/rel_notes/deprecation.rst with 1 reject... Rejected hunk #1. Hunk #2 applied cleanly. diff a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst (rejected hunks) @@ -38,6 +38,13 @@ Deprecation Notices external users may still register their bus using a new driver header (see ``enable_driver_sdk`` meson option). +* drivers: As a followup on the work on the ``rte_bus`` object, the + ``rte_driver`` and ``rte_device`` objects (and as a domino effect, their + bus-specific counterparts) will be made opaque in DPDK 22.11. + Registering a driver on a bus will be marked as an internal API: + external users may still register their drivers using the bus specific + driver header (see ``enable_driver_sdk`` meson option). + * mempool: Helper macro ``MEMPOOL_HEADER_SIZE()`` is deprecated and will be removed in DPDK 22.11. The replacement macro ``RTE_MEMPOOL_HEADER_SIZE()`` is internal only. https://lab.dpdk.org/results/dashboard/patchsets/22972/ UNH-IOL DPDK Community Lab