patches for DPDK stable branches
 help / color / mirror / Atom feed
From: Slava Ovsiienko <viacheslavo@nvidia.com>
To: dpdk stable <stable@dpdk.org>
Cc: Ajit Khaparde <ajit.khaparde@broadcom.com>,
	Churchill Khangar <churchill.khangar@intel.com>,
	Cristian Dumitrescu <cristian.dumitrescu@intel.com>,
	David Christensen <david.christensen@broadcom.com>,
	David Hunt <david.hunt@intel.com>,
	Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>,
	Jie Zhou <jizh@microsoft.com>, Matan Azrad <matan@nvidia.com>,
	Narcisa Vasile <navasile@linux.microsoft.com>,
	Ori Kam <orika@nvidia.com>,
	Pallavi Kadam <pallavi.kadam@intel.com>,
	Ranjit Menon <ranjit.menon@intel.com>,
	Richael Zhuang <richael.zhuang@arm.com>,
	Shahaf Shuler <shahafs@nvidia.com>,
	Somnath Kotur <somnath.kotur@broadcom.com>,
	Steeven Li <steeven.li@broadcom.com>,
	Stephen Hurd <stephen.hurd@broadcom.com>,
	Tyler Retzlaff <roretzla@linux.microsoft.com>,
	Venkata Suresh Kumar P <venkata.suresh.kumar.p@intel.com>
Subject: Re: [dpdk-stable] please help backporting some patches to stable release 20.11.3
Date: Tue, 20 Jul 2021 15:26:05 +0000	[thread overview]
Message-ID: <DM6PR12MB375314FC329C4206B81CB15ADFE29@DM6PR12MB3753.namprd12.prod.outlook.com> (raw)
In-Reply-To: <20210715150520.2731947-1-luca.boccassi@gmail.com>

Hi, Luca

This patch:

 "c150dff40d  Viacheslav Ovsiienko net/mlx5: fix Rx queue timestamp format"

is not needed for 20.11LTS, the fix is already merged as part of:
8db55d6a "net/mlx5: fix receiving queue timestamp format"
(it was dedicated patch for 20.11LTS, refers to the correct commit in Upstream)

With best regards,
Slava

> -----Original Message-----
> From: luca.boccassi@gmail.com <luca.boccassi@gmail.com>
> Sent: Thursday, July 15, 2021 18:05
> Cc: Ajit Khaparde <ajit.khaparde@broadcom.com>; Churchill Khangar
> <churchill.khangar@intel.com>; Cristian Dumitrescu
> <cristian.dumitrescu@intel.com>; David Christensen
> <david.christensen@broadcom.com>; David Hunt <david.hunt@intel.com>;
> Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>; Jie Zhou
> <jizh@microsoft.com>; Matan Azrad <matan@nvidia.com>; Narcisa Vasile
> <navasile@linux.microsoft.com>; Ori Kam <orika@nvidia.com>; Pallavi
> Kadam <pallavi.kadam@intel.com>; Ranjit Menon
> <ranjit.menon@intel.com>; Richael Zhuang <richael.zhuang@arm.com>;
> Shahaf Shuler <shahafs@nvidia.com>; Somnath Kotur
> <somnath.kotur@broadcom.com>; Steeven Li <steeven.li@broadcom.com>;
> Stephen Hurd <stephen.hurd@broadcom.com>; Tyler Retzlaff
> <roretzla@linux.microsoft.com>; Venkata Suresh Kumar P
> <venkata.suresh.kumar.p@intel.com>; Slava Ovsiienko
> <viacheslavo@nvidia.com>
> Subject: please help backporting some patches to stable release 20.11.3
> 
> 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 <commit's dpdk main branch SHA-1 checksum> ]
> 
> 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

  parent reply	other threads:[~2021-07-20 15:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-15 15:04 luca.boccassi
     [not found] ` <20210715150520.2731947-1-luca.boccassi@gmail.com>
2021-07-16  6:12   ` Richael Zhuang
2021-07-16  9:50     ` Luca Boccassi
2021-07-20 15:26   ` Slava Ovsiienko [this message]
2021-07-21 12:10     ` Luca Boccassi
2021-07-16  6:33 ` Somnath Kotur
2021-07-26 14:41 luca.boccassi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DM6PR12MB375314FC329C4206B81CB15ADFE29@DM6PR12MB3753.namprd12.prod.outlook.com \
    --to=viacheslavo@nvidia.com \
    --cc=ajit.khaparde@broadcom.com \
    --cc=churchill.khangar@intel.com \
    --cc=cristian.dumitrescu@intel.com \
    --cc=david.christensen@broadcom.com \
    --cc=david.hunt@intel.com \
    --cc=dmitry.kozliuk@gmail.com \
    --cc=jizh@microsoft.com \
    --cc=matan@nvidia.com \
    --cc=navasile@linux.microsoft.com \
    --cc=orika@nvidia.com \
    --cc=pallavi.kadam@intel.com \
    --cc=ranjit.menon@intel.com \
    --cc=richael.zhuang@arm.com \
    --cc=roretzla@linux.microsoft.com \
    --cc=shahafs@nvidia.com \
    --cc=somnath.kotur@broadcom.com \
    --cc=stable@dpdk.org \
    --cc=steeven.li@broadcom.com \
    --cc=stephen.hurd@broadcom.com \
    --cc=venkata.suresh.kumar.p@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).