From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id C1B822C38; Sun, 10 Dec 2017 09:38:09 +0100 (CET) In-Reply-To: <39032469f9204aa9b707d49670ceebba@XCH-RTP-017.cisco.com> References: <39032469f9204aa9b707d49670ceebba@XCH-RTP-017.cisco.com> To: test-report@dpdk.org Cc: "Hanoch Haim \(hhaim\)" Message-Id: <20171210083809.C1B822C38@dpdk.org> Date: Sun, 10 Dec 2017 09:38:09 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw32058 [PATCH v4] mbuf: fix mbuf free performance with non atomic refcnt 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: Sun, 10 Dec 2017 08:38:09 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/32058 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #25: Subject: [PATCH v4] [PATCH] mbuf: fix mbuf free performance with non atomic refcnt ERROR:TRAILING_WHITESPACE: trailing whitespace #98: FILE: lib/librte_mbuf/rte_mbuf.h:769: +^Ireturn (uint16_t)(rte_atomic16_add_return(&m->refcnt_atomic, value)); $ total: 1 errors, 1 warnings, 21 lines checked