Re: [PATCH 2/4 v2 net-next] net: stmmac: adding multiple buffers for RX (fwd)

2017-04-06 Thread Joao Pinto
> To: kbu...@01.org > Cc: Julia Lawall > Subject: Re: [PATCH 2/4 v2 net-next] net: stmmac: adding multiple buffers for > RX > > [auto build test WARNING on net-next/master] > > url: > https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_0day-2Dci_linux_

Re: [PATCH 2/4 v2 net-next] net: stmmac: adding multiple buffers for RX (fwd)

2017-04-05 Thread Julia Lawall
It looks like an infinite loop, if queue is unsigned. julia -- Forwarded message -- Date: Thu, 6 Apr 2017 11:49:01 +0800 From: kbuild test robot To: kbu...@01.org Cc: Julia Lawall Subject: Re: [PATCH 2/4 v2 net-next] net: stmmac: adding multiple buffers for RX [auto build test

[PATCH 2/4 v2 net-next] net: stmmac: adding multiple buffers for RX

2017-04-05 Thread Joao Pinto
This patch adds the structure stmmac_rx_queue which contains rx queues specific data (previously in stmmac_priv). Signed-off-by: Joao Pinto --- changes v1->v2: - %d replaced by %u when printing unsigned - err_init_rx_buffers treatment fixed drivers/net/ethernet/stmicro/stmmac/chain_mode.c |