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 A573DA04B5 for ; Tue, 3 Dec 2019 20:43:33 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 617111BFB2; Tue, 3 Dec 2019 20:43:33 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by dpdk.org (Postfix) with ESMTP id BF41A1BFB2 for ; Tue, 3 Dec 2019 20:43:31 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1575402211; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=sPgwCSJmZRLMv1foF9BEYpwSt/u0SXRZckqSiyNWKhE=; b=M7fX6xHoZGXpPgUVEhO1SM0S/7BnOMAOiJmsOvW9ClwaXNgwiSm7E6LeTgJYyyAYNkFDti H/3EWtXOkuuB/C/NC141odeqyex93lb/X3CmLaY99uW6T0yL3s1RjuUms2LicR8POyLtD4 uORTOBptj8HXc90mRhlrzLiyB8+yb20= 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-255-r7FKVibCNL2iW7joC4Myhg-1; Tue, 03 Dec 2019 14:43:29 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 0817EDC20 for ; Tue, 3 Dec 2019 19:43:29 +0000 (UTC) Received: from rh.redhat.com (ovpn-117-10.ams2.redhat.com [10.36.117.10]) by smtp.corp.redhat.com (Postfix) with ESMTP id 6EF0760BE0 for ; Tue, 3 Dec 2019 19:43:28 +0000 (UTC) From: Kevin Traynor To: dpdk stable Date: Tue, 3 Dec 2019 19:43:27 +0000 Message-Id: <20191203194327.23717-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-MC-Unique: r7FKVibCNL2iW7joC4Myhg-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Subject: [dpdk-stable] please help backporting some patches to LTS release 18.11.6 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. 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 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=3D18.11&id=3Dd90e6ae6f936ecd= c2fd3811ff9f26aec7f3c06eb 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=3D'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. --- c023cd5b2 Ajit Khaparde net/bnxt: fix async link handling and update fe7848521 Ajit Khaparde net/bnxt: fix doorbell register offset for Tx r= ing 89278c59d Ajit Khaparde net/bnxt: fix flow flush handling 458f0360e Ajit Khaparde net/bnxt: get default HWRM command timeout from= FW 305d1fd39 Ajit Khaparde net/bnxt: update trusted VF status only when it= changes b149a7064 Anatoly Burakov eal/freebsd: add config reattach in secondary p= rocess 75dbb45f2 Arnon Warshavsky eal: fix mapping leak in secondary process ea81c1b81 Dekel Peled net/mlx5: fix NVGRE matching 9d10f53e4 Harman Kalra test/metrics: fix second run 0964a9512 Hemant Agrawal bus/dpaa: fix dpaa_sec blacklist 2967612f4 Hemant Agrawal test/crypto: fix session init failure for wirel= ess case b0437f8b0 Honnappa Nagarahalli hash: load value after full key compare 6f43682e0 Honnappa Nagarahalli test/hash: init parameters in the correct f= unction e0d865357 Kalesh AP net/bnxt: enable interrupts according interface= status 1f3cea004 Kalesh AP net/bnxt: fix check of address mapping 996355970 Kalesh AP net/bnxt: fix coding style 2171e66f9 Kalesh AP net/bnxt: fix deferred start of Tx queues 324c56551 Kalesh AP net/bnxt: fix error checking of FW commands 9bc556e3e Kalesh AP net/bnxt: fix error handling in xstats 96b0931d5 Kalesh AP net/bnxt: fix extended port counter statistics dc177579d Kalesh AP net/bnxt: fix L2 context calculation for Thor 3955e2687 Kalesh AP net/bnxt: fix Rx queue start/stop 988562f0b Kalesh AP net/bnxt: fix setting default MAC address 9f55e6ac7 Kalesh AP net/bnxt: fix stats errors handling aa2c00702 Kalesh AP net/bnxt: fix traffic stall on Rx queue stop/st= art 72aaa312e Kalesh AP net/bnxt: fix VF probe when MAC address is zero 9924dfd60 Kalesh AP net/bnxt: move macro definitions to header file a135e050a Konstantin Ananyev examples/ipsec-secgw: fix packet length 94d4afd2d Lance Richardson net/bnxt: advertise scatter Rx offload capabili= ty e76097f84 Marvin Liu net/virtio: cleanup on demand when in-order Tx 1ae55ad38 Marvin Liu net/virtio: fix mbuf data and packet length mis= match 721c95301 Matan Azrad net/mlx5: fix Rx scatter mode validation 6d608a6cc Nicolas Chautru baseband/fpga_lte_fec: fix probing 005d943e5 Nipun Gupta net/dpaa2: set port in mbuf e9924638f Pavel Belous net/atlantic: add FW mailbox guard mutex 34c0ba839 Rahul Gupta net/bnxt: fix Rx queue count e9ccabda0 Rahul Gupta net/bnxt: reduce cleanup time during reset reco= very 09aac391a Santoshkumar Karanappa Rastapur net/bnxt: fix forwarding with hi= gher mbuf size b4e190d55 Santoshkumar Karanappa Rastapur net/bnxt: fix MAC/VLAN filter al= location d6c7475b9 Santoshkumar Karanappa Rastapur net/bnxt: free default completio= n ring before VF config 5526c8025 Somnath Kotur net/bnxt: fix race between interrupt handler an= d dev config f35eaaca5 Stephen Hemminger net/bnxt: fix crash in secondary process dbda2092d Tao Zhu net/i40e: fix request queue in VF 6118503d8 Venkat Duvvuru net/bnxt: fix VLAN filtering dcfbc594f Wei Zhao net/iavf: fix queue interrupt for ice