[PATCH v7 3/6] bus/fslmc: add DPBP APIs for setting depletion thresholds
Stephen Hemminger
stephen at networkplumber.org
Tue Jul 1 16:05:19 CEST 2025
On Tue, 1 Jul 2025 09:59:14 +0530
Gagandeep Singh <g.singh at nxp.com> wrote:
> @@ -62,6 +72,8 @@ rte_dpaa2_mbuf_from_buf_addr(struct rte_mempool *mp, void *buf_addr);
> __rte_internal
> int rte_dpaa2_bpid_info_init(struct rte_mempool *mp);
>
> +int rte_dpaa2_dpbp_set_notifications(struct rte_mempool *mp, struct dpaa2_dpbp_cfg *dpbp_cfg);
> +
This patch series still needs work:
- new API is not exported
- new API is not marked external
- new API needs a test
Ideally, you would figure out how to get same functionality without adding any
new exported API.
More information about the dev
mailing list