[dpdk-dev] [PATCH v2 1/7] raw/dpaa2_qdma: change DPAA2 QDMA APIs to rawdev ops
Thomas Monjalon
thomas at monjalon.net
Mon Oct 19 13:45:09 CEST 2020
15/10/2020 11:47, Gagandeep Singh:
> dpaa2_qdma was partially using direct pmd APIs.
> This patch changes that and adapt the driver to use
> more of the rawdev APIs
>
> Signed-off-by: Gagandeep Singh <g.singh at nxp.com>
> ---
> drivers/raw/dpaa2_qdma/dpaa2_qdma.c | 339 ++++++++++----------
> drivers/raw/dpaa2_qdma/dpaa2_qdma.h | 3 +-
> drivers/raw/dpaa2_qdma/rte_pmd_dpaa2_qdma.h | 207 ++----------
> 3 files changed, 195 insertions(+), 354 deletions(-)
You missed removing all the symbols from the .map.
Note also that it is an unannounced API breakage.
I take the decision to merge it anyway.
We will have to be stricter next time.
Applied
More information about the dev
mailing list