[dpdk-test-report] |WARNING| [PATCH v2 1/9] net/ixgbe: move set VF functions from the ethdev

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Dec 9 18:26:26 CET 2016


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

_coding style issues_


WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#385: FILE: drivers/net/ixgbe/rte_pmd_ixgbe.h:211:
+/**
+* Enable or disable a VF traffic receive of an Ethernet device.

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#404: FILE: drivers/net/ixgbe/rte_pmd_ixgbe.h:230:
+/**
+* Enable or disable a VF traffic transmit of the Ethernet device.

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#423: FILE: drivers/net/ixgbe/rte_pmd_ixgbe.h:249:
+/**
+* Enable/Disable hardware VF VLAN filtering by an Ethernet device of

WARNING:LONG_LINE: line over 90 characters
#442: FILE: drivers/net/ixgbe/rte_pmd_ixgbe.h:268:
+rte_pmd_ixgbe_set_vf_vlan_filter(uint8_t port, uint16_t vlan, uint64_t vf_mask, uint8_t vlan_on);

WARNING:LONG_LINE: line over 90 characters
#461: FILE: drivers/net/ixgbe/rte_pmd_ixgbe.h:287:
+int rte_pmd_ixgbe_set_vf_rate_limit(uint8_t port, uint16_t vf, uint16_t tx_rate, uint64_t q_msk);

total: 0 errors, 5 warnings, 0 checks, 401 lines checked


More information about the test-report mailing list