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 EECD4A0C41 for ; Tue, 11 May 2021 08:43:32 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BBC374003C; Tue, 11 May 2021 08:43:32 +0200 (CEST) Received: from mail-il1-f179.google.com (mail-il1-f179.google.com [209.85.166.179]) by mails.dpdk.org (Postfix) with ESMTP id D1F064003C for ; Tue, 11 May 2021 08:43:31 +0200 (CEST) Received: by mail-il1-f179.google.com with SMTP id e14so16225573ils.12 for ; Mon, 10 May 2021 23:43:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=CO/zhr2PUZO/Gh5p7ZSsee3oZh53rac2tXr3d7rVDts=; b=NuhrBqt+MiQUcQcKlQgSMBi+bQztciHj7w08dGx5GgL7gt85UlMDTM5GgCJCU80Do6 1TM3zh35p9K6S5wVJnCNFfKC+r+9TY2PIfRloILpjPZIJogFc16JGfgXGCDIm2ySETvA Iz933KJqj/RJfkb2tTeddpKae7YOUuxd1VIltGX38KRPcVIQNyKtO9cIbvI2Zf9glObM kk90bguV2xZOxkxbz4ZQ3n104E+M/fdX/17vbF5g/2q2zvrLt4BS6gPF+FUq3mRpBE1L hI7AnJWGXedEXca3HWI/JTXW0KiEN1aeBZseEoPDDVXn5bzGzjv8695u/aXxGo5Vu4Sr 5+nQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=CO/zhr2PUZO/Gh5p7ZSsee3oZh53rac2tXr3d7rVDts=; b=QP9/c9qygjty4nCPBOmc+wLevI6X+EXCumtBM/ioXebHAcIK2kysod8fgvQQ8XEJpv 2iXqMSV6w2VLLMM2X8meu7VHKPbF9MAiN7cpyiKKez/jP3eQkZyiEefmpnXs3+5GOzdv 47Eo3+M8rYqcv15cdLS92ESeNQ12LYbNrIAaKGLiNJxGX9ws4c7wuF9dEMVZ5FVzRL/7 UbZqPzafMRPcI+xOc+lfkzQNKIU+Q6zWJQiQ/Az8YuZ3nXJKmEBxVQBcgab0juRP3RfV XnIwbU/RnYBHnubaZRYKeB0Jj5VryCO+1vR9XS52eSWAuVbsFMAUnVsPAhFw2TpyUwpg muZw== X-Gm-Message-State: AOAM531or4KE7RJnuPBG4CxACoiyMWnVg2IY/UoVMTlyKTCV5m/QUzqH PZx0jsvBDUDj8t01Mnie2SOV5JaJHHzLlklYbtRUddlDXnFVpA== X-Google-Smtp-Source: ABdhPJwv/ZfU1hhzDuIa0PMI42LmMlITmED6YnOL/4Ph2ryYAeAZJ4H/h9+/fSU6FpvqZNnjYhutC9ERSdBVjEyti6E= X-Received: by 2002:a05:6e02:20c1:: with SMTP id 1mr23745710ilq.71.1620715410936; Mon, 10 May 2021 23:43:30 -0700 (PDT) MIME-Version: 1.0 References: <20210510224153.31477-1-xuemingl@nvidia.com> In-Reply-To: <20210510224153.31477-1-xuemingl@nvidia.com> From: Elad Nachman Date: Tue, 11 May 2021 09:43:20 +0300 Message-ID: To: dpdk stable , xuemingl@nvidia.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [dpdk-stable] please help backporting some patches to stable release 20.11.2 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" Hi, Sorry - 631217c761 Elad Nachman kni: fix kernel deadlock with bifurcated device is missing Depends-on: It requires the following patches from main: kni: support async user request commit 6b1f8e4f9b9337c81987336ae5204c7730b19d29 kni: refactor user request processing commit 740f3d20ee466814956efcf8d03a469b8a4c9abd You need to apply the 3 above patches as a series on top of 20.11. Apologies, Elad. On Tue, May 11, 2021 at 1:42 AM Xueming Li wrote: > Hi commit authors (and maintainers), > > I didn't apply following commits from DPDK main to 20.11 > stable branch, as conflicts or build errors occur. > > Can authors check your patches in the following list and either: > - Backport your patches to the 20.11 branch, or > - Indicate that the patch should not be backported > > Please do either of the above by 05/17/21. > > You can find the a temporary work-in-progress branch of the coming 20.11.= 2 > release at: > https://github.com/steevenlee/dpdk > It is recommended to backport on top of that to minimize further conflict= s > or > misunderstandings. > > Some notes on stable backports: > > A backport should contain a reference to the DPDK main branch commit > in it's commit message in the following fashion: > [ upstream commit ] > > For example: > > https://git.dpdk.org/dpdk-stable/commit/?h=3D18.11&id=3Dd90e6ae6f936ecdc2= fd3811ff9f26aec7f3c06eb > > When sending the backported patch, please indicate the target branch in t= he > subject line, as we have multiple branches, for example: > [PATCH 20.11] foo/bar: fix baz > > With git format-patch, this can be achieved by appending the parameter: > --subject-prefix=3D'PATCH 20.11' > > Send the backported patch to "stable@dpdk.org" but not "dev@dpdk.org". > > FYI, branch 20.11 is located at tree: > https://git.dpdk.org/dpdk-stable > > Thanks. > > Xueming Li > > --- > 1e28e842e0 Chengchang Tang net/hns3: fix imprecise statistics > d566bfcff0 Chengchang Tang net/hns3: fix timing in mailbox > ec2ed976ac Chengwen Feng net/hns3: delete mailbox arq ring > c8dec72de0 Chengwen Feng net/hns3: fix possible mismatched response o= f > mailbox > 55c038c2db Chengwen Feng net/hns3: fix PTP capability report > 76a3836b98 Chengwen Feng net/hns3: fix setting default MAC address in > bonding of VF > e40ad6fca4 Chengwen Feng net/hns3: fix verification of NEON support > dbbbad23e3 Chengwen Feng net/hns3: fix VF handling LSC event in > secondary process > aa5baf47e1 Chengwen Feng net/hns3: rename Rx burst function > c53a5f3efb Chengwen Feng telemetry: check thread creations > 3cd7290c16 David Marchand ci: catch coredumps > 631217c761 Elad Nachman kni: fix kernel deadlock with bifurcated > device > f9f24ecd79 Hongbo Zheng net/hns3: fix concurrent interrupt handling > a2258ea1be Huisong Li doc: remove queue stats mapping from testpmd > guide > fdfde7a4a0 Huisong Li net/hns3: fix mbuf leakage > 23abee9dea Ilya Maximets net/virtio: fix interrupt unregistering for > listening socket > d8caafcbf9 Ivan Malov net/sfc: fix outer rule and encap rollback o= n > error > 8f5ea6a464 Juraj Linke=C5=A1 config/arm: fix implementer and its SoC= s > 53f98141ee Kalesh AP net/bnxt: fix PTP support for Thor > 25fefa2b17 Lance Richardson net/bnxt: fix Rx descriptor status > 9f13e888ef Lance Richardson net/bnxt: fix Rx queue count > e6988afdc7 Matan Azrad net/mlx5: fix imissed statistics > 8e321f7df1 Min Hu (Connor) doc: fix Rx burst function in hns3 guide > 53ef1b3477 Min Hu (Connor) ethdev: add sanity checks in control APIs > 052a5d3867 Pavan Nikhilesh event/octeontx2: fix XAQ pool reconfigure > 83306d6c46 Shun Hao net/mlx5: fix meter statistics > 487cfc2437 Thomas Monjalon app: fix exit messages > 204a7f44bc Thomas Monjalon bus/pci: support I/O port operations with mu= sl > d61381ad46 Viacheslav Ovsiienko net/mlx5: support timestamp format > dd25bd201d Viacheslav Ovsiienko regex/mlx5: support timestamp format > 687833fffa Wei Huang raw/ifpga/base: check size before assigning > f2cb939365 Wisam Jaddo app/flow-perf: fix IPv6 source address > increment >