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 B941342DC5 for ; Mon, 3 Jul 2023 20:24:34 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B232F400EF; Mon, 3 Jul 2023 20:24:34 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id E3616400EF for ; Mon, 3 Jul 2023 20:24:33 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id D4708120922; Mon, 3 Jul 2023 20:24:33 +0200 (CEST) Subject: |WARNING| pw129212 [PATCH] net/mlx5: fix non-ip packets are not delivered when RSS hash type ESP is used. In-Reply-To: <20230703182123.210117-1-mkashani@nvidia.com> References: <20230703182123.210117-1-mkashani@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Maayan Kashani Message-Id: <20230703182433.D4708120922@dpdk.org> Date: Mon, 3 Jul 2023 20:24:33 +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/129212 _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