[PATCH v4 09/23] crypto/dpaa_sec: include UDP header
Hemant Agrawal
hemant.agrawal at oss.nxp.com
Thu Aug 6 08:12:45 CEST 2026
On 06-08-2026 10:39, Stephen Hemminger wrote:
> The driver was getting the UDP header definition indirectly via
> rte_ethdev.h. That will change, so include the header directly.
>
> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
Acked-by: Hemant Agrawal <hemant.agrawal at nxp.com>
> ---
> drivers/crypto/dpaa_sec/dpaa_sec.h | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/crypto/dpaa_sec/dpaa_sec.h b/drivers/crypto/dpaa_sec/dpaa_sec.h
> index d78cad818a..bce60d9cb8 100644
> --- a/drivers/crypto/dpaa_sec/dpaa_sec.h
> +++ b/drivers/crypto/dpaa_sec/dpaa_sec.h
> @@ -7,6 +7,8 @@
> #ifndef _DPAA_SEC_H_
> #define _DPAA_SEC_H_
>
> +#include <rte_udp.h>
> +
> #define CRYPTODEV_NAME_DPAA_SEC_PMD crypto_dpaa_sec
> /**< NXP DPAA - SEC PMD device name */
>
More information about the dev
mailing list