From patchwork Wed Jun 8 11:13:57 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Rybchenko X-Patchwork-Id: 112540 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 D09FAA00C3; Wed, 8 Jun 2022 13:14:08 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C16D7415D7; Wed, 8 Jun 2022 13:14:08 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 67EB04021D for ; Wed, 8 Jun 2022 13:14:07 +0200 (CEST) Received: by shelob.oktetlabs.ru (Postfix, from userid 115) id A086D30B; Wed, 8 Jun 2022 14:14:05 +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 3DF21307; Wed, 8 Jun 2022 14:14:05 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 3DF21307 Authentication-Results: shelob.oktetlabs.ru/3DF21307; dkim=none; dkim-atps=neutral From: Andrew Rybchenko To: Ferruh Yigit , Stephen Hemminger Cc: dev@dpdk.org, Min Hu , Ke Zhang Subject: [PATCH v4 0/2] kni: fix build warnings with Linux 5.17+ Date: Wed, 8 Jun 2022 14:13:57 +0300 Message-Id: <20220608111359.1234110-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 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(-)