From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5CC5043875 for ; Wed, 17 Jan 2024 21:21:05 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 57F65410E4; Wed, 17 Jan 2024 21:21:05 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id E554D410E3 for ; Wed, 17 Jan 2024 21:21:03 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id D464B122B9B; Wed, 17 Jan 2024 21:21:03 +0100 (CET) Subject: |WARNING| pw135943 [PATCH v3] gro : packets not getting flushed in heavy-weight mode API In-Reply-To: <20240117202021.427409-1-kumaraparamesh92@gmail.com> References: <20240117202021.427409-1-kumaraparamesh92@gmail.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Kumara Parameshwaran Message-Id: <20240117202103.D464B122B9B@dpdk.org> Date: Wed, 17 Jan 2024 21:21:03 +0100 (CET) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/135943 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #83: In heavy-weight mode GRO which is based on timer, the GRO packets will not be WARNING:TYPO_SPELLING: 'inspite' may be misspelled - perhaps 'in spite'? #84: flushed inspite of timer expiry if there is no packet in the current poll. ERROR:TRAILING_WHITESPACE: trailing whitespace #115: FILE: app/test-pmd/csumonly.c:871: +^I^Ielse $ total: 1 errors, 2 warnings, 27 lines checked