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

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Dec 9 12:20:51 CET 2016


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

_coding style issues_


WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#381: 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
#400: 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
#419: 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
#438: 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
#457: 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, 392 lines checked


More information about the test-report mailing list