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 7BB32A04B5 for ; Wed, 4 Dec 2019 02:57:39 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 242051BF6C; Wed, 4 Dec 2019 02:57:39 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 9F8421BF6C for ; Wed, 4 Dec 2019 02:57:37 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Dec 2019 17:57:35 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,275,1571727600"; d="scan'208";a="223051505" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga002.jf.intel.com with ESMTP; 03 Dec 2019 17:57:35 -0800 Received: from fmsmsx158.amr.corp.intel.com (10.18.116.75) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 3 Dec 2019 17:57:34 -0800 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by fmsmsx158.amr.corp.intel.com (10.18.116.75) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 3 Dec 2019 17:57:35 -0800 Received: from shsmsx106.ccr.corp.intel.com ([169.254.10.236]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.46]) with mapi id 14.03.0439.000; Wed, 4 Dec 2019 09:57:33 +0800 From: "Zhu, TaoX" To: dpdk stable Thread-Topic: please help backporting some patches to LTS release 18.11.6 Thread-Index: AQHVqgz8YWQp3KjkSUWBV7gl+FO06qepN6GQ Date: Wed, 4 Dec 2019 01:57:32 +0000 Message-ID: <60652C6914E08D41B9AA1580751B3CA9C13F53@SHSMSX106.ccr.corp.intel.com> References: <20191203190657.22859-1-ktraynor@redhat.com> In-Reply-To: <20191203190657.22859-1-ktraynor@redhat.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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 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" The patch should not be backported: dbda2092d Tao Zhu net/i40e: fix request queue in VF BR, Zhu, Tao > -----Original Message----- > From: Kevin Traynor [mailto:ktraynor@redhat.com] > Sent: Wednesday, December 4, 2019 3:07 AM > Cc: Ajit Khaparde ; Akhil Goyal > ; Burakov, Anatoly ; > Arnon Warshavsky ; David Marchand > ; Dekel Peled ; > Dharmik Thakkar ; Gavin Hu > ; Harman Kalra ; Hemant > Agrawal ; Honnappa Nagarahalli > ; Igor Russkikh > ; Kalesh AP anakkur.purayil@broadcom.com>; Ananyev, Konstantin > ; Lance Richardson > ; Liu, Yong ; Matan > Azrad ; Maxime Coquelin > ; Chautru, Nicolas > ; Nipun Gupta ; Pavel > Belous ; Zhang, Qi Z ; > Rahul Gupta ; Remy Horton > ; Pattan, Reshma ; > Ruifeng Wang ; Sachin Saxena > ; Santoshkumar Karanappa Rastapur > ; Somnath Kotur > ; Stephen Hemminger > ; Zhu, TaoX ; Venkat > Duvvuru ; Viacheslav Ovsiienko > ; Zhao1, Wei ; Xiaoyu > Min ; Wang, Yipeng1 > Subject: please help backporting some patches to LTS release 18.11.6 >=20 > Hi commit authors (and maintainers), >=20 > I didn't apply following commits from DPDK master to 18.11 LTS branch, as > conflicts or build errors occur. >=20 > 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 >=20 > Some notes on LTS backports: >=20 > A backport should contain a reference to the DPDK master branch commit in > it's commit message in the following fashion: > [ upstream commit ] >=20 > For example: > https://git.dpdk.org/dpdk- > stable/commit/?h=3D18.11&id=3Dd90e6ae6f936ecdc2fd3811ff9f26aec7f3c06eb >=20 > When sending the backported patch, please indicate the target branch in t= he > subject line, as we have multiple branches, for example: > [PATCH 18.11] foo/bar: fix baz >=20 > With git format-patch, this can be achieved by appending the parameter: > --subject-prefix=3D'PATCH 18.11' >=20 > Send the backported patch to "stable@dpdk.org" but not "dev@dpdk.org". >=20 > FYI, branch 18.11 is located at tree: > https://git.dpdk.org/dpdk-stable >=20 > Thanks. >=20 > Kevin. >=20 > --- > c023cd5b2 Ajit Khaparde net/bnxt: fix async link handling and update > fe7848521 Ajit Khaparde net/bnxt: fix doorbell register offset for Tx= ring > 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 > process > 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 wir= eless > case > b0437f8b0 Honnappa Nagarahalli hash: load value after full key compare > 6f43682e0 Honnappa Nagarahalli test/hash: init parameters in the correct > function > e0d865357 Kalesh AP net/bnxt: enable interrupts according interfa= ce > 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 statistic= s > 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/= start > 72aaa312e Kalesh AP net/bnxt: fix VF probe when MAC address is ze= ro > 9924dfd60 Kalesh AP net/bnxt: move macro definitions to header fi= le > a135e050a Konstantin Ananyev examples/ipsec-secgw: fix packet length > 94d4afd2d Lance Richardson net/bnxt: advertise scatter Rx offload capabi= lity > e76097f84 Marvin Liu net/virtio: cleanup on demand when in-order T= x > 1ae55ad38 Marvin Liu net/virtio: fix mbuf data and packet length > mismatch > 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 > recovery > 09aac391a Santoshkumar Karanappa Rastapur net/bnxt: fix forwarding with > higher mbuf size > b4e190d55 Santoshkumar Karanappa Rastapur net/bnxt: fix MAC/VLAN filter > allocation > d6c7475b9 Santoshkumar Karanappa Rastapur net/bnxt: free default > completion ring before VF config > 5526c8025 Somnath Kotur net/bnxt: fix race between interrupt handler > and 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