From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 8ED025699; Mon, 10 Jul 2017 17:08:30 +0200 (CEST) In-Reply-To: <1499672117-56728-6-git-send-email-borisp@mellanox.com> References: <1499672117-56728-6-git-send-email-borisp@mellanox.com> To: test-report@dpdk.org Cc: Boris Pismenny Message-Id: <20170710150830.8ED025699@dpdk.org> Date: Mon, 10 Jul 2017 17:08:30 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw26695 [PATCH RFC 5/7] mbuf: Add IPsec crypto flags 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: Mon, 10 Jul 2017 15:08:30 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/26695 _coding style issues_ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #90: FILE: lib/librte_mbuf/rte_mbuf.h:202: + * - PKT_RX_IPSEC_CRYPTO ^I : decryption and authentication were performed$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #95: FILE: lib/librte_mbuf/rte_mbuf.h:207: +#define PKT_RX_IPSEC_CRYPTO_FAILED ^I (1ULL << 19)$ total: 0 errors, 2 warnings, 79 lines checked