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 925C5A0C4A for ; Fri, 16 Jul 2021 08:33:57 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8035640143; Fri, 16 Jul 2021 08:33:57 +0200 (CEST) Received: from mail-yb1-f179.google.com (mail-yb1-f179.google.com [209.85.219.179]) by mails.dpdk.org (Postfix) with ESMTP id 9842240143 for ; Fri, 16 Jul 2021 08:33:56 +0200 (CEST) Received: by mail-yb1-f179.google.com with SMTP id r132so13187771yba.5 for ; Thu, 15 Jul 2021 23:33:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=8kic9WmyAjakFRbHPovVMlTrM0KPPjOBlgIv6CbjmDo=; b=fImR6i9B42Ysr2s+ZarUHFLh5luVFst11tzbSl0DQw8HIt52BYpNoptvhOGNj0ct1x 5+tRTu5Ty0go71gredk9rcwaO1lnl/SZuSFQxuNGFFqu5OeIX0kMPxfgVvkB0BTASAMW v+BnDa6GfT1iqjl2uOCQ5U+YxKtNM3usXyq0I= 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=8kic9WmyAjakFRbHPovVMlTrM0KPPjOBlgIv6CbjmDo=; b=n3TeF3mtOVG6HIdUMwLWkgwpSJLfhH1/YJJSJ6w8KFck+CQW+o7pZc+hxmpheiCjyK 7raNCMkhxLla8JjOMjfRHw20kw8J3GKFhyCgPJl1h20vgg0jhyq64EPwXYmSnvXdwZ6Q y2RFrM4+VVDlWMZfvt+Seapq/rysV4hvA2CoZUACicV5r3iY6ZNPLHwPGz/n02dYNGuh pjX178rR0pWyuOq73lGDe0SfpkqG9bl1t5/k7+SNaW1zVAVVW8rPGrE7mhX9CzU1GLfi d2qkax3MX7Scgtn/zfVyQjqDH0+T/dVrRGRvCKExyz4ZguFbuf9f3u8rzm5CdcDxYAnO dPZQ== X-Gm-Message-State: AOAM531Xcq5LxGDj6zq6P7BXtCAlaU6iJVtNA04mMSGEghKo0x1BSXhn h50D/hRgaUXPtDQMq8TZwDeHgzYYLOP/6kQfAVH+a51eNIo= X-Google-Smtp-Source: ABdhPJw0DLPKGgrFFwSlhf9scjvudr29FLBJ3oNdzLcJsNTcsmnmPmrZdiZ1bNvBAz5my57DqqcarpBT6YjebeRx7y8= X-Received: by 2002:a25:6b51:: with SMTP id o17mr11169399ybm.149.1626417235615; Thu, 15 Jul 2021 23:33:55 -0700 (PDT) MIME-Version: 1.0 References: <20210715150433.2731791-1-luca.boccassi@gmail.com> In-Reply-To: <20210715150433.2731791-1-luca.boccassi@gmail.com> From: Somnath Kotur Date: Fri, 16 Jul 2021 12:03:44 +0530 Message-ID: To: dpdk stable Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg=sha-256; boundary="0000000000009ac01b05c737c591" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [dpdk-stable] please help backporting some patches to stable release 20.11.3 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" --0000000000009ac01b05c737c591 Content-Type: text/plain; charset="UTF-8" On Thu, Jul 15, 2021 at 8:34 PM 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 07/22/21. > > You can find the a temporary work-in-progress branch of the coming 20.11.3 > release at: > https://github.com/bluca/dpdk-stable > It is recommended to backport on top of that to minimize further conflicts 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=18.11&id=d90e6ae6f936ecdc2fd3811ff9f26aec7f3c06eb > > When sending the backported patch, please indicate the target branch in the > 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='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. > > Luca Boccassi > > --- > b3fa83945a Ajit Khaparde net/bnxt: fix ring allocation and free > a57d92d73d Cristian Dumitrescu pipeline: fix table entry read > cfdaa678b3 Dmitry Kozlyuk eal/windows: cleanup interrupt resources > 3888f31950 Dmitry Kozlyuk eal/windows: fix interrupt thread handle leakage > 35dff5d3b7 Dmitry Kozlyuk eal/windows: fix interrupt thread ID > 29343b9030 Richael Zhuang test/power: fix CPU frequency when turbo enabled > 03c8f2fe11 Somnath Kotur net/bnxt: detect bad opaque in Rx completion Just FYI i have backported this patch and sent it out to stable just now Luca > c150dff40d Viacheslav Ovsiienko net/mlx5: fix Rx queue timestamp format --0000000000009ac01b05c737c591--