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 33BBDA0558 for ; Tue, 16 Feb 2021 14:22:25 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1F7C740690; Tue, 16 Feb 2021 14:22:25 +0100 (CET) Received: from mail-wr1-f51.google.com (mail-wr1-f51.google.com [209.85.221.51]) by mails.dpdk.org (Postfix) with ESMTP id 2115740690 for ; Tue, 16 Feb 2021 14:22:24 +0100 (CET) Received: by mail-wr1-f51.google.com with SMTP id 7so13030411wrz.0 for ; Tue, 16 Feb 2021 05:22:24 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=ssgERP3b2oBEiMN/7Q9CTP18GerrXWD/xe7Eyp9zFXM=; b=Zp7EyavPaJSPjxVjWUD2NT5IyT77OXUQYWQ3ykp8c8S1C2xMxMXcHZzFFSWZqlayyQ 5F97TPnNJMEWeP9yWLgFdHxuumFH2J7Zp7Fwt9WjYTzVIR9R9oJ7b+bCKkARPmp0GFF2 qzzHtBHifJe8BUyE5NoUWKicAsZwDi1UilZvKfPtqrknanbfatpJELt+2ecLUSzmSjrR W/0vCIKe6Y9zkROtRqWA5srfzaGDBW6Nfzo5NyA1KpI5abh3Es1bVJim/spVHDa3TC9U WyeertIBdN0Mjq34+MC4a1X4YaL6Q0mQwPZlFvrHGHtT0tRV7sIwdlpn+DN+Vo14MejZ SrWQ== X-Gm-Message-State: AOAM532Mb141jpCd91wa08K25gYEuv88Do5GjGytok9Y3f8k9OJu6l1H USO1oxKqtOX+QSpa9gW8Cfo= X-Google-Smtp-Source: ABdhPJxQqZexywK5n05JUTBtxAsAYw1HjwVwG+wCb9aPUI+MfYWrIMCBto8JK5wbAj9pHbLmcJGk/g== X-Received: by 2002:a5d:6089:: with SMTP id w9mr23806682wrt.412.1613481743892; Tue, 16 Feb 2021 05:22:23 -0800 (PST) Received: from localhost ([2a01:4b00:f419:6f00:7a8e:ed70:5c52:ea3]) by smtp.gmail.com with ESMTPSA id y1sm18882154wrr.41.2021.02.16.05.22.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 16 Feb 2021 05:22:23 -0800 (PST) Message-ID: From: Luca Boccassi To: "Wang, Haiyue" Cc: "Guo, Jia" , "Laatz, Kevin" , Paolo Valerio , dpdk stable Date: Tue, 16 Feb 2021 13:22:22 +0000 In-Reply-To: References: <20210212234221.256271-1-luca.boccassi@gmail.com> <20210212234341.256656-1-luca.boccassi@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1.2 MIME-Version: 1.0 Subject: Re: [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: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Tue, 2021-02-16 at 13:08 +0000, Wang, Haiyue wrote: > Hi Luca, >=20 > The base of 'b9c366e029 Feifei Wang net/ixgbe: fix UDP zero checksu= m on Arm' > is also in 21.02, so no need to backporting. >=20 > git describe --contains cf96160a0a95a8a9b99c14a1bf08ce4a417e6922 > v21.02-rc1~480 >=20 > commit cf96160a0a95a8a9b99c14a1bf08ce4a417e6922 > Author: Feifei Wang > Date: Wed Nov 18 04:48:59 2020 -0600 >=20 > net/ixgbe: enable NEON path with checksum offload >=20 > IXGBE NEON vector PMD now supports checksum offloading, hence can be > used when DEV_RX_OFFLOAD_CHECKSUM is set. >=20 >=20 > BR, > Haiyue Understood, thank you! > > -----Original Message----- > > From: luca.boccassi@gmail.com > > Sent: Saturday, February 13, 2021 07:44 > > Cc: Wang, Haiyue ; Guo, Jia ;= Laatz, Kevin > > ; Paolo Valerio > > Subject: please help backporting some patches to stable release 20.11.1 > >=20 > > Hi commit authors (and maintainers), > >=20 > > I didn't apply following commits from DPDK main to 20.11 > > stable branch, as conflicts or build errors occur. > >=20 > > 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 > >=20 > > Please do either of the above by 02/19/21. > >=20 > > You can find the a temporary work-in-progress branch of the coming 20.1= 1.1 > > release at: > > https://github.com/bluca/dpdk-stable > > It is recommended to backport on top of that to minimize further confli= cts or > > misunderstandings. > >=20 > > Some notes on stable backports: > >=20 > > A backport should contain a reference to the DPDK main branch commit > > in it's commit message in the following fashion: > > [ upstream commit ] > >=20 > > For example: > > https://git.dpdk.org/dpdk-stable/commit/?h=3D18.11&id=3Dd90e6ae6f93= 6ecdc2fd3811ff9f26aec7f3c06eb > >=20 > > 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 > >=20 > > With git format-patch, this can be achieved by appending the parameter: > > --subject-prefix=3D'PATCH 20.11' > >=20 > > Send the backported patch to "stable@dpdk.org" but not "dev@dpdk.org". > >=20 > > FYI, branch 20.11 is located at tree: > > https://git.dpdk.org/dpdk-stable > >=20 > > Thanks. > >=20 > > Luca Boccassi > >=20 > > --- > > 0d32fd0945 Bruce Richardson telemetry: mark init function as internal-= only > > b9c366e029 Feifei Wang net/ixgbe: fix UDP zero checksum on Arm