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 D0435A04AC for ; Tue, 1 Sep 2020 12:02:06 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BFDA5DE0; Tue, 1 Sep 2020 12:02:06 +0200 (CEST) Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id 1904FDE0 for ; Tue, 1 Sep 2020 12:02:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1598954524; h=from:from:reply-to: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=y6qcy6BEbnLjBG34eeepzWyLe//ItI/4oRrs8XbkUxM=; b=M5s/RmhKwzAULXok9fRNDGeDdec8+RaEvacIju+y5rAOCINHeF0hmG32/y0iCgMgchfP7/ 4urKy7zmFFOJwnuArGRYs4A7pE3piaNDmdNpZ7m6Y6Yw951HZtVq2Luew1fQwiWvFaBhwT WhPwPxo4pbG0y+opgg6jCbdl8OtBv2s= 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-4-c24w3DxhOyCg2tUyPO393g-1; Tue, 01 Sep 2020 06:02:02 -0400 X-MC-Unique: c24w3DxhOyCg2tUyPO393g-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id F12DA801AC9; Tue, 1 Sep 2020 10:01:56 +0000 (UTC) Received: from rh.redhat.com (unknown [10.33.36.103]) by smtp.corp.redhat.com (Postfix) with ESMTP id 6743578B26; Tue, 1 Sep 2020 10:01:33 +0000 (UTC) From: Kevin Traynor To: dpdk stable Cc: Aaron Conole , Ajit Khaparde , Akhil Goyal , Alexander Kozyrev , Anatoly Burakov , Andrew Rybchenko , Anoob Joseph , Apeksha Gupta , Archana Muniganti , Ayuj Verma , Beilei Xing , Bernard Iremonger , Bruce Richardson , Chunsong Feng , David Marchand , Dekel Peled , Dharmik Thakkar , Erik Gabriel Carrillo , Fady Bader , Ferruh Yigit , Gagandeep Singh , Gavin Hu , Gregory Etelson , Hailin Xu , Harman Kalra , Hemant Agrawal , Huisong Li , Igor Chauskin , Igor Romanov , Igor Russkikh , Ilja Van Sprundel , Jack Min , Jeff Guo , Jerin Jacob , Jun W Zhou , Junyu Jiang , Kalesh AP , Konstantin Ananyev , Lijian Zhang , Long Li , Lunyuan Cui , Maciej Bielski , Matan Azrad , Maxime Coquelin , Michal Krawczyk , Min Hu , Min Wang , Mohsin Shaikh , Nikhil Rao , Nipun Gupta , Ori Kam , Pavan Nikhilesh , Phil Yang , Qiming Yang , Qi Zhang , Radu Bulie , Rahul Gupta , Rahul Lakkireddy , Rasesh Mody , Remy Horton , Reshma Pattan , Ruifeng Wang , Shougang Wang , Shy Shyman , Somnath Kotur , Stephen Hemminger , Suanming Mou , Tao Zhu , Thomas Monjalon , Tiwei Bie , Viacheslav Ovsiienko , Wei Hu , Wei Zhao , Xiaolong Ye , Yipeng Wang , Yu Jiang , Yunjian Wang Date: Tue, 1 Sep 2020 11:01:15 +0100 Message-Id: <20200901100115.72365-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=ktraynor@redhat.com X-Mimecast-Spam-Score: 0.003 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] please help backporting some patches to LTS release 18.11.10 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: dpdk stable 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. 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 09/04/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. --- 96477b5dd5 Ajit Khaparde net/bnxt: fix allocation of COS queue info 205b742952 Ajit Khaparde net/bnxt: fix allocation of LED config info 986fa3ba83 Ajit Khaparde net/bnxt: fix allocation of link info struct e8fe0e067b Ajit Khaparde net/bnxt: fix allocation of PF info struct 91d581dc1b Akhil Goyal crypto/dpaa2_sec: fix HFN override e891b54a9e Alexander Kozyrev net/mlx5: fix descriptors number adjustment c9cc554ba4 Alexander Kozyrev net/mlx5: fix vectorized Rx burst termination 6d3f9917ff Anatoly Burakov eal: fix memory config allocation for multi-process b149a70642 Anatoly Burakov eal/freebsd: add config reattach in secondary process 6080796f65 Anatoly Burakov mem: make base address hint OS specific 4236694f0a Anatoly Burakov mem: preallocate VA space in no-huge mode be048a1aaa Andrew Rybchenko net/virtio: fix descriptor addressed in Tx 1526dd0532 Andrew Rybchenko net/virtio: fix Tx checksum offloads 29fdc5bf45 Apeksha Gupta test/crypto: fix statistics case 90ecace4f6 Archana Muniganti examples/fips_validation: fix parsing of algorithms ae08c73e6f Bernard Iremonger net/i40e: fix flow director initialisation dcd05da0ae Dekel Peled app/testpmd: fix GENEVE flow item 92818d839e Dekel Peled net/mlx5: fix match on empty VLAN item in DV mode ea81c1b816 Dekel Peled net/mlx5: fix NVGRE matching ff55182ce3 Dekel Peled net/mlx5: fix VLAN flow action with wildcard VLAN item 9c4971e523 Dekel Peled net/mlx5: update VLAN and encap actions validation 036d82365e Fady Bader mempool: remove inline functions from export list f6e63e59e7 Ferruh Yigit app/testpmd: fix global variable multiple definitions ec8615607f Gagandeep Singh crypto/dpaa_sec: fix IOVA conversions bade47a757 Gavin Hu net/i40e: relax barrier in Tx 750ff30a8f Gregory Etelson net/mlx5: fix tunnel flow priority 9d10f53e40 Harman Kalra test/metrics: fix second run 05817057fa Igor Chauskin net/ena: fix indication of bad L4 Rx checksums f6752f660f Igor Romanov net/sfc: set priority of created filters to manual 1feb8e3f4e Junyu Jiang net/iavf: fix RSS RETA after restart 87aefef133 Kalesh AP net/bnxt: fix flow error on filter creation 87520e59fb Kalesh AP net/bnxt: fix freeing filters on flow creation failure 48f9faddc6 Kalesh AP net/bnxt: fix MAC address setting when port is stopped 0466d286cd Kalesh AP net/bnxt: fix settingĀ link speed 86421846cc Kalesh AP net/bnxt: fix storing MAC address twice d4d5a04114 Kalesh AP net/bnxt: fix unnecessary memory allocation bc75bdb60f Kalesh AP net/bnxt: fix VNIC Rx queue count on VNIC free a135e050ad Konstantin Ananyev examples/ipsec-secgw: fix packet length 3eee636809 Long Li net/netvsc: fix chimney index 06387be8ea Matan Azrad net/mlx5: fix encap/decap validation 721c953018 Matan Azrad net/mlx5: fix Rx scatter mode validation 050bfe033c Matan Azrad net/mlx5: fix tunnel flow priority 3ae4beb079 Maxime Coquelin vhost: check log mmap offset and size overflow 00437823cb Mohsin Shaikh net/mlx5: use open/read/close for ib stats query 9e0d81c1a1 Ori Kam net/mlx5: fix selection between encap and decap 7392ad06f5 Pavan Nikhilesh app/testpmd: use better randomness for Tx split cb4261e0bf Pavan Nikhilesh event/octeontx2: improve datapath memory locality 030c216411 Phil Yang eventdev: relax SMP barriers with C11 atomics e84d9c62c6 Phil Yang eventdev: remove redundant reset on timer cancel 1028d63eb2 Phil Yang eventdev: use C11 atomics for lcore timer armed flag d70a869db2 Phil Yang net/ixgbe: fix link state timing on fiber ports f0617163b8 Radu Bulie mempool/dpaa2: report error on endless loop in mbuf release d256c73c11 Rahul Gupta net/bnxt: fix memory leak during queue restart 20cb28a0ec Rahul Gupta net/bnxt: fix Rx ring producer index e0e1496be5 Rahul Lakkireddy net/cxgbe: fix L2T leak in filter error and free path a60704d1ac Rasesh Mody net/qede: fix assignment of Rx/Tx handlers 207b1c813f Reshma Pattan test: fix build without ring PMD 27fb5dd285 Ruifeng Wang test: skip some subtests in no-huge mode 11b58ac709 Shougang Wang net/i40e: fix filter pctype da7018ec29 Shougang Wang net/i40e: fix queue region in RSS flow 3b931ddb5e Shy Shyman app/testpmd: fix error detection in MTU command a4f53bec7c Stephen Hemminger net/netvsc: do not query VF link state c6854a4126 Stephen Hemminger net/netvsc: fix warning when VF is removed 2786b7bf90 Suanming Mou net/mlx5: fix secondary process resources release 819d0d1d57 Tao Zhu net/ixgbe: fix blocking system events efa8c72f1e Tao Zhu net/ixgbe: fix link status inconsistencies d68ab7a9f9 Tao Zhu net/ixgbe: fix resource leak after thread exits normally 4448a202b6 Thomas Monjalon eal: remove useless makefiles e21492a517 Thomas Monjalon net/mlx: fix overlinking with meson and glue dlopen 3acf107195 Viacheslav Ovsiienko common/mlx5: fix netlink buffer allocation from stack 7593cf1d35 Viacheslav Ovsiienko net/mlx5: fix legacy multi-packet write session 150c9ac2df Wei Hu (Xavier) app/testpmd: update Rx offload after setting MTU 2e02a2afff Wei Hu (Xavier) ethdev: fix VLAN offloads set if no driver callback c52ff36686 Wei Zhao net/i40e: enable QinQ stripping be4ef2e0d0 Wei Zhao net/i40e: fix flow director enabling dcfbc594f7 Wei Zhao net/iavf: fix queue interrupt for ice 24cb500c17 Yunjian Wang net/tap: fix mbuf double free when writev fails 24cb500c17 Yunjian Wang net/tap: fix mbuf double free when writev fails