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 E8102A0C4E for ; Sun, 5 Dec 2021 05:44:14 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C081040040; Sun, 5 Dec 2021 05:44:14 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 511FD4003C for ; Sun, 5 Dec 2021 05:44:13 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 24BC7122DB7; Sun, 5 Dec 2021 05:44:13 +0100 (CET) Subject: |WARNING| pw104870 [PATCH v2] net/kni: reset rte_kni_conf struct before initialization In-Reply-To: <20211205044230.2146683-1-baymaxhuang@gmail.com> References: <20211205044230.2146683-1-baymaxhuang@gmail.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Harold Huang Message-Id: <20211205044413.24BC7122DB7@dpdk.org> Date: Sun, 5 Dec 2021 05:44: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/104870 _coding style issues_ Must be a reply to the first patch (--in-reply-to). WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #75: When kni driver calls eth_kni_start to start device, some fields such as min_mtu and max_mtu of rte_kni_conf are not initialized. It will cause kni_ioctl_create create a kni netdevice with a random min_mtu and max_mtu value. This is unexpected and in some time we could not change the kni device mtu with ip link command. total: 0 errors, 1 warnings, 0 checks, 7 lines checked