Re: [PATCH v2 net-next 2/8] net: stmicro: configure mtl rx and tx algorithms

2017-03-09 Thread Joao Pinto
Às 9:37 AM de 3/9/2017, Niklas Cassel escreveu: > On 03/08/2017 05:48 PM, Joao Pinto wrote: >> Às 4:45 PM de 3/8/2017, Niklas Cassel escreveu: >>> On 03/08/2017 01:22 PM, Joao Pinto wrote: This patch adds the RX and TX scheduling algorithms programming. It introduces the multiple queues c

Re: [PATCH v2 net-next 2/8] net: stmicro: configure mtl rx and tx algorithms

2017-03-09 Thread Niklas Cassel
On 03/08/2017 05:48 PM, Joao Pinto wrote: > Às 4:45 PM de 3/8/2017, Niklas Cassel escreveu: >> On 03/08/2017 01:22 PM, Joao Pinto wrote: >>> This patch adds the RX and TX scheduling algorithms programming. >>> It introduces the multiple queues configuration function >>> (stmmac_mtl_configuration) i

Re: [PATCH v2 net-next 2/8] net: stmicro: configure mtl rx and tx algorithms

2017-03-08 Thread Joao Pinto
Às 4:45 PM de 3/8/2017, Niklas Cassel escreveu: > On 03/08/2017 01:22 PM, Joao Pinto wrote: >> This patch adds the RX and TX scheduling algorithms programming. >> It introduces the multiple queues configuration function >> (stmmac_mtl_configuration) in stmmac_main. >> >> Signed-off-by: Joao Pinto

Re: [PATCH v2 net-next 2/8] net: stmicro: configure mtl rx and tx algorithms

2017-03-08 Thread Niklas Cassel
On 03/08/2017 01:22 PM, Joao Pinto wrote: > This patch adds the RX and TX scheduling algorithms programming. > It introduces the multiple queues configuration function > (stmmac_mtl_configuration) in stmmac_main. > > Signed-off-by: Joao Pinto > --- > changes v1->v2: > - Just to keep up with patch-

[PATCH v2 net-next 2/8] net: stmicro: configure mtl rx and tx algorithms

2017-03-08 Thread Joao Pinto
This patch adds the RX and TX scheduling algorithms programming. It introduces the multiple queues configuration function (stmmac_mtl_configuration) in stmmac_main. Signed-off-by: Joao Pinto --- changes v1->v2: - Just to keep up with patch-set version drivers/net/ethernet/stmicro/stmmac/common.