From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 802CCA0524 for ; Fri, 27 Nov 2020 21:16:55 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 71134C94E; Fri, 27 Nov 2020 21:16:54 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by dpdk.org (Postfix) with ESMTP id 64E17C94E for ; Fri, 27 Nov 2020 21:16:51 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1606508209; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=lfkQ5BHSbMemQzHUa6VA+hvalcbcf0uCjrVZhGTH2RI=; b=Ce85zWVXnbfjVWSuTktN5mKWhRp8rUGVYv6HH4RkLTbJ0rovoOh1Js9jN4fUm1/RHDxZGn AEo6ypDeu7sQxONOWo9UVHxnUF/TANUvjsQJ+ybR89zT5iWp9QxEaXMmWsw4PEzWI1iMln lazEh5jHaYLoorycPQHkbibyGFcwBoQ= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-302-HZrcLVSANrO20_cwO-fFCw-1; Fri, 27 Nov 2020 15:16:48 -0500 X-MC-Unique: HZrcLVSANrO20_cwO-fFCw-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 247BD184214F for ; Fri, 27 Nov 2020 20:16:47 +0000 (UTC) Received: from rh.redhat.com (ovpn-112-54.ams2.redhat.com [10.36.112.54]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4811B5D9CC; Fri, 27 Nov 2020 20:16:46 +0000 (UTC) From: Kevin Traynor To: stable@dpdk.org Cc: ktraynor@redhat.com Date: Fri, 27 Nov 2020 20:16:35 +0000 Message-Id: <20201127201635.357119-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=ktraynor@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Subject: [dpdk-stable] please help backporting some patches to LTS release 18.11.11 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 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 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. As it is the last 18.11 release and there will not be an opportunity to fix any regressions, I would like to only take backports from the below list at this stage *if* they are deemed important for the 18.11 branch. Can authors check your patches in the following list and either: - Backport your important patches to the 18.11 branch, or - Indicate patch should be dropped from missed list and not backported, or - Take no action => patch will remain on missed list and not be backported Please do the above by 12/02/20. Some notes on LTS backports: A backport should contain a reference to the DPDK master 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 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. --- 45c6e1c66 Ajit Khaparde net/bnxt: increase size of Rx CQ 91d581dc1 Akhil Goyal crypto/dpaa2_sec: fix HFN override 6d3f9917f Anatoly Burakov eal: fix memory config allocation for multi-process b149a7064 Anatoly Burakov eal/freebsd: add config reattach in secondary process 6080796f6 Anatoly Burakov mem: make base address hint OS specific 4236694f0 Anatoly Burakov mem: preallocate VA space in no-huge mode be048a1aa Andrew Rybchenko net/virtio: fix descriptor addressed in Tx 1526dd053 Andrew Rybchenko net/virtio: fix Tx checksum offloads 29fdc5bf4 Apeksha Gupta test/crypto: fix statistics case 793650184 Archana Muniganti examples/fips_validation: fix version compatibility ae08c73e6 Bernard Iremonger net/i40e: fix flow director initialisation b253a6bbf Chengchang Tang app/testpmd: fix packet header in txonly mode fe5d0e85b Chenxu Di net/i40e: fix flow director flex configuration dcd05da0a Dekel Peled app/testpmd: fix GENEVE flow item 92818d839 Dekel Peled net/mlx5: fix match on empty VLAN item in DV mode ea81c1b81 Dekel Peled net/mlx5: fix NVGRE matching ff55182ce Dekel Peled net/mlx5: fix VLAN flow action with wildcard VLAN item 9c4971e52 Dekel Peled net/mlx5: update VLAN and encap actions validation 16c011472 Didier Pallard crypto/octeontx: fix out-of-place support 036d82365 Fady Bader mempool: remove inline functions from export list ea1b835a0 Fan Zhang vhost/crypto: fix feature negotiation f6e63e59e Ferruh Yigit app/testpmd: fix global variable multiple definitions 0b42b92ae Ferruh Yigit net/bnxt: fix xstats by id c6887eca5 Gagandeep Singh crypto/caam_jr: fix device tree parsing for SEC_ERA ec8615607 Gagandeep Singh crypto/dpaa_sec: fix IOVA conversions 3db12449e Guinan Sun net/i40e: fix link status 0acf70d47 Guinan Sun net/i40e: fix recreating flexible flow director rule 9d10f53e4 Harman Kalra test/metrics: fix second run f6752f660 Igor Romanov net/sfc: set priority of created filters to manual 1eab95fe2 Jeff Guo net/iavf: fix command after PF reset c02ea7410 Jeff Guo net/iavf: fix flow flush after PF reset 851b22ff6 Jeff Guo net/iavf: fix vector Rx ead06572b Jesse Brandeburg net/iavf: fix performance with writeback policy c92f053d4 Kalesh AP net/bnxt: fix L2 filter allocation 99ad2abc0 Kalesh AP net/bnxt: fix speed setting on certain adapters ce41561d1 Kalesh AP net/bnxt: fix structure variable initialization c4ae7adaf Kalesh AP net/bnxt: fix UDP tunnel port removal a135e050a Konstantin Ananyev examples/ipsec-secgw: fix packet length 47b707616 Lance Richardson net/bnxt: fix boolean operator usage bd881e8d2 Lance Richardson net/bnxt: fix drop enable in get Rx queue info 06387be8e Matan Azrad net/mlx5: fix encap/decap validation 721c95301 Matan Azrad net/mlx5: fix Rx scatter mode validation 050bfe033 Matan Azrad net/mlx5: fix tunnel flow priority c59898131 Maxime Coquelin vhost: validate index in async API 8b3799531 Michael Baum net/mlx5: remove unused calculation in RSS expansion fa2dd3d4d Michael Baum net/mlx5: remove unused variable in Tx queue creation 856edce2b Michal Krawczyk net/ena: fix setting Rx checksum flags in mbuf 00437823c Mohsin Shaikh net/mlx5: use open/read/close for ib stats query 9275af3bd Olivier Matz examples/fips_validation: fix buffer overflow f2e8b4556 Ophir Munk net/mlx5: remove unused includes 9e0d81c1a Ori Kam net/mlx5: fix selection between encap and decap 07bfb9047 Pablo de Lara crypto/aesni_mb: fix CCM digest size check 7392ad06f Pavan Nikhilesh app/testpmd: use better randomness for Tx split cb4261e0b Pavan Nikhilesh event/octeontx2: improve datapath memory locality f0617163b Radu Bulie mempool/dpaa2: report error on endless loop in mbuf release 6b78a6299 Rahul Lakkireddy net/cxgbe: fix queue DMA ring leaks during port close 207b1c813 Reshma Pattan test: fix build without ring PMD 42dcd453d Shiri Kuzin net/mlx5: fix xstats reset reinitialization 11b58ac70 Shougang Wang net/i40e: fix filter pctype da7018ec2 Shougang Wang net/i40e: fix queue region in RSS flow 3b931ddb5 Shy Shyman app/testpmd: fix error detection in MTU command 4b029f02d Somnath Kotur net/bnxt: fix checking VNIC in shutdown path 97c327178 Somnath Kotur net/bnxt: fix queue release 1ef8c6290 Stephen Hemminger net/bnxt: remove useless prefetches 7838d3a6a Stephen Hemminger net/netvsc: check for overflow on packet info from host a4f53bec7 Stephen Hemminger net/netvsc: do not query VF link state c6854a412 Stephen Hemminger net/netvsc: fix warning when VF is removed 2786b7bf9 Suanming Mou net/mlx5: fix secondary process resources release e21492a51 Thomas Monjalon net/mlx: fix overlinking with meson and glue dlopen ef10add37 Venkat Duvvuru net/bnxt: fix PF support in SR-IOV mode 482a1d34b Viacheslav Ovsiienko common/mlx5: fix PCI address lookup ceccbcd73 Wei Huang raw/ifpga: use trusted buffer to free 150c9ac2d Wei Hu (Xavier) app/testpmd: update Rx offload after setting MTU 2e02a2aff Wei Hu (Xavier) ethdev: fix VLAN offloads set if no driver callback c52ff3668 Wei Zhao net/i40e: enable QinQ stripping be4ef2e0d Wei Zhao net/i40e: fix flow director enabling dcfbc594f Wei Zhao net/iavf: fix queue interrupt for ice c21e5facf Xueming Li net/mlx5: use bond index for netdev operations