From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1209842409 for ; Wed, 18 Jan 2023 07:04:43 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0173A41144; Wed, 18 Jan 2023 07:04:43 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 78BAA41101 for ; Wed, 18 Jan 2023 07:04:42 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 6046F123659; Wed, 18 Jan 2023 07:04:42 +0100 (CET) Subject: |WARNING| pw122239 [PATCH 3/8] net/txgbe: fix packet type to parse from offload flags In-Reply-To: <20230118060039.3074016-4-jiawenwu@trustnetic.com> References: <20230118060039.3074016-4-jiawenwu@trustnetic.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Jiawen Wu Message-Id: <20230118060442.6046F123659@dpdk.org> Date: Wed, 18 Jan 2023 07:04:42 +0100 (CET) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/122239 _coding style issues_ ERROR:C99_COMMENTS: do not use C99 // comments #96: FILE: drivers/net/txgbe/txgbe_rxtx.c:533: + if (oflags & RTE_MBUF_F_TX_QINQ) //tun + qinq is not supported ERROR:TRAILING_STATEMENTS: trailing statements should be on next line #96: FILE: drivers/net/txgbe/txgbe_rxtx.c:533: + if (oflags & RTE_MBUF_F_TX_QINQ) //tun + qinq is not supported total: 2 errors, 0 warnings, 0 checks, 40 lines checked