From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 92AD4FA8A; Fri, 2 Dec 2016 11:47:49 +0100 (CET) In-Reply-To: <1480675394-59179-16-git-send-email-wei.zhao1@intel.com> References: <1480675394-59179-16-git-send-email-wei.zhao1@intel.com> To: test-report@dpdk.org Cc: Wei Zhao Message-Id: <20161202104749.92AD4FA8A@dpdk.org> Date: Fri, 2 Dec 2016 11:47:49 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| [PATCH 15/18] net/ixgbe: parse flow director filter X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Dec 2016 10:47:49 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/17474 _coding style issues_ WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #261: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8798: + /** + * src MAC address must be masked, WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #277: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8814: + /*** If both spec and mask are NULL, + * it means don't care about ETH. WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #284: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8821: + * IPv6 is not supported. + */ WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #325: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8862: + /** + * Check if the next not void item is not vlan. CHECK:LOGICAL_CONTINUATIONS: Logical continuations should be on the previous line #665: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:9202: + if ((vxlan_mask->vni[0] || vxlan_mask->vni[1] + || vxlan_mask->vni[2]) && WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #810: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:9347: + /** + * Check if the next not void item is vlan or ipv4. CHECK:LOGICAL_CONTINUATIONS: Logical continuations should be on the previous line #817: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:9354: + if ((item->type != RTE_FLOW_ITEM_TYPE_VLAN) + && (item->type != RTE_FLOW_ITEM_TYPE_VLAN)) { WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #846: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:9383: + /** + * Check if the next not void item is not vlan. WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #869: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:9406: + /** + * If the tags is 0, it means don't care about the VLAN. total: 0 errors, 7 warnings, 2 checks, 1360 lines checked