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 6906EA2EEB for ; Tue, 10 Sep 2019 10:24:08 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 54AF31DBE; Tue, 10 Sep 2019 10:24:08 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 75B5F1DBE for ; Tue, 10 Sep 2019 10:24:07 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id BCC5D302C097; Tue, 10 Sep 2019 08:24:06 +0000 (UTC) Received: from [10.36.118.30] (unknown [10.36.118.30]) by smtp.corp.redhat.com (Postfix) with ESMTP id E3A6D5C21E; Tue, 10 Sep 2019 08:24:05 +0000 (UTC) To: "Singh, Jasvinder" , dpdk stable References: <20190905102756.22553-1-ktraynor@redhat.com> <54CBAA185211B4429112C315DA58FF6D3FDF63C8@IRSMSX103.ger.corp.intel.com> From: Kevin Traynor Message-ID: <3e95dde8-5b0b-6207-7f5f-2a90d2c12af7@redhat.com> Date: Tue, 10 Sep 2019 09:24:04 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 In-Reply-To: <54CBAA185211B4429112C315DA58FF6D3FDF63C8@IRSMSX103.ger.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.46]); Tue, 10 Sep 2019 08:24:06 +0000 (UTC) Subject: Re: [dpdk-stable] please help backporting some patches to LTS release 18.11.3 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" On 09/09/2019 08:16, Singh, Jasvinder wrote: > Hi Kevin, > > My patch "examples/ip_pipeline: fix TC oversubscription weight" should not be backported. > > Thanks, > Jasvinder > Hi Jasvinder, thanks for letting me know, Kevin. > >> -----Original Message----- >> From: Kevin Traynor [mailto:ktraynor@redhat.com] >> Sent: Thursday, September 5, 2019 11:28 AM >> Cc: Dybkowski, AdamX ; Ajit Khaparde >> ; Akhil Goyal ; >> Burakov, Anatoly ; Iremonger, Bernard >> ; Dumitrescu, Cristian >> ; David Marchand >> ; Dekel Peled ; >> Dharmik Thakkar ; Yigit, Ferruh >> ; Musatescu, Flavia ; >> Gavin Hu ; Harman Kalra ; >> Hemant Agrawal ; Honnappa Nagarahalli >> ; Singh, Jasvinder >> ; Joyce Kong ; Kalesh AP >> ; Laatz, Kevin >> ; Ananyev, Konstantin >> ; Lance Richardson >> ; Drost, MariuszX >> ; Matan Azrad ; Zhang, >> Qi Z ; Rahul Gupta ; >> Remy Horton ; Pattan, Reshma >> ; Ruifeng Wang ; >> Santoshkumar Karanappa Rastapur ; >> Somnath Kotur ; Zhu, TaoX >> ; Tomasz Jozwiak ; >> Viacheslav Ovsiienko ; Zhao1, Wei >> ; Xiaoyu Min ; Wang, >> Yipeng1 >> Subject: please help backporting some patches to LTS release 18.11.3 >> >> 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 >> >> Please do either of the above by 09/12/19. >> >> >> 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 Traynor >> >> --- >> fe7848521 Ajit Khaparde net/bnxt: fix doorbell register offset for Tx ring >> b149a7064 Anatoly Burakov eal/freebsd: add config reattach in secondary >> process >> 3a690d5a6 Bernard Iremonger examples/ipsec-secgw: fix first packet with >> inline crypto >> fbbbf553f David Marchand net/pcap: fix concurrent multiseg Tx >> ea81c1b81 Dekel Peled net/mlx5: fix NVGRE matching >> 5c0bdc320 Flavia Musatescu telemetry: fix build with gcc 9 >> 9d10f53e4 Harman Kalra test/metrics: fix second run >> 2967612f4 Hemant Agrawal test/crypto: fix session init failure for wireless >> case >> b0437f8b0 Honnappa Nagarahalli hash: load value after full key compare >> 6f43682e0 Honnappa Nagarahalli test/hash: init parameters in the correct >> function 4aae2d28e Jasvinder Singh examples/ip_pipeline: fix TC >> oversubscription weight >> 6fef1ae4f Joyce Kong test/rwlock: amortize the cost of getting time >> fe252fb69 Joyce Kong test/rwlock: benchmark on all available cores >> 1f3cea004 Kalesh AP net/bnxt: fix check of address mapping >> 324c56551 Kalesh AP net/bnxt: fix error checking of FW commands >> 96b0931d5 Kalesh AP net/bnxt: fix extended port counter statistics >> 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 zero >> a135e050a Konstantin Ananyev examples/ipsec-secgw: fix packet length >> b1a3ac782 Mariusz Drost examples/ipsec-secgw: fix inline modes >> 721c95301 Matan Azrad net/mlx5: fix Rx scatter mode validation >> b4e190d55 Santoshkumar Karanappa Rastapur net/bnxt: fix MAC/VLAN filter >> allocation >> dbda2092d Tao Zhu net/i40e: fix request queue in VF >> b643808ff Tomasz Jozwiak compress/qat: fix overflow status return >> dcfbc594f Wei Zhao net/iavf: fix queue interrupt for ice