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 6F69CA04B3 for ; Tue, 24 Dec 2019 12:36:00 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5762EF72; Tue, 24 Dec 2019 12:36:00 +0100 (CET) Received: from mail-wr1-f68.google.com (mail-wr1-f68.google.com [209.85.221.68]) by dpdk.org (Postfix) with ESMTP id 890A8F72 for ; Tue, 24 Dec 2019 12:35:59 +0100 (CET) Received: by mail-wr1-f68.google.com with SMTP id w15so6962993wru.4 for ; Tue, 24 Dec 2019 03:35:59 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:date :content-transfer-encoding:user-agent:mime-version; bh=cXe0DWdxeW/lAypcf19j7DRHuodVk9NKRMxJGOWUXMs=; b=NBqlS2/vVjLX5WEev0FYnmmhhVnN7Qv0W/QCV9qMTzUNPhR2+bgaVWS9vlAc5h5aNJ BR/8grRhfi9Pq1ZTZsN4VLbu6Sjpzwodt2Iou4x6wwzn7sCaG+69lu32JvLilRmSuMtA ILTbKPEmcR9ZAWvpSsFQyt/ZNddnPhcsODPEUs8rcl8cnWff9UnPHU+QIOYWusNujRCI JxOEMraLSNY80QJhyIEh2m/WgKs1iQ/4oNipQw7dGR/V2SRSC9h01MI7mOnp0Br+QKc5 LOXeZRypcHjM1gmdDIQ3mdoBEmTeu1085jMg+TUuG6zSIJohR8Ifj6lFeoVcDet+twps oXmA== X-Gm-Message-State: APjAAAWcUJgSOkBo5n7ZsCpF9yY9GXbLg5KwVTh3BMidct1HNYG27kce hJbySaw9eid9RZzDbbvYlwEpdtX4KR+k0w== X-Google-Smtp-Source: APXvYqxrFlnGQuseG7iNKMaCAb7s1DM4x0O8Y873TU4CojPyw4kBNEIiEtFKtRHx+QgsYzgh/TE4ew== X-Received: by 2002:adf:f382:: with SMTP id m2mr34987464wro.163.1577187358947; Tue, 24 Dec 2019 03:35:58 -0800 (PST) Received: from localhost ([80.120.231.178]) by smtp.gmail.com with ESMTPSA id x17sm23630068wrt.74.2019.12.24.03.35.58 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 24 Dec 2019 03:35:58 -0800 (PST) Message-ID: <368bb618fce3aa60052bb8b461cf6e3256c64a5d.camel@debian.org> From: Luca Boccassi To: dpdk stable Date: Tue, 24 Dec 2019 11:35:57 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Subject: [dpdk-stable] please help backporting some patches to LTS release 17.11.10 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 17.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 17.11 branch, or - Indicate that the patch should not be backported Please do either of the above by the 10th of January 2020. 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: =20 https://git.dpdk.org/dpdk-stable/commit/?h=3D18.11&id=3Dd90e6ae6f936ecdc2fd= 3811ff9f26aec7f3c06eb When sending the backported patch, please indicate the target branch in the subject line, as we have multiple branches, for example: [PATCH 17.11] foo/bar: fix baz With git format-patch, this can be achieved by appending the parameter: --subject-prefix=3D'PATCH 17.11' Send the backported patch to "stable@dpdk.org" but not "dev@dpdk.org". FYI, branch 17.11 is located at tree: https://git.dpdk.org/dpdk-stable Thanks. Luca Boccassi --- 1fc3b3f06a Adrian Moreno vhost: convert buffer addresses to GPA for logging 5d9dc18e1b Adrian Moreno vhost: fix vring memory partially mapped 89278c59d9 Ajit Khaparde net/bnxt: fix flow flush handling 89a0deb866 Ajit Khaparde net/bnxt: fix resource qcaps with older FW 8d7bdc8c13 Ajit Khaparde net/bnxt: fix writing MTU to FW 6d3f9917ff Anatoly Burakov eal: fix memory config allocation for multi-process 6080796f65 Anatoly Burakov mem: make base address hint OS specific 75dbb45f28 Arnon Warshavsky eal: fix mapping leak in secondary process 23742f21f7 Bernard Iremonger examples/ipsec-secgw: fix unchecked return value 7edbf7ddfd Ciara Power app/procinfo: use strlcpy for copying string 65beb9abca Damian Nowak crypto/qat: fix null auth when using VFIO 8e35792c53 David Marchand eal: remove dead code on NUMA node detection 21ecbde99b Gavin Hu net/bnxt: replace memory barrier for doorbell response c655c547f9 Hyong Youb Kim net/enic: fix crash in secondary process e92a4b4148 Hyong Youb Kim net/enic: fix probe for secondary process 05817057fa Igor Chauskin net/ena: fix indication of bad L4 Rx checksums e0d865357e Kalesh AP net/bnxt: enable interrupts according interface status 1bcec6ee08 Kalesh AP net/bnxt: fix IP checksum error indication b875339622 Kalesh AP net/bnxt: fix L4 checksum indication in non-vector Rx e7858c8b4a Qi Zhang net/ice/base: fix mask for checking protocol header 07c417e5fc Qi Zhang net/ice/base: fix overrun 2db7c617f6 Qi Zhang net/ice/base: resolve static analysis issues e9ccabda04 Rahul Gupta net/bnxt: reduce cleanup time during reset recovery 766d68ac2d Rasesh Mody net/qede/base: fix page index for PBL chains 8937597cfe Santoshkumar Karanappa Rastapur net/bnxt: fix crash after removing and adding slaves 09aac391a5 Santoshkumar Karanappa Rastapur net/bnxt: fix forwarding with higher mbuf size 7d4e9e2606 Santoshkumar Karanappa Rastapur net/bnxt: fix ping with MTU change 6d178ea040 Santoshkumar Karanappa Rastapur net/bnxt: free default completion ring before VF config 8de0c42019 Shahed Shaikh net/qede: fix odd number of queues usage in 100G mode 235cbe4c22 Shahed Shaikh net/qede: fix RSS configuration as per new allocation method 0aa3e7b925 Shahed Shaikh net/qede: fix stats flow as per new allocation method 642f25da9c Shahed Shaikh net/qede: refactor Rx and Tx queue setup 5526c8025d Somnath Kotur net/bnxt: fix race between interrupt handler and dev config 6958e40dbc Thibaut Collet net/virtio: fix Rx stats with vectorized functions 037cc747d1 Venkat Duvvuru net/bnxt: fix default MAC check 938a87db43 Venkat Duvvuru net/bnxt: fix redundant MAC address check 6118503d80 Venkat Duvvuru net/bnxt: fix VLAN filtering 675f65dc66 Xiao Zhang net/e1000: fix MAC type checking d6956e9239 Xiao Zhang net/e1000: fix memory barrier usage in Tx 2808a12cc0 Xueming Li malloc: fix memory element size in case of padding