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 8AB26A04DB for ; Tue, 17 Nov 2020 12:28:44 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 832A737B0; Tue, 17 Nov 2020 12:28:43 +0100 (CET) Received: from mail-wm1-f46.google.com (mail-wm1-f46.google.com [209.85.128.46]) by dpdk.org (Postfix) with ESMTP id C63E437B0 for ; Tue, 17 Nov 2020 12:28:41 +0100 (CET) Received: by mail-wm1-f46.google.com with SMTP id p19so1831061wmg.0 for ; Tue, 17 Nov 2020 03:28:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=d/xvqI9neilsE9jOGmjUPDDbo2PUAxrvmTClIOkASnM=; b=UvSKt422Q3zMvBTek+OIpxgcvyxFf8nuj/LXuHZQVvaecmi52I7JPlKnCN82GQeSP/ iKTX0U/fy1mJGGjaE9Q4cmzuqGQ66kJwp4AEcSC1F1RiyUs2zMh7GVy8yWhIOAyD2U6T MLFujVuAECoYivHYyN+hVSGzaCqOF9h2nRRcuxrUWpTne9AIpsn1WOmPZ8fsGN9L664R t0mz+XPIOKkh0SpR1cMgK+XqArOx1AKCjXBXZe//DY1I00/My04qEqFk5kVEd4W/nKRN J6YbUi+VFzXrecGrSiBwFP3KdFh9dzHKMbR9z3W7SMM+jj7p0SqEW7eiCFRV2DyPQH6w pa7A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=d/xvqI9neilsE9jOGmjUPDDbo2PUAxrvmTClIOkASnM=; b=SAIz2onjB0/yp729QFv5ORxjKRuPUFvy9MLf7roawU/CSAEaamazyvde19ZxXEt1fi eDeDVDddqZtP9c4izp+rMikChAIqtGFFOjY8eOowOdAAznI/RVKpkJG5EIxSnXenuFEy oeOOln/0H9qow64RyGlrF+wbl5BA/3oMrah3083BwztrlexKT9c7MEF/dZbdiyLDxWV3 QrneRyQysmofRitDd2wYK0kJJLRaXRA7gobmybF/bHLeo4LoXqwwL+27CXZYer1wSfbY AKR5UCPNT1Sg36jYZ65qRQGqcZwN0JPmFL+1vKlCbkt3/mA/awlqkSyHZgwQYysi6fgC rmjQ== X-Gm-Message-State: AOAM532QlteOATcrq4c498+mqE/4JnEmoGb/dT11GUBEPsGGcR3HIRGc bOrgdzDsTt5gJ5HAHrM80l9uNo7/R9OwHROa X-Google-Smtp-Source: ABdhPJzeI2Q2/R3Vy7JAtlWLF1IxkEOIzBQHw2DHW4EX+lATLZbytxeyXLyA3Gm634MA2X6vtj82jw== X-Received: by 2002:a1c:1b12:: with SMTP id b18mr3833602wmb.119.1605612520269; Tue, 17 Nov 2020 03:28:40 -0800 (PST) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id r10sm3085616wmg.16.2020.11.17.03.28.39 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 17 Nov 2020 03:28:39 -0800 (PST) From: luca.boccassi@gmail.com To: dpdk stable Date: Tue, 17 Nov 2020 11:28:37 +0000 Message-Id: <20201117112837.1963078-1-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] please help backporting some patches to stable release 19.11.6 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 main to 19.11 stable branch, as conflicts or build errors occur. Can authors check your patches in the following list and either: - Backport your patches to the 19.11 branch, or - Indicate that the patch should not be backported Please do either of the above by 11/24/20. Some notes on stable backports: A backport should contain a reference to the DPDK main 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 19.11] foo/bar: fix baz With git format-patch, this can be achieved by appending the parameter: --subject-prefix='PATCH 19.11' Send the backported patch to "stable@dpdk.org" but not "dev@dpdk.org". FYI, branch 19.11 is located at tree: https://git.dpdk.org/dpdk-stable Thanks. Luca Boccassi --- fe5d0e85b7 Chenxu Di net/i40e: fix flow director flex configuration 992e6df3da Jiawei Wang common/mlx5: free MR resource on device DMA unmap