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 AF930A00BE for ; Tue, 15 Mar 2022 14:33:49 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A3FE84014F; Tue, 15 Mar 2022 14:33:49 +0100 (CET) Received: from mail-wm1-f52.google.com (mail-wm1-f52.google.com [209.85.128.52]) by mails.dpdk.org (Postfix) with ESMTP id 20CC24014F for ; Tue, 15 Mar 2022 14:33:49 +0100 (CET) Received: by mail-wm1-f52.google.com with SMTP id q7-20020a7bce87000000b00382255f4ca9so1431849wmj.2 for ; Tue, 15 Mar 2022 06:33:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=Q4ZGd80/0SpYjQ1JIatf7CgS5sqXVvvojzntiRh8D1U=; b=T+81tLcMg8rrWgQssRZJzPYjwcl2fHawEvtCF7KSMyAKYGcX+6kt4uz5AKE8ZJDXc6 i4uHvPMVCWMx6Ux12YPnrWAj/CXgAfiMTo3I28Uu5QnvM1YzWMCcPR6JPwTqjKNFGckg ITho57Nn/B50DjHGW5E3y9nyPrkDC3dIBe9vBxjmOvRjY+ukaIoj1ib3x6qBgPvTJYXD m7FrBEPg5FC7Z5Ot/8peg5n6HaxI6djUxA3sf6Ro/S4Nw7vS9dztMwZ/4oScND/P0hnE vD0J6kO0TUAeeVNjP/3ezqAffLggXRxZ5r0KjumY771rPsnmuQiPJcVWwKxssSz4FvOF +ZrA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=Q4ZGd80/0SpYjQ1JIatf7CgS5sqXVvvojzntiRh8D1U=; b=wmKdP1BhYufZMJSOQm/dmmrcOucBtprULDqn9OElwBRl6OnGSz2gTHE8qeo0VD/zcK h5MItSfofQ1JHqKNt3AhxMQ6IWHAfm3aWhnDcZSZzZFwpOdjf889fBT3L1ShWSialR5j b0oTZWFnSCbCKjk7slro1roPrZeC7JPUISAvT4Mjr53ZMNrlJSNV6abMRVUZ1eWU5IY5 2ej/zPPNmyCm+EHm3EFUMbBiZTOl3iJq0jSySvXNbL7FdZoYQYLIAtB+ktiCXDVHAeGf CXJssl5hUEeIPKxFb8u6piCj1emGli2sVfETXptyZQkS4dkhNKj+w4l9Z9Tek5MOiyqk fcSA== X-Gm-Message-State: AOAM533gfc68SKHJsS/lUXaZJ/PnHCLahPMYkWcMbst4JlZ8UDYfNUyA rhSmKde33ZkA0ldAtoLi4CEMuxxt8oU= X-Google-Smtp-Source: ABdhPJzv5s0xbklZVaPbrW6FWgGy3Y23ZYDr6/rG67sUm3BLwFZjEZwfga9/R8dqxriTbGifCNg6sA== X-Received: by 2002:a05:600c:1e1f:b0:38b:d7ea:99b9 with SMTP id ay31-20020a05600c1e1f00b0038bd7ea99b9mr1839742wmb.8.1647351228441; Tue, 15 Mar 2022 06:33:48 -0700 (PDT) Received: from localhost ([2a01:4b00:f41a:3600:360b:9754:2e3a:c344]) by smtp.gmail.com with ESMTPSA id i5-20020a1c3b05000000b00382871cf734sm2331512wma.25.2022.03.15.06.33.47 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 15 Mar 2022 06:33:47 -0700 (PDT) From: luca.boccassi@gmail.com To: dpdk stable Subject: please help backporting some patches to stable release 20.11.5 Date: Tue, 15 Mar 2022 13:33:42 +0000 Message-Id: <20220315133342.635787-1-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 Hi commit authors (and maintainers), Despite being selected by the DPDK maintenance tool ./devtools/git-log-fixes.sh 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 2022/03/18. You can find the a temporary work-in-progress branch of the coming 20.11.5 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 --- f65c7fbcec Devendra Singh Rawat net/qede: fix Rx bulk c1d1b94eec Gerry Gribbon app/regex: fix number of matches a058de216c Gregory Etelson app/testpmd: fix GTP header parsing in checksum engine