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 75A47A0540; Wed, 8 Jun 2022 19:23:42 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 667D340689; Wed, 8 Jun 2022 19:23:42 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id A810840042 for ; Wed, 8 Jun 2022 19:23:41 +0200 (CEST) Received: from [192.168.1.40] (unknown [188.170.81.145]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id 159A8307; Wed, 8 Jun 2022 20:23:41 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 159A8307 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1654709021; bh=qiPKx86Sp89A3Drt9yVzboJ273YRpyF8Ps4TKaZtbeI=; h=Date:Subject:From:To:Cc:References:In-Reply-To:From; b=B/NRFrQOh8IjIvrffwGxh1xNs6fE1Ly9O5L/x8sRmn0aRKqANHgumQti/VpTB329J aN8mzvLZFuGl3G1h1YbAITpwzwZHSEf3qV3WavLiFI+HRwytp0ARPrMqoaRwtQmMw8 fkbcAhMRXvwGLZW+lSoBnOiagKRExcKI4XpGEY90= Message-ID: <1c0be1ca-2d95-914c-8c8d-820433dab269@oktetlabs.ru> Date: Wed, 8 Jun 2022 20:23:39 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.0 Subject: Re: [PATCH v5 0/2] kni: fix build warnings with Linux 5.17+ Content-Language: en-US From: Andrew Rybchenko To: Ferruh Yigit , Stephen Hemminger Cc: dev@dpdk.org, Min Hu , Ke Zhang References: <20220531091330.230715-1-ke1x.zhang@intel.com> <20220608121117.1445731-1-andrew.rybchenko@oktetlabs.ru> In-Reply-To: <20220608121117.1445731-1-andrew.rybchenko@oktetlabs.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 On 6/8/22 15:11, Andrew Rybchenko wrote: > 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(-) > With review notes from Ferruh processed applied to dpdk-next-net/main.