From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 39592FBF2; Tue, 20 Dec 2016 19:43:27 +0100 (CET) In-Reply-To: <89884cb1e32f8e141b1e8a053cfdb334f9fff984.1482257521.git.adrien.mazarguil@6wind.com> References: <89884cb1e32f8e141b1e8a053cfdb334f9fff984.1482257521.git.adrien.mazarguil@6wind.com> To: test-report@dpdk.org Cc: Adrien Mazarguil Message-Id: <20161220184327.39592FBF2@dpdk.org> Date: Tue, 20 Dec 2016 19:43:27 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw18258 [PATCH v4 01/25] ethdev: introduce generic flow API 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: Tue, 20 Dec 2016 18:43:27 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/18258 _coding style issues_ WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else #240: FILE: lib/librte_ether/rte_flow.c:58: + code = ENOSYS; WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else #263: FILE: lib/librte_ether/rte_flow.c:81: + rte_flow_error_set(error, ENOSYS, RTE_FLOW_ERROR_TYPE_UNSPECIFIED, WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else #264: FILE: lib/librte_ether/rte_flow.c:82: + NULL, rte_strerror(ENOSYS)); WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else #283: FILE: lib/librte_ether/rte_flow.c:101: + rte_flow_error_set(error, ENOSYS, RTE_FLOW_ERROR_TYPE_UNSPECIFIED, WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else #284: FILE: lib/librte_ether/rte_flow.c:102: + NULL, rte_strerror(ENOSYS)); WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else #301: FILE: lib/librte_ether/rte_flow.c:119: + rte_flow_error_set(error, ENOSYS, RTE_FLOW_ERROR_TYPE_UNSPECIFIED, WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else #302: FILE: lib/librte_ether/rte_flow.c:120: + NULL, rte_strerror(ENOSYS)); WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else #318: FILE: lib/librte_ether/rte_flow.c:136: + rte_flow_error_set(error, ENOSYS, RTE_FLOW_ERROR_TYPE_UNSPECIFIED, WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else #319: FILE: lib/librte_ether/rte_flow.c:137: + NULL, rte_strerror(ENOSYS)); WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else #338: FILE: lib/librte_ether/rte_flow.c:156: + rte_flow_error_set(error, ENOSYS, RTE_FLOW_ERROR_TYPE_UNSPECIFIED, WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else #339: FILE: lib/librte_ether/rte_flow.c:157: + NULL, rte_strerror(ENOSYS)); total: 0 errors, 11 warnings, 1342 lines checked