Re: [dpdk-dev] [PATCH] net/sfc: fix TSO limits imposed to the number of Tx queues

2017-01-23 Thread Ferruh Yigit
On 1/19/2017 10:46 AM, Andrew Rybchenko wrote: > From: Ivan Malov > > The number of Tx queues requested by the user must not be overridden; > instead, the limits imposed by TSO must be applied to the advertised > maximum > > Fixes: fec33d5bb3eb ("net/sfc: support firmware-assisted TSO") > > Sig

[dpdk-dev] [PATCH] net/sfc: fix TSO limits imposed to the number of Tx queues

2017-01-19 Thread Andrew Rybchenko
From: Ivan Malov The number of Tx queues requested by the user must not be overridden; instead, the limits imposed by TSO must be applied to the advertised maximum Fixes: fec33d5bb3eb ("net/sfc: support firmware-assisted TSO") Signed-off-by: Ivan Malov Signed-off-by: Andrew Rybchenko Reviewed