Re: [PATCH 2/4] net: ethernet: ti: cpsw: add multi queue support

2016-07-19 Thread Ivan Khoronzhuk
On 08.07.16 16:12, Grygorii Strashko wrote: On 06/30/2016 10:04 PM, Ivan Khoronzhuk wrote: The cpsw h/w supports up to 8 tx and 8 rx channels.This patch adds multi-queue support to the driver. An ability to configure h/w shaper will be added with separate patch. Default shaper mode, as before,

Re: [PATCH 2/4] net: ethernet: ti: cpsw: add multi queue support

2016-07-08 Thread Grygorii Strashko
On 06/30/2016 10:04 PM, Ivan Khoronzhuk wrote: > The cpsw h/w supports up to 8 tx and 8 rx channels.This patch adds > multi-queue support to the driver. An ability to configure h/w > shaper will be added with separate patch. Default shaper mode, as > before, priority mode. > > The poll function ha

[PATCH 2/4] net: ethernet: ti: cpsw: add multi queue support

2016-06-30 Thread Ivan Khoronzhuk
The cpsw h/w supports up to 8 tx and 8 rx channels.This patch adds multi-queue support to the driver. An ability to configure h/w shaper will be added with separate patch. Default shaper mode, as before, priority mode. The poll function handles all unprocessed channels, till all of them are free,