patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] please help backporting some patches to LTS release 18.11.7
@ 2020-03-06 16:52 Kevin Traynor
  2020-03-09  4:21 ` Itsuro ODA
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Kevin Traynor @ 2020-03-06 16:52 UTC (permalink / raw)
  To: dpdk stable
  Cc: Ajit Khaparde, Akhil Goyal, Anatoly Burakov, Andrew Rybchenko,
	Anoob Joseph, Archana Muniganti, Bruce Richardson, Chunsong Feng,
	David Marchand, Dekel Peled, Ferruh Yigit, Gagandeep Singh,
	Harman Kalra, Huisong Li, Igor Chauskin, Itsuro Oda, Kalesh AP,
	Konstantin Ananyev, Maciej Bielski, Marvin Liu, Matan Azrad,
	Maxime Coquelin, Michal Krawczyk, Min Hu, Min Wang, Nikhil Rao,
	Nipun Gupta, Ori Kam, Pavan Nikhilesh, Qi Zhang, Radu Bulie,
	Rahul Gupta, Raslan Darawsheh, Remy Horton, Reshma Pattan,
	Santoshkumar Karanappa Rastapur, Somnath Kotur,
	Stephen Hemminger, Tao Zhu, Thomas Monjalon, Tiwei Bie,
	Viacheslav Ovsiienko, Wei Hu, Wei Zhao, Wisam Jaddo, Xiaoyu Min,
	Yinan Wang

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.

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-03-18 22:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-06 16:52 [dpdk-stable] please help backporting some patches to LTS release 18.11.7 Kevin Traynor
2020-03-09  4:21 ` Itsuro ODA
2020-03-18 22:57   ` Kevin Traynor
2020-03-13 21:49 ` Kevin Traynor
2020-03-18  5:58 ` Somnath Kotur
2020-03-18 22:58   ` Kevin Traynor

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).