http://bugs.dpdk.org/show_bug.cgi?id=1936
Bug ID: 1936
Summary: excessive logging in I40E driver
Product: DPDK
Version: 26.03
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: ethdev
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
The I40E driver needs to stop being so chatty.
# ./build/app/dpdk-dumpcap
I40E_DRIVER: i40e_set_rx_function(): Using Vector AVX2 (port 0).
I40E_DRIVER: i40e_set_tx_function(): Using Vector AVX2 (port 0).
File: /tmp/dpdk-dumpcap_0_0000:02:00.0_20260413221159.pcapng
The DPDK dumpcap program calls rte_eal_init with --log-level notice
so driver should be quiet. The severity of this message should be debug.
--
You are receiving this mail because:
You are the assignee for the bug.