From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Conole Subject: Re: [PATCH branch-16.11] net/i40e: return errno when interrupt setup fails Date: Thu, 19 Oct 2017 10:37:57 -0400 Message-ID: References: <20171019140352.GC1545@yliu-home> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org, stable@dpdk.org, =?utf-8?Q?Micha=C5=82_Miros=C5=82aw?= , Jingjing Wu , Luca Boccassi To: Yuanhan Liu Return-path: In-Reply-To: <20171019140352.GC1545@yliu-home> (Yuanhan Liu's message of "Thu, 19 Oct 2017 22:03:53 +0800") List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Yuanhan Liu writes: > On Thu, Oct 19, 2017 at 09:22:30AM -0400, Aaron Conole wrote: >> From: Micha=C5=82 Miros=C5=82aw >>=20 >> Signed-off-by: Micha=C5=82 Miros=C5=82aw >> Reviewed-by: Jingjing Wu >> --- >> This is cherry picked from commit d75547718c87 ("net/i40e: return errno >> when interrupt setup fails") and applies cleanly. This is just a >> backport request. > > Thanks for the backport! A minor note is that for backport commits, we'd > like to add something like following in the commit log, for back-tracking > where the backport commit comes from: > > [ backported from upstream commit d75547718c873899b7f26616c50df7936a8f45e= 8 ] Will do. Since this is just a git cherry-pick, feel free to ignore the actual patch submitted, and "do the right thing" if it's easier. I'll follow that form in the future. > But no worry, I think Luca could handle that while apply. Luca will start > maintain 16.11 LTS since now (v16.11.4). Luca++ > --yliu >>=20