Re: [RFC PATCH net-next] sfc: efx_default_channel_want_txqs() can be static

2018-01-26 Thread David Miller
From: Edward Cree Date: Fri, 26 Jan 2018 15:13:05 + > On 26/01/18 01:03, kbuild test robot wrote: >> Fixes: 2935e3c38228 ("sfc: on 8000 series use TX queues for TX timestamps") >> Signed-off-by: Fengguang Wu > Acked-by: Edward Cree > > Dave, can you take this directly or do you need it rep

Re: [RFC PATCH net-next] sfc: efx_default_channel_want_txqs() can be static

2018-01-26 Thread Edward Cree
On 26/01/18 01:03, kbuild test robot wrote: > Fixes: 2935e3c38228 ("sfc: on 8000 series use TX queues for TX timestamps") > Signed-off-by: Fengguang Wu Acked-by: Edward Cree Dave, can you take this directly or do you need it reposted without RFC tags?  I'm not sure what the procedure is for rob

[RFC PATCH net-next] sfc: efx_default_channel_want_txqs() can be static

2018-01-25 Thread kbuild test robot
Fixes: 2935e3c38228 ("sfc: on 8000 series use TX queues for TX timestamps") Signed-off-by: Fengguang Wu --- efx.c |2 +- ptp.c |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/net/ethernet/sfc/efx.c b/drivers/net/ethernet/sfc/efx.c index 456866b0..16757cf 1