From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 75B81A0C47 for ; Mon, 26 Jul 2021 16:41:53 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6613F40DDA; Mon, 26 Jul 2021 16:41:53 +0200 (CEST) Received: from mail-wm1-f49.google.com (mail-wm1-f49.google.com [209.85.128.49]) by mails.dpdk.org (Postfix) with ESMTP id 1FEF740DDA for ; Mon, 26 Jul 2021 16:41:52 +0200 (CEST) Received: by mail-wm1-f49.google.com with SMTP id o5-20020a1c4d050000b02901fc3a62af78so8340446wmh.3 for ; Mon, 26 Jul 2021 07:41:52 -0700 (PDT) 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=l9TXRDtW7qDl9eDNvCCK5PNcyexnloLQxH2dS6FCkJ8=; b=ajjnSwjGebw/XxWfozmVNbc8Wwf1f/SVBBt6Ny2rsxzcsWawlCphyg/FX3s7wXqEvy FWEUIxDmgd8rBsO9hx0ZzksaPavEl9JtERnx4QDMAXjmwRjmmACN06n64Ql1Bix7Qpjx 37yJhsRNjWA1VA+SkO3i7W/l613PXh3K23JD6YsHPks/ymxhZU/asymU+3dZS+mOv3EA +V90AsmCZDocq/egptaZwm1A3ad3HbCHl5s5beQLyqS4lKkX6ePAOzI/OOSGvS76r/rI tgnjARSVHYxaHhm6tFc6uOZDxZ8RtSmJurJsY3A4MMoNfHVP9XogYdaUYVrdIjzo26uC r2VQ== 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=l9TXRDtW7qDl9eDNvCCK5PNcyexnloLQxH2dS6FCkJ8=; b=ZSvV6HLSYw50Zuwi0hznqPWmYD/FwlAUd/uqJIdQBlh/+2ucN5ao8chBV0FdpbZtqI CAvadWSXAFyVIl/yjQSggDB+mSnjIm//amx27/QukDlx3y9qZSnIdePagmkGEnN5JbuE Ji7Ul84No2XAlhrUJKDfILZC+wy/txz0lNWQO4dS+J3YEHjkEYaoGXCuqF+EpTyjrWU5 0IIo64msYB2ijzSw1eXC1/WjET57rUTEoJlYyS9Ws2ZsqnnEeGp66mUypWgdDU0ssloV GzdlHqJkatmnrStaXbWU6LIcy3jYtgUTHPSlcKojJhJrW9g4G/qUHo1Ond3Z90mr/DN2 FNkw== X-Gm-Message-State: AOAM5329jKL95rJSR9PkeCzI+9yXEtXfV8Fdm5Cc42UsqOWWfX2WThJt paxAe+Lu0k5NbHOgQwlj198sJpjIClo2Mjwa X-Google-Smtp-Source: ABdhPJw/9qwmcGtFLajufIBP7p6JAQgE4tkCohj/0v2mOD/n884piQgTzkjCubYL2MHrbHTcVHo2YQ== X-Received: by 2002:a05:600c:322a:: with SMTP id r42mr11296114wmp.153.1627310511535; Mon, 26 Jul 2021 07:41:51 -0700 (PDT) Received: from localhost ([137.220.125.106]) by smtp.gmail.com with ESMTPSA id a7sm33173863wru.67.2021.07.26.07.41.50 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 26 Jul 2021 07:41:50 -0700 (PDT) From: luca.boccassi@gmail.com To: dpdk stable Date: Mon, 26 Jul 2021 15:41:45 +0100 Message-Id: <20210726144145.243986-1-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] please help backporting some patches to stable release 20.11.3 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 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 20.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 20.11 branch, or - Indicate that the patch should not be backported Please do either of the above by 08/02/21. You can find the a temporary work-in-progress branch of the coming 20.11.3 release at: https://github.com/bluca/dpdk-stable It is recommended to backport on top of that to minimize further conflicts or misunderstandings. 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 20.11] foo/bar: fix baz With git format-patch, this can be achieved by appending the parameter: --subject-prefix='PATCH 20.11' Send the backported patch to "stable@dpdk.org" but not "dev@dpdk.org". FYI, branch 20.11 is located at tree: https://git.dpdk.org/dpdk-stable Thanks. Luca Boccassi --- a1fcde8c80 Michael Baum regex/mlx5: fix leak on device removal 29ca3215f3 Michael Baum regex/mlx5: fix memory region unregistration d81cea5280 Satheesh Paul net/cnxk: fix default MCAM allocation size 0a37b22875 Wenjun Wu net/ice/base: revert change of first profile mask