From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 9CC435A44; Thu, 11 May 2017 13:31:04 +0200 (CEST) In-Reply-To: <1494502172-16950-1-git-send-email-gowrishankar.m@linux.vnet.ibm.com> References: <1494502172-16950-1-git-send-email-gowrishankar.m@linux.vnet.ibm.com> To: test-report@dpdk.org Cc: Gowrishankar Message-Id: <20170511113104.9CC435A44@dpdk.org> Date: Thu, 11 May 2017 13:31:04 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw24243 [PATCH] kni: add new mbuf in alloc_q only based on its empty slots 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, 11 May 2017 11:31:04 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/24243 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #17: In kni_allocate_mbufs(), we attempt to add max_burst (32) count of mbuf always WARNING:LINE_CONTINUATIONS: Avoid unnecessary line continuations #49: FILE: lib/librte_kni/rte_kni.c:650: + allocq_free = (kni->alloc_q->read - kni->alloc_q->write - 1) \ total: 0 errors, 2 warnings, 17 lines checked