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 989F0A04DE for ; Tue, 11 Aug 2020 19:57:09 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5FA3A1C020; Tue, 11 Aug 2020 19:57:09 +0200 (CEST) Received: from mail-wm1-f66.google.com (mail-wm1-f66.google.com [209.85.128.66]) by dpdk.org (Postfix) with ESMTP id BDD711C020 for ; Tue, 11 Aug 2020 19:57:07 +0200 (CEST) Received: by mail-wm1-f66.google.com with SMTP id f18so2598452wmc.0 for ; Tue, 11 Aug 2020 10:57:07 -0700 (PDT) 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:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=VgFWIbRpjTXf9boV2nyJYq2Oo25slO215zT9MXgkQ/E=; b=J4Z50XVS9lKxqhp0PEH9J0P8EIYieW6v/8eNmyNbgUn/fbYGcpXGQszuPSJ/tSdvWn YORj1prIUEdS1ntrzQk320gvAxx5OlZ4pqRNfVya0QjbxywC0jbJ8XPipPRSOtTwOS7Q UeElhqKUl4Rarm8GgIRdsR7HuIRUSb3z04XZp10RAJilzh2UhrGXYuaaLMttmwU3FQP4 fjycSWtWlZEiXuOfvqCTqdwUamNyXY413RknqwBV5Yri9MpvqqJnMS7ZqONO/ZZRHl30 Nhw4fQW1KNeLe8sANBLg47nxVipZGEyp6n5dhQIigYaHNKbGdrtJFjimzlJSdD/Z/RcF 193A== X-Gm-Message-State: AOAM5314D3nG0G7fi+/33ndb64+ELhvm4gh9uNrrbVLyX1wJZc7VmUHL NQWA6GnOQN6beBpciXlS4tU= X-Google-Smtp-Source: ABdhPJzAAL5o3ygbQ5M8ZzGfgIMh4KJjs+3JLItwn6VltBAzl8irdgmc9pt0SqhdM9g4Hlhzt+6iNw== X-Received: by 2002:a1c:e184:: with SMTP id y126mr4682635wmg.141.1597168627462; Tue, 11 Aug 2020 10:57:07 -0700 (PDT) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id f6sm9569937wme.32.2020.08.11.10.57.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 11 Aug 2020 10:57:06 -0700 (PDT) Message-ID: <20795c46933d003ab3829c8883c7df96d9278650.camel@debian.org> From: Luca Boccassi To: Matan Azrad , dpdk stable Date: Tue, 11 Aug 2020 18:57:05 +0100 In-Reply-To: References: <20200810111818.61635-1-luca.boccassi@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Subject: Re: [dpdk-stable] please help backporting some patches to stable release 19.11.4 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" On Tue, 2020-08-11 at 08:18 +0000, Matan Azrad wrote: > Hi Luca > From: luca.boccassi@gmail.com > > Hi commit authors (and maintainers), > >=20 > > I didn't apply following commits from DPDK master to 19.11 stable branc= h, as > > conflicts or build errors occur. > >=20 > > 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 > >=20 > > Please do either of the above by August the 17th. > > If you'd like to backport the patches but cannot make it by the above > > deadline, please let us know and we'll discuss whether the release can = be > > postponed. > >=20 > >=20 > > Some notes on stable backports: > >=20 > > A backport should contain a reference to the DPDK master 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=3Dd90e6ae6f936ecdc2fd3811ff9f26aec7f3c06eb > >=20 > > 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 > >=20 > > With git format-patch, this can be achieved by appending the parameter: > > --subject-prefix=3D'PATCH 19.11' > >=20 > > Send the backported patch to "stable@dpdk.org" but not "dev@dpdk.org". > >=20 > > FYI, branch 19.11 is located at tree: > > https://git.dpdk.org/dpdk-stable > >=20 > > Thanks. > >=20 > > Luca Boccassi > >=20 > > --- > > 750ff30a8 Gregory Etelson net/mlx5: fix tunnel flow priority > > 71fa6a996 Jeff Guo net/ice: fix hash action validation > > 0466d286c Kalesh AP net/bnxt: fix setting link speed > > d4d5a0411 Kalesh AP net/bnxt: fix unnecessary memory allocation > > 473d8e67d Matan Azrad common/mlx5: add virtio queue protection > > domain > > 04e7beeb1 Matan Azrad vdpa/mlx5: adjust virtio queue protection > > domain >=20 > The above 2 are for mlx5 vdpa driver which doesn't exist in 19.11 stable = (added in 20.02). Ok cool, thanks for letting me know. --=20 Kind regards, Luca Boccassi