[dpdk-test-report] |WARNING| pw43878 net/ixgbe: Strip SR-IOV transparent VLANs in VF
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Aug 24 18:46:32 CEST 2018
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/43878
_coding style issues_
CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#341: FILE: drivers/net/ixgbe/ixgbe_rxtx.c:5785:
+ixgbevf_recv_pkts_vec(
CHECK:SPACING: spaces preferred around that '*' (ctx:WxV)
#342: FILE: drivers/net/ixgbe/ixgbe_rxtx.c:5786:
+ void __rte_unused *rx_queue,
^
CHECK:SPACING: spaces preferred around that '*' (ctx:WxO)
#343: FILE: drivers/net/ixgbe/ixgbe_rxtx.c:5787:
+ struct rte_mbuf __rte_unused **rx_pkts,
^
CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#350: FILE: drivers/net/ixgbe/ixgbe_rxtx.c:5794:
+ixgbevf_recv_scattered_pkts_vec(
CHECK:SPACING: spaces preferred around that '*' (ctx:WxV)
#351: FILE: drivers/net/ixgbe/ixgbe_rxtx.c:5795:
+ void __rte_unused *rx_queue,
^
CHECK:SPACING: spaces preferred around that '*' (ctx:WxO)
#352: FILE: drivers/net/ixgbe/ixgbe_rxtx.c:5796:
+ struct rte_mbuf __rte_unused **rx_pkts,
^
CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line
#433: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_neon.c:154:
+ const struct ixgbe_vfta *vfta
+ = IXGBE_DEV_PRIVATE_TO_VFTA(dev->data->dev_private);
total: 0 errors, 0 warnings, 7 checks, 500 lines checked
More information about the test-report
mailing list