From: bugzilla@dpdk.org
To: dev@dpdk.org
Subject: [DPDK/cryptodev Bug 1806] ipsec_mb does not compile
Date: Thu, 23 Oct 2025 16:41:40 +0000 [thread overview]
Message-ID: <bug-1806-3@http.bugs.dpdk.org/> (raw)
http://bugs.dpdk.org/show_bug.cgi?id=1806
Bug ID: 1806
Summary: ipsec_mb does not compile
Product: DPDK
Version: 20.11
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: major
Priority: Normal
Component: cryptodev
Assignee: dev@dpdk.org
Reporter: stephen@networkplumber.org
Target Milestone: ---
Built ipsec mb library from source here:
https://github.com/intel/intel-ipsec-mb/tree/main
and installed it for build testing
The crypto driver using that library does not build with current code.
../drivers/crypto/ipsec_mb/pmd_aesni_mb.c: In function
‘aesni_mb_set_session_auth_parameters’:
../drivers/crypto/ipsec_mb/pmd_aesni_mb.c:173:55: error:
‘IMB_AUTH_ZUC256_EIA3_BITLEN’ undeclared (first use in this function); did you
mean ‘IMB_AUTH_ZUC_EIA3_BITLEN’?
173 | sess->template_job.hash_alg =
IMB_AUTH_ZUC256_EIA3_BITLEN;
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~
|
IMB_AUTH_ZUC_EIA3_BITLEN
../drivers/crypto/ipsec_mb/pmd_aesni_mb.c:173:55: note: each undeclared
identifier is reported only once for each function it appears in
../drivers/crypto/ipsec_mb/pmd_aesni_mb.c: In function
‘aesni_mb_digest_appended_in_src’:
../drivers/crypto/ipsec_mb/pmd_aesni_mb.c:1453:34: error:
‘IMB_AUTH_ZUC256_EIA3_BITLEN’ undeclared (first use in this function); did you
mean ‘IMB_AUTH_ZUC_EIA3_BITLEN’?
1453 | job->hash_alg == IMB_AUTH_ZUC256_EIA3_BITLEN) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
| IMB_AUTH_ZUC_EIA3_BITLEN
../drivers/crypto/ipsec_mb/pmd_aesni_mb.c: In function ‘set_mb_job_params’:
../drivers/crypto/ipsec_mb/pmd_aesni_mb.c:1571:14: error:
‘IMB_AUTH_ZUC256_EIA3_BITLEN’ undeclared (first use in this function); did you
mean ‘IMB_AUTH_ZUC_EIA3_BITLEN’?
1571 | case IMB_AUTH_ZUC256_EIA3_BITLEN:
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
| IMB_AUTH_ZUC_EIA3_BITLEN
../drivers/crypto/ipsec_mb/pmd_aesni_mb.c: In function ‘post_process_mb_job’:
../drivers/crypto/ipsec_mb/pmd_aesni_mb.c:2047:66: error:
‘IMB_AUTH_ZUC256_EIA3_BITLEN’ undeclared (first use in this function); did you
mean ‘IMB_AUTH_ZUC_EIA3_BITLEN’?
2047 | job->hash_alg ==
IMB_AUTH_ZUC256_EIA3_BITLEN) {
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~
|
IMB_AUTH_ZUC_EIA3_BITLEN
--
You are receiving this mail because:
You are the assignee for the bug.
reply other threads:[~2025-10-23 16:41 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-1806-3@http.bugs.dpdk.org/ \
--to=bugzilla@dpdk.org \
--cc=dev@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).