Re: [dpdk-dev] [PATCH branch-16.11] net/i40e: return errno when interrupt setup fails

2017-10-19 Thread Aaron Conole
Yuanhan Liu writes: > On Thu, Oct 19, 2017 at 09:22:30AM -0400, Aaron Conole wrote: >> From: Michał Mirosław >> >> Signed-off-by: Michał Mirosław >> Reviewed-by: Jingjing Wu >> --- >> This is cherry picked from commit d75547718c87 ("net/i40e: return errno >> when interrupt setup fails") and a

Re: [dpdk-dev] [PATCH branch-16.11] net/i40e: return errno when interrupt setup fails

2017-10-19 Thread Yuanhan Liu
On Thu, Oct 19, 2017 at 09:22:30AM -0400, Aaron Conole wrote: > From: Michał Mirosław > > Signed-off-by: Michał Mirosław > 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

[dpdk-dev] [PATCH branch-16.11] net/i40e: return errno when interrupt setup fails

2017-10-19 Thread Aaron Conole
From: Michał Mirosław Signed-off-by: Michał Mirosław 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. drivers/net/i40e/i40e_ethdev.c | 5 +++--