[Bug 1318] l3fwd build errors in debug DPDK build with RTE_LOG_DP_LEVEL=RTE_LOG_DEBUG

2023-11-14 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1318 Bug ID: 1318 Summary: l3fwd build errors in debug DPDK build with RTE_LOG_DP_LEVEL=RTE_LOG_DEBUG Product: DPDK Version: 23.11 Hardware: All OS: All

l3fwd build errors in debug DPDK build with RTE_LOG_DP_LEVEL=RTE_LOG_DEBUG

2023-11-14 Thread Kundapura, Ganapati
Hi DPDK, When DPDK is built in debug mode by setting RTE_LOG_DP_LEVEL=RTE_LOG_DEBUG, l3fwd build fails due to static inline functions dump_acl4_rule(), dump_acl6_rule() defined in l3fwd_acl.c are called from l3fwd_acl_scalar.h:l3fwd_acl_send_packets() and other typo errors as below. Can I post