From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-f68.google.com (mail-wm1-f68.google.com [209.85.128.68]) by dpdk.org (Postfix) with ESMTP id DCDA77D34 for ; Thu, 18 Oct 2018 10:37:45 +0200 (CEST) Received: by mail-wm1-f68.google.com with SMTP id i8-v6so4509911wmg.0 for ; Thu, 18 Oct 2018 01:37:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=tP4Z3FbiL3DF2NRYMHn8iG+wYEblJyvPBhtlU7M0AKo=; b=N7mV8LYAeWjiviDKmZjn7T3J48ywsiVr1buYt8V+BP59Y0C9jgU6+sWoV2wIDOJCP9 b8bV8lx8bFwfU9CisIJ3AjiNIp5p5UTa4cIZYXCZC2qHREv7N0v3DjY6VtqHCKflFmIq EJggXVbWwn9SVNUTvUF0OdS+Au5U/CWAHvyJgk2GTfqVadPzsf2pzgX8/qJiT10mEqU8 XEtLjCWeJVu1ZdwJk0jEOjEPx84dH2uoMAxHRrkiQp9lLgn7xiOi7p5vomUbVaKGr77u y2/LZXd3eZa9i6fmhC8a+h0uJaUwFq91LnxSDeUroqM9y/O1PmsJXJ1tABGAxkdxXjHE Vwuw== X-Gm-Message-State: ABuFfoi+9p75YUjMcdAzaebaBaKVKp1njp8F5/VNxA1VzDz03TX5fWBt ovVv7+3V6ux+T3m+FbJDzFyk7ly8+T0= X-Google-Smtp-Source: ACcGV600OwTub+TIo3omf31+p+uoqzMNBQYhXXMYpQvZthQF/GmOIHsqzjMPab0qdAWjbIslTK1bVQ== X-Received: by 2002:a1c:1203:: with SMTP id 3-v6mr6346468wms.21.1539851865044; Thu, 18 Oct 2018 01:37:45 -0700 (PDT) Received: from localhost ([2a01:4b00:f419:6f00:8361:8946:ba2b:d556]) by smtp.gmail.com with ESMTPSA id z185-v6sm7321437wmz.47.2018.10.18.01.37.43 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 18 Oct 2018 01:37:43 -0700 (PDT) From: Luca Boccassi To: dpdk stable Cc: Akhil Goyal , Anatoly Burakov , Beilei Xing , Bruce Richardson , Declan Doherty , Ferruh Yigit , Fiona Trahe , Gaetan Rivet , Ilya Maximets , Jerin Jacob , Jiayu Hu , Maxime Coquelin , Neil Horman , Paul M Stillwell Jr , Qi Zhang , Radu Nicolau , Shahaf Shuler , Somnath Kotur , Thomas Monjalon , Tiwei Bie Date: Thu, 18 Oct 2018 09:37:37 +0100 Message-Id: <20181018083737.16783-1-bluca@debian.org> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20181003165507.9536-1-bluca@debian.org> References: <20181003165507.9536-1-bluca@debian.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] please help backporting some patches to LTS release 16.11.9 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: , X-List-Received-Date: Thu, 18 Oct 2018 08:37:46 -0000 Hi commit authors (and maintainers), I didn't manage to apply following commits from upstream to stable branch 16.11: conflict happens. I'm wondering can the authors check the following list and backport those patches belong to you? FYI, branch 16.11 is located at tree: git://dpdk.org/dpdk-stable It'd be great if you could do that in one or two weeks. Also, please add a heading line like below before the commit log body: [ backported from upstream commit xxx ] Example: http://dpdk.org/browse/dpdk-stable/commit/?h=16.07&id=c4831394c7d1944d8ec27d52c22997f20d19718e Also please mention the target LTS in the subject line, as we have more than one at the same time, for example: [PATCH 16.11] foo/bar: fix baz With git send-email, this can be achieved by appending the parameter: --subject-prefix='16.11' Please let me know if you have any comments, say, need more time, or it's worthless to packport it. And please send it to "stable@dpdk.org", but not "dev@dpdk.org". Thanks. Luca Boccassi --- b1621823ea Anatoly Burakov mem: fix undefined behavior in NUMA-aware mapping 738ad7b42b Fiona Trahe test/crypto: fix number of queue pairs 1037ed842c Jerin Jacob mbuf: fix Tx offload mask 729199397f Jiayu Hu vhost: fix corner case for enqueue operation cb0ad8fa26 Paul M Stillwell Jr ethdev: fix doxygen comment to be with structure 54f4a22dc1 Qi Zhang net/i40e/base: improve the polling mechanism b72611a274 Qi Zhang net/i40e/base: read LLDP config area with correct endianness 7486331308 Radu Nicolau net/bonding: stop and deactivate slaves on stop d469f6a5eb Shahaf Shuler net/mlx5: add representor specific statistics 1a611fdaf6 Shahaf Shuler net/mlx5: support missing counter in extended statistics 51fafb89a9 Somnath Kotur net/bnxt: get rid of ff pools and use VNIC info array 8f3ea0a03d Thomas Monjalon devtools: fix printing subject of checked patch ff37ca5d37 Thomas Monjalon devtools: use a common prefix for temporary files 66908eff12 Tiwei Bie net/virtio: add missing supported features