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 4C4CCA0547 for ; Sat, 13 Feb 2021 00:42:27 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3858A4068F; Sat, 13 Feb 2021 00:42:27 +0100 (CET) Received: from mail-wm1-f53.google.com (mail-wm1-f53.google.com [209.85.128.53]) by mails.dpdk.org (Postfix) with ESMTP id B4AEE4068F for ; Sat, 13 Feb 2021 00:42:25 +0100 (CET) Received: by mail-wm1-f53.google.com with SMTP id l17so1136284wmq.2 for ; Fri, 12 Feb 2021 15:42:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :reply-to:content-transfer-encoding; bh=xYaVgrJUSVMpBO5feWDtycZhpxeYC3QVFp6v0UKwzGk=; b=B7Zil0XGJFLU0xKC4y3kOpIApGmfWeD7FrEhsg6cGVa3mn8alEDyXy3rIhWDP1DdQ9 JXvB+mDxlKnud0VSwKXOUc5+vaaAyi4oy0IsnPyWqzkIOtNtF/0aW1JGkn3xIeIH5q5Z TmmokUMZSu97LA1kk/AkR1+IuBoqBXBnrXh/V7BTmVFo+f6kpJgnQiU/BjeCbGUz1GXD VN8b7JHrdyUaVfRJVDIZk+gFQyCKLY5kqKnMp1ghD4GtnlzHC1P6QTol4Ggwz5DHUDi+ yEVFv3QrpLu181PkVe6sjoyBgKuDpurIg/w3RoQJ5P4QT1Ar0URrOSuOHLhQPWuYNOlq 2mDA== 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:in-reply-to :references:mime-version:reply-to:content-transfer-encoding; bh=xYaVgrJUSVMpBO5feWDtycZhpxeYC3QVFp6v0UKwzGk=; b=BGRKVAjiy2mfb5GAdrYs3T8lCyejNTLtBDiq7Fc4HWSaRBY6UNQbcRRQVoWk6s2NnF f0QYKQSOHOGT3jyPXRGgLSQhg7qq+w1ifU8930LKwuGCF+0OZ4hj/87UOQ/2mcEVt5xn /y/OYok0ujxQWlkE1PHpT03ZcLsEOSvTZHeEQy20a4GeHsjkWXPY3URkNB3vufjhKjPE LWElMPiihc/xphZy5+oSrzt97jNRjDNGzD54ureZm/Tz0Z/1Ta+esAzm0E23ud4LjvrS Zs3KjT0A8ffVBG2v0zAf2rBVhVFlmBkQVvsFcGqdOiuUPcyfA7kt8GjfdkVrCOkTWbvK /SOw== X-Gm-Message-State: AOAM531/DVDKNShmZVMQxrklbu5ZrUr/2aAY5hbp4S6Mh3opGV4J7Hhs Qg8bDbM/kiBl8r/sMAqC4CT55hOWn33B7g== X-Google-Smtp-Source: ABdhPJxK49L7n53y0Su+el/CmxmGBtax/n/qZ9Jd4UzGH9wmjArPfxkDiI6fC/4S19G2H3PCzXc9aA== X-Received: by 2002:a7b:cc0c:: with SMTP id f12mr4693746wmh.118.1613173345187; Fri, 12 Feb 2021 15:42:25 -0800 (PST) Received: from localhost ([2a01:4b00:f419:6f00:7a8e:ed70:5c52:ea3]) by smtp.gmail.com with ESMTPSA id x18sm1243683wrs.16.2021.02.12.15.42.24 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 12 Feb 2021 15:42:24 -0800 (PST) From: luca.boccassi@gmail.com To: dpdk stable Date: Fri, 12 Feb 2021 23:42:21 +0000 Message-Id: <20210212234221.256271-1-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210209103903.467789-1-luca.boccassi@gmail.com> References: <20210209103903.467789-1-luca.boccassi@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] please help backporting some patches to stable release 20.11.1 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: , Reply-To: dpdk stable 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 02/19/21. You can find the a temporary work-in-progress branch of the coming 20.11.1 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 --- b9c366e029 Feifei Wang net/ixgbe: fix UDP zero checksum on Arm