From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 38EC91B3C7; Thu, 9 Nov 2017 07:54:41 +0100 (CET) In-Reply-To: <1510210453-61428-1-git-send-email-abhinandan.gujjar@intel.com> References: <1510210453-61428-1-git-send-email-abhinandan.gujjar@intel.com> To: test-report@dpdk.org Cc: Abhinandan Gujjar Message-Id: <20171109065441.38EC91B3C7@dpdk.org> Date: Thu, 9 Nov 2017 07:54:41 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw31290 [PATCH RFC] eventdev: add crypto adapter API header 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: Thu, 09 Nov 2017 06:54:41 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/31290 _coding style issues_ WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #133: FILE: lib/librte_eventdev/rte_event_crypto_adapter.h:91: + /** + * @warning WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #147: FILE: lib/librte_eventdev/rte_event_crypto_adapter.h:105: + /** + * @warning WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #155: FILE: lib/librte_eventdev/rte_event_crypto_adapter.h:113: + /**< Start only Rx part of crypto adapter. + * Packets dequeued from cryptodev are new to eventdev and WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #156: FILE: lib/librte_eventdev/rte_event_crypto_adapter.h:114: + * events will be treated as RTE_EVENT_OP_NEW */ WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #159: FILE: lib/librte_eventdev/rte_event_crypto_adapter.h:117: + /**< Start both Rx & Tx part of crypto adapter. + * Packet's event context will be retained and WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #160: FILE: lib/librte_eventdev/rte_event_crypto_adapter.h:118: + * event will be treated as RTE_EVENT_OP_FORWARD */ WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #252: FILE: lib/librte_eventdev/rte_event_crypto_adapter.h:210: + /**< + * The metadata offset indicates the location of the WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #258: FILE: lib/librte_eventdev/rte_event_crypto_adapter.h:216: + /**< + * When queuing is set to RTE_EVENT_CRYPTO_ENQ_MULTI_EVENTQ total: 0 errors, 8 warnings, 481 lines checked