patches for DPDK stable branches
 help / color / mirror / Atom feed
From: Kevin Traynor <ktraynor@redhat.com>
To: dpdk stable <stable@dpdk.org>
Cc: Ajit Khaparde <ajit.khaparde@broadcom.com>,
	Akhil Goyal <akhil.goyal@nxp.com>,
	Anatoly Burakov <anatoly.burakov@intel.com>,
	Andrew Rybchenko <arybchenko@solarflare.com>,
	Anoob Joseph <anoobj@marvell.com>,
	Archana Muniganti <marchana@marvell.com>,
	Bruce Richardson <bruce.richardson@intel.com>,
	Chunsong Feng <fengchunsong@huawei.com>,
	David Marchand <david.marchand@redhat.com>,
	Dekel Peled <dekelp@mellanox.com>,
	Ferruh Yigit <ferruh.yigit@intel.com>,
	Gagandeep Singh <g.singh@nxp.com>,
	Harman Kalra <hkalra@marvell.com>,
	Huisong Li <lihuisong@huawei.com>,
	Igor Chauskin <igorch@amazon.com>, Itsuro Oda <oda@valinux.co.jp>,
	Kalesh AP <kalesh-anakkur.purayil@broadcom.com>,
	Konstantin Ananyev <konstantin.ananyev@intel.com>,
	Maciej Bielski <mba@semihalf.com>,
	Marvin Liu <yong.liu@intel.com>, Matan Azrad <matan@mellanox.com>,
	Maxime Coquelin <maxime.coquelin@redhat.com>,
	Michal Krawczyk <mk@semihalf.com>, Min Hu <humin29@huawei.com>,
	Min Wang <wangmin3@huawei.com>, Nikhil Rao <nikhil.rao@intel.com>,
	Nipun Gupta <nipun.gupta@nxp.com>, Ori Kam <orika@mellanox.com>,
	Pavan Nikhilesh <pbhagavatula@marvell.com>,
	Qi Zhang <qi.z.zhang@intel.com>,
	Radu Bulie <radu-andrei.bulie@nxp.com>,
	Rahul Gupta <rahul.gupta@broadcom.com>,
	Raslan Darawsheh <rasland@mellanox.com>,
	Remy Horton <remy.horton@intel.com>,
	Reshma Pattan <reshma.pattan@intel.com>,
	Santoshkumar Karanappa Rastapur <santosh.rastapur@broadcom.com>,
	Somnath Kotur <somnath.kotur@broadcom.com>,
	Stephen Hemminger <stephen@networkplumber.org>,
	Tao Zhu <taox.zhu@intel.com>,
	Thomas Monjalon <thomas@monjalon.net>,
	Tiwei Bie <tiwei.bie@intel.com>,
	Viacheslav Ovsiienko <viacheslavo@mellanox.com>,
	Wei Hu <xavier.huwei@huawei.com>, Wei Zhao <wei.zhao1@intel.com>,
	Wisam Jaddo <wisamm@mellanox.com>,
	Xiaoyu Min <jackmin@mellanox.com>,
	Yinan Wang <yinan.wang@intel.com>
Subject: Re: [dpdk-stable] please help backporting some patches to LTS release 18.11.7
Date: Fri, 13 Mar 2020 21:49:54 +0000	[thread overview]
Message-ID: <f0c855ba-999c-00cb-e52a-205a52a2f514@redhat.com> (raw)
In-Reply-To: <20200306165208.18163-1-ktraynor@redhat.com>

Hi All,

On 06/03/2020 16:52, Kevin Traynor wrote:
> Hi commit authors (and maintainers),
> 
> I didn't apply following commits from DPDK master to 18.11
> LTS branch, as conflicts or build errors occur. Note, it may be
> dependent on another patch below that has not been applied.
> 
> Can authors check your patches in the following list and either:
>     - Backport your patches to the 18.11 branch, or
>     - Indicate that the patch should not be backported
> 
> Please do either of the above by 03/13/20.
> 

Thanks to those who replied. Will extend until Thursday 19th March to
get some more resolved for 18.11.7.

Kevin.

> Some notes on LTS backports:
> 
> A backport should contain a reference to the DPDK master branch commit
> in it's commit message in exactly the following fashion:
>     [ upstream commit <commit's dpdk master 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 18.11] foo/bar: fix baz
> 
> With git format-patch, this can be achieved by appending the parameter:
>     --subject-prefix='PATCH 18.11'
> 
> Send the backported patch to "stable@dpdk.org" but not "dev@dpdk.org".
> 
> FYI, branch 18.11 is located at tree:
>    https://git.dpdk.org/dpdk-stable
> 
> Thanks.
> 
> Kevin.
> 
> ---
> dcfbc594f  Wei Zhao         net/iavf: fix queue interrupt for ice
> b149a7064  Anatoly Burakov  eal/freebsd: add config reattach in secondary process
> a135e050a  Konstantin Ananyev examples/ipsec-secgw: fix packet length
> 9d10f53e4  Harman Kalra     test/metrics: fix second run 
> ea81c1b81  Dekel Peled      net/mlx5: fix NVGRE matching
> 721c95301  Matan Azrad      net/mlx5: fix Rx scatter mode validation
> e76097f84  Marvin Liu       net/virtio: cleanup on demand when in-order Tx
> 1ae55ad38  Marvin Liu       net/virtio: fix mbuf data and packet length mismatch
> f35eaaca5  Stephen Hemminger net/bnxt: fix crash in secondary process
> e0d865357  Kalesh AP        net/bnxt: enable interrupts according interface status
> 9bc556e3e  Kalesh AP        net/bnxt: fix error handling in xstats
> be048a1aa  Andrew Rybchenko  net/virtio: fix descriptor addressed in Tx
> 6080796f6  Anatoly Burakov  mem: make base address hint OS specific
> 6d3f9917f  Anatoly Burakov  eal: fix memory config allocation for multi-process
> 6977f1451  Wisam Jaddo      app/testpmd: fix missing GENEVE item in raw encap
> f5019a53d  Kalesh AP        net/bnxt: fix memory leak
> 1526dd053  Andrew Rybchenko net/virtio: fix Tx checksum offloads
> f0617163b  Radu Bulie       mempool/dpaa2: report error on endless loop in mbuf release
> 05817057f  Igor Chauskin    net/ena: fix indication of bad L4 Rx checksums
> 21b1f1abe  Ajit Khaparde    net/bnxt: fix COS queue mapping
> 9e0d81c1a  Ori Kam          net/mlx5: fix selection between encap and decap
> 7392ad06f  Pavan Nikhilesh  app/testpmd: use better randomness for Tx split
> e6d3c0928  Anatoly Burakov  eal/freebsd: fix config creation
> 816eacad1  Somnath Kotur    net/bnxt: fix Tx queue profile selection
> e339ef6e3  Somnath Kotur    net/bnxt: fix flow flush to sync with flow destroy
> 
> 5c6316716  Santoshkumar Karanappa Rastapur net/bnxt: fix non matching flow hitting filter rule
> # Applies, build error
> 
> f0f6b5e6c  Somnath Kotur    net/bnxt: fix reusing L2 filter
> dcd05da0a  Dekel Peled      app/testpmd: fix GENEVE flow item
> 2e02a2aff  Wei Hu (Xavier)  ethdev: fix VLAN offloads set if no driver callback
> d9fc6a0d0  Kalesh AP        net/bnxt: fix probe in FreeBSD
> 8f3224f26  Kalesh AP        net/bnxt: fix IOVA mapping
> 39b88344e  Kalesh AP        net/bnxt: fix enable/disable VLAN filtering
> cfadfee41  Kalesh AP        net/bnxt: fix VLAN strip
> 9073198e4  Somnath Kotur    net/bnxt: fix bumping of L2 filter reference count
> 925e3cbda  Kalesh AP        net/bnxt: remove redundant macro
> 6dc26050e  Kalesh AP        net/bnxt: remove unnecessary structure variable
> 90c957ef3  Kalesh AP        net/bnxt: remove a redundant variable
> 74f96ffdc  Kalesh AP        net/bnxt: fix return code handling in VLAN config
> 
> 90456726e  Raslan Darawsheh net/mlx5: fix VXLAN-GPE item translation
> # Applies, build error on Ubuntu and Debian only
> 
> ec8615607  Gagandeep Singh  crypto/dpaa_sec: fix IOVA conversions
> e40175c5c  Archana Muniganti common/cpt: check cipher and auth keys are set
> 967a722be  Kalesh AP        net/bnxt: fix unnecessary delay in port stop
> 975ff25e7  Rahul Gupta      net/bnxt: fix default timeout for getting FW version
> 06387be8e  Matan Azrad      net/mlx5: fix encap/decap validation
> 7593cf1d3  Viacheslav Ovsiienko net/mlx5: fix legacy multi-packet write session
> e21492a51  Thomas Monjalon  net/mlx: fix overlinking with meson and glue dlopen
> 150c9ac2d  Wei Hu (Xavier)  app/testpmd: update Rx offload after setting MTU
> 207b1c813  Reshma Pattan    test: fix build without ring PMD
> 
> 819d0d1d5  Tao Zhu          net/ixgbe: fix blocking system events
> # Applies, build error
> 
> 050bfe033  Matan Azrad      net/mlx5: fix tunnel flow priority
> # Dep on 90456726e
> 
> 3d01b759d  Itsuro Oda       net/vhost: delay driver setup
> 3e0030754  Maxime Coquelin  net/vhost: fix setup error path
> # Dep on 3d01b759d
> 366a0500f  Maxime Coquelin  net/vhost: prevent multiple setups on reconfiguration
> # Dep on 3d01b759d
> 


  parent reply	other threads:[~2020-03-13 21:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-06 16:52 Kevin Traynor
2020-03-09  4:21 ` Itsuro ODA
2020-03-18 22:57   ` Kevin Traynor
2020-03-13 21:49 ` Kevin Traynor [this message]
2020-03-18  5:58 ` Somnath Kotur
2020-03-18 22:58   ` Kevin Traynor

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=f0c855ba-999c-00cb-e52a-205a52a2f514@redhat.com \
    --to=ktraynor@redhat.com \
    --cc=ajit.khaparde@broadcom.com \
    --cc=akhil.goyal@nxp.com \
    --cc=anatoly.burakov@intel.com \
    --cc=anoobj@marvell.com \
    --cc=arybchenko@solarflare.com \
    --cc=bruce.richardson@intel.com \
    --cc=david.marchand@redhat.com \
    --cc=dekelp@mellanox.com \
    --cc=fengchunsong@huawei.com \
    --cc=ferruh.yigit@intel.com \
    --cc=g.singh@nxp.com \
    --cc=hkalra@marvell.com \
    --cc=humin29@huawei.com \
    --cc=igorch@amazon.com \
    --cc=jackmin@mellanox.com \
    --cc=kalesh-anakkur.purayil@broadcom.com \
    --cc=konstantin.ananyev@intel.com \
    --cc=lihuisong@huawei.com \
    --cc=marchana@marvell.com \
    --cc=matan@mellanox.com \
    --cc=maxime.coquelin@redhat.com \
    --cc=mba@semihalf.com \
    --cc=mk@semihalf.com \
    --cc=nikhil.rao@intel.com \
    --cc=nipun.gupta@nxp.com \
    --cc=oda@valinux.co.jp \
    --cc=orika@mellanox.com \
    --cc=pbhagavatula@marvell.com \
    --cc=qi.z.zhang@intel.com \
    --cc=radu-andrei.bulie@nxp.com \
    --cc=rahul.gupta@broadcom.com \
    --cc=rasland@mellanox.com \
    --cc=remy.horton@intel.com \
    --cc=reshma.pattan@intel.com \
    --cc=santosh.rastapur@broadcom.com \
    --cc=somnath.kotur@broadcom.com \
    --cc=stable@dpdk.org \
    --cc=stephen@networkplumber.org \
    --cc=taox.zhu@intel.com \
    --cc=thomas@monjalon.net \
    --cc=tiwei.bie@intel.com \
    --cc=viacheslavo@mellanox.com \
    --cc=wangmin3@huawei.com \
    --cc=wei.zhao1@intel.com \
    --cc=wisamm@mellanox.com \
    --cc=xavier.huwei@huawei.com \
    --cc=yinan.wang@intel.com \
    --cc=yong.liu@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).