From patchwork Wed Jun 8 12:11:15 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Rybchenko X-Patchwork-Id: 112556 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 64E1DA04FD; Wed, 8 Jun 2022 14:11:31 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E802642BB9; Wed, 8 Jun 2022 14:11:30 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 8172C40687 for ; Wed, 8 Jun 2022 14:11:29 +0200 (CEST) Received: by shelob.oktetlabs.ru (Postfix, from userid 115) id 2814D30A; Wed, 8 Jun 2022 15:11:29 +0300 (MSK) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mail1.oktetlabs.ru X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=ALL_TRUSTED, DKIM_ADSP_DISCARD autolearn=no autolearn_force=no version=3.4.6 Received: from aros.oktetlabs.ru (aros.oktetlabs.ru [192.168.38.17]) by shelob.oktetlabs.ru (Postfix) with ESMTP id 702F6306; Wed, 8 Jun 2022 15:11:28 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 702F6306 Authentication-Results: shelob.oktetlabs.ru/702F6306; dkim=none; dkim-atps=neutral From: Andrew Rybchenko To: Ferruh Yigit , Stephen Hemminger Cc: dev@dpdk.org, Min Hu , Ke Zhang Subject: [PATCH v5 0/2] kni: fix build warnings with Linux 5.17+ Date: Wed, 8 Jun 2022 15:11:15 +0300 Message-Id: <20220608121117.1445731-1-andrew.rybchenko@oktetlabs.ru> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220531091330.230715-1-ke1x.zhang@intel.com> References: <20220531091330.230715-1-ke1x.zhang@intel.com> MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org v5: - fix broken build v4: - restore original patch author - resend with cover letter to address patchwork recognition as a series v3: - split single patch into two - clarify patches summary and description Ke Zhang (2): kni: use dedicated function to set random MAC address kni: fix warning about discarding const qualifier kernel/linux/kni/compat.h | 4 ++++ kernel/linux/kni/kni_misc.c | 13 +++++++++---- kernel/linux/kni/kni_net.c | 4 ++++ 3 files changed, 17 insertions(+), 4 deletions(-)