From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id B51691BA2C; Wed, 25 Oct 2017 17:12:05 +0200 (CEST) In-Reply-To: <20171025150727.30364-4-akhil.goyal@nxp.com> References: <20171025150727.30364-4-akhil.goyal@nxp.com> To: test-report@dpdk.org Cc: Akhil Goyal Message-Id: <20171025151205.B51691BA2C@dpdk.org> Date: Wed, 25 Oct 2017 17:12:05 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw30880 [PATCH v6 03/10] mbuf: add security crypto flags and mbuf fields 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: Wed, 25 Oct 2017 15:12:06 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/30880 _coding style issues_ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #90: FILE: lib/librte_mbuf/rte_mbuf.h:200: +#define PKT_RX_SEC_OFFLOAD_FAILED ^I(1ULL << 19)$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #99: FILE: lib/librte_mbuf/rte_mbuf.h:209: +#define PKT_TX_SEC_OFFLOAD ^I^I(1ULL << 43)$ total: 0 errors, 2 warnings, 112 lines checked