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 E080142DD6 for ; Wed, 5 Jul 2023 11:45:01 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DBA1D42B8C; Wed, 5 Jul 2023 11:45:01 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id A76AE42B8C for ; Wed, 5 Jul 2023 11:45:00 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 9371D120922; Wed, 5 Jul 2023 11:45:00 +0200 (CEST) Subject: |WARNING| pw129280 [PATCH] net/mlx5: fix non-ip packets are not delivered when RSS hash type ESP is used. In-Reply-To: <20230705094404.53840-1-mkashani@nvidia.com> References: <20230705094404.53840-1-mkashani@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Maayan Kashani Message-Id: <20230705094500.9371D120922@dpdk.org> Date: Wed, 5 Jul 2023 11:45:00 +0200 (CEST) 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/129280 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #122: Non-ip packets such as ARP or LACP are not delivered if you use RTE flow rule with empty pattern and rss action with specific combination of RSS hash types: "ipv4-tcp ipv4-udp ipv4-other ipv6-tcp ipv6-udp ipv6-other esp". total: 0 errors, 1 warnings, 0 checks, 15 lines checked