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 7106141BAA for ; Thu, 2 Feb 2023 08:49:42 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6A6A042B7E; Thu, 2 Feb 2023 08:49:42 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id DB57B406A2 for ; Thu, 2 Feb 2023 08:49:40 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id D0137121E50; Thu, 2 Feb 2023 08:49:40 +0100 (CET) Subject: |WARNING| pw122883 [PATCH] acl: fix trie splitting In-Reply-To: <20230201193426.19243-1-arcyleung@gmail.com> References: <20230201193426.19243-1-arcyleung@gmail.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Arthur Leung Message-Id: <20230202074940.D0137121E50@dpdk.org> Date: Thu, 2 Feb 2023 08:49:40 +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/122883 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #81: When using a large number of ACL rules, the trie is supposed to split when there are over 2048 nodes. total: 0 errors, 1 warnings, 47 lines checked Arthur Leung is unknown, please fix the commit message or update .mailmap.