From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-f45.google.com (mail-wm1-f45.google.com [209.85.128.45]) by dpdk.org (Postfix) with ESMTP id 0747A29CB for ; Mon, 19 Nov 2018 11:57:03 +0100 (CET) Received: by mail-wm1-f45.google.com with SMTP id p2-v6so4737053wmc.2 for ; Mon, 19 Nov 2018 02:57:03 -0800 (PST) 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=3QYdoHQPjcMwd43MMvhF5oxsxEwqo1Q6B+16XtgoniM=; b=qs8sZYFvh41bg31IRW/6jOPWdoo52HImb7ZJx7LXkVP71VqvJoKloVRRdvx4WVfJXh 9hBKOUtH8xovtL47PkeTIC6i4pqj/yMhDw/fkolcsnaNEF0s3jHDs+rLmjLquk2+wqX9 pDMHaWJpg+pg2hwCMRUcotMH+c++GOaW6rwHUCKqmV9WEJsuttBB7IpPVPjMt5bcLOIH 5UOYFrEU61Ivmqg1DPycy6BZERCbrBCisKTaXlE5nvhHdFKWQZLlfMGolfvWmhgcuvSv hjzQHtBPP+xZKbirF5f3ZdWZrDqbjDREXNpE9EKZxkJbAr2ZXtRPJ91VScstz5org/Tw PJYg== X-Gm-Message-State: AA+aEWbgTbPTaRMv4sPoI7wlLu0n/4TiRGmywBRqiKTK0eZXdA/gdiOB 61okPNkGVSmwasRyH5UAn3Etnuot X-Google-Smtp-Source: AJdET5dMXm2ls9PZXHMgx0q3Eo7oMNTbN5f2FRzd8+SOVzyRhpcDBRcdUTjgRV/BWxHDicZZvD4rEA== X-Received: by 2002:a1c:ca02:: with SMTP id a2mr6665785wmg.139.1542625023060; Mon, 19 Nov 2018 02:57:03 -0800 (PST) Received: from localhost ([2a01:4b00:f419:6f00:8361:8946:ba2b:d556]) by smtp.gmail.com with ESMTPSA id n8sm10267876wrw.59.2018.11.19.02.57.01 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 19 Nov 2018 02:57:01 -0800 (PST) From: Luca Boccassi To: dpdk stable Cc: Akhil Goyal , Anatoly Burakov , Andrew Rybchenko , Beilei Xing , Bruce Richardson , Ferruh Yigit , Gaetan Rivet , Gavin Hu , Ilya Maximets , Jerin Jacob , Jiayu Hu , Junxiao Shi , Konstantin Ananyev , Marko Kovacevic , Natalie Samsonov , Neil Horman , Qi Zhang , Rasesh Mody , Shahaf Shuler , Shahed Shaikh , Shreyansh Jain , Somnath Kotur , Tianfei Zhang , Yelena Krivosheev , Yongseok Koh Date: Mon, 19 Nov 2018 10:56:49 +0000 Message-Id: <20181119105649.6715-1-bluca@debian.org> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20181101111121.5570-1-bluca@debian.org> References: <20181101111121.5570-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: Mon, 19 Nov 2018 10:57:04 -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 --- b1621823e Anatoly Burakov mem: fix undefined behavior in NUMA-aware mapping 054d1be48 Beilei Xing net/i40e: fix Rx instability with vector mode c23e46594 Jerin Jacob mbuf: fix offload flag name and list 1037ed842 Jerin Jacob mbuf: fix Tx offload mask f49d7e9a9 Junxiao Shi cryptodev: fix pool element size for undefined operation 54f4a22dc Qi Zhang net/i40e/base: improve the polling mechanism b72611a27 Qi Zhang net/i40e/base: read LLDP config area with correct endianness cb7199279 Rasesh Mody net/qede/base: fix to handle stag update event d469f6a5e Shahaf Shuler net/mlx5: add representor specific statistics f9de87187 Shahaf Shuler net/mlx5: disable ConnectX-4 Lx Multi Packet Send by default 1a611fdaf Shahaf Shuler net/mlx5: support missing counter in extended statistics 318d7da31 Shahed Shaikh net/qede: fix Rx buffer size calculation 51fafb89a Somnath Kotur net/bnxt: get rid of ff pools and use VNIC info array