|WARNING| pw109443 [PATCH] examples/kni: add interrupt mode to receive packets

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Apr 8 03:04:12 CEST 2022


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/109443

_coding style issues_


WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file
#97: FILE: :646:
+	while ((opt = getopt_long(argc, argv, "p:PmI", longopts,

WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file
#105: FILE: :658:
+		case 'I':

WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file
#106: FILE: :659:
+			intr_rx_en = 1;

WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file
#107: FILE: :660:
+			break;

WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file
#115: FILE: :732:
+	if (intr_rx_en)

WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file
#116: FILE: :733:
+		local_port_conf.intr_conf.rxq = 1;

total: 0 errors, 6 warnings, 223 lines checked


More information about the test-report mailing list