All of lore.kernel.org
 help / color / mirror / Atom feed
* [DPDK/cryptodev Bug 1806] ipsec_mb does not compile
@ 2025-10-23 16:41 bugzilla
  0 siblings, 0 replies; only message in thread
From: bugzilla @ 2025-10-23 16:41 UTC (permalink / raw)
  To: dev

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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-10-23 16:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-23 16:41 [DPDK/cryptodev Bug 1806] ipsec_mb does not compile bugzilla

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.