From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-f68.google.com (mail-wr1-f68.google.com [209.85.221.68]) by dpdk.org (Postfix) with ESMTP id EB86E4C97 for ; Mon, 30 Jul 2018 11:13:39 +0200 (CEST) Received: by mail-wr1-f68.google.com with SMTP id h9-v6so12022062wro.3 for ; Mon, 30 Jul 2018 02:13:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=nm4ohoX9MPy1shzEvxbq194qcb7TpE/ediL02ymWcWE=; b=cTPIyOKJ8mZ+ZLKGpu+pFeGjeKSSwF/mbn9CodESSdrtgqWaLg7bBCftA2lQ1MGmXO 7Nq9zUcxyN3CclNk2STINM5h2ybxKyrkYtVmM+Q+bVyLOCVK+zK/jD3Oaz4eOOw/mTwe xWP0uKpQsnhviT1ofxFkfBsi+8riM/00xU1MYlR3uId/3BJJXlj7eivzDgm+8OrMNViZ 82w4tWJ6qtv9ltDKX79oapyIjOdMxqoaSO+Not5M+3HjG7/syyMxzwOMTdMq7agLlpUi Uj5yYnhMXD5oKyz8BJZZ0+5bu5B/Ml5AHgOPmwv9FuJpckmZIcJGzWjUUjzo822cFJnD 50DQ== 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; bh=nm4ohoX9MPy1shzEvxbq194qcb7TpE/ediL02ymWcWE=; b=EatIlvALNQXTcJLHuA5R191jiyRviCTjQorCQ7WKTI41h2RHbejgkUIuPkBEp0DPHF /WuQ7NTrpJRi6h8JtN0y7ruN0fGs955frSAJGZLYsrbMibwv4V+dxL85p9dqstJH5T0X d+KYBhvcMH/PxE6d8YPJKHAx3Rgjlocl85cMDZr5/xFtDRih0T/UwXbTE73HX2amDo/6 kwtbCV2BH7t0cRtNisF3uBjhP0HUZp3cA0YSXXLE5yPF5+A76lVag7RQ5xMKMXndb5W6 +ivZepKEjTtut/iyF5EnAqUnH6HLI9icfjrnHE7Uvsnqk9V8WH2G/jkk1pHF2e8xVVsD KicQ== X-Gm-Message-State: AOUpUlE2iEco1iqmDG32trDDKz/Kbbi9PM379SoAAepOsyfkfD7ckgGJ e9E30S/15io8tgyRks+xJf+tvJ+W X-Google-Smtp-Source: AAOMgpcQzJXp4vFhNJyfVdX0vVwqdCWw6JbtKg92zx7K09rg84Ti+I0wKNJkzmFZle0iGQfpGijUsA== X-Received: by 2002:adf:a599:: with SMTP id g25-v6mr11029179wrc.88.1532942019436; Mon, 30 Jul 2018 02:13:39 -0700 (PDT) Received: from localhost ([2a00:23c5:be94:4600:7b12:f8a0:fd52:f87d]) by smtp.gmail.com with ESMTPSA id o16-v6sm11817515wmf.10.2018.07.30.02.13.38 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 30 Jul 2018 02:13:38 -0700 (PDT) From: luca.boccassi@gmail.com To: dpdk stable Cc: Anatoly Burakov , Dmitry Eremin-Solenikov , Fiona Trahe , Moti Haimovsky , Pablo de Lara , Rahul Lakkireddy , Shahaf Shuler , Takeshi Yoshimura Date: Mon, 30 Jul 2018 10:13:28 +0100 Message-Id: <20180730091328.6653-1-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180726153217.11493-1-luca.boccassi@gmail.com> References: <20180726153217.11493-1-luca.boccassi@gmail.com> Subject: [dpdk-stable] please help backporting some patches to LTS release 16.11.8 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, 30 Jul 2018 09:13:40 -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 --- 64cb90f88 Fiona Trahe crypto/qat: fix checks for 3GPP algo bit params 79d098921 Moti Haimovsky net/mlx5: fix build with old kernels a8fd8881d Pablo de Lara examples/l2fwd-crypto: skip device not supporting operation 9726c51df Rahul Lakkireddy net/cxgbe: fix init failure due to new flash parts d4774a568 Takeshi Yoshimura vfio: fix workaround of BAR mapping