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 26175438DD for ; Wed, 17 Jan 2024 20:54:16 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 20FA74014F; Wed, 17 Jan 2024 20:54:16 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id E7B2C4003C for ; Wed, 17 Jan 2024 20:54:13 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id D9B71122B9B; Wed, 17 Jan 2024 20:54:13 +0100 (CET) Subject: |WARNING| pw135940 [PATCH v1] gro : packets not getting flushed in heavy-weight mode API In-Reply-To: <20240117195228.423261-1-kumaraparamesh92@gmail.com> References: <20240117195228.423261-1-kumaraparamesh92@gmail.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Kumara Parameshwaran Message-Id: <20240117195413.D9B71122B9B@dpdk.org> Date: Wed, 17 Jan 2024 20:54:13 +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/135940 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #81: 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'? #82: flushed inspite of timer expiry if there is no packet in the current poll. WARNING:BRACES: braces {} are not necessary for any arm of this statement #106: FILE: app/test-pmd/csumonly.c:869: + if (unlikely(gro_enable && (gro_flush_cycles != GRO_DEFAULT_FLUSH_CYCLES))) { [...] + } else { [...] total: 0 errors, 3 warnings, 28 lines checked