|WARNING| pw126335 [PATCH 1/2] vhost: add ingress API for port mirroring datapath

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Apr 21 03:45:04 CEST 2023


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

_coding style issues_


WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#186: FILE: lib/vhost/virtio_net.c:4331:
+			VHOST_LOG_DATA(dev->ifname, ERR, "%s: failed to get host iova.
", __func__);

WARNING:LONG_LINE: line length of 105 exceeds 100 columns
#193: FILE: lib/vhost/virtio_net.c:4338:
+			VHOST_LOG_DATA(mr_dev->ifname, ERR, "%s: failed to get mirror hpa.
", __func__);

WARNING:LONG_LINE: line length of 104 exceeds 100 columns
#297: FILE: lib/vhost/virtio_net.c:4442:
+	VHOST_LOG_DATA(mr_dev->ifname, DEBUG, "mirror port RX: num merge buffers %d
", mr_num_buffers);

WARNING:LONG_LINE: line length of 129 exceeds 100 columns
#498: FILE: lib/vhost/virtio_net.c:4643:
+			VHOST_LOG_DATA(mr_dev->ifname, DEBUG, "(%d) failed to get enough desc from mirror vring
", mr_dev->vid);

total: 0 errors, 4 warnings, 710 lines checked


More information about the test-report mailing list