Re: [PATCH V3 net 0/7] Support for dynamic queue size changes

2019-06-12 Thread David Miller
From: Date: Tue, 11 Jun 2019 14:58:04 +0300 > From: Sameeh Jubran > > This patchset introduces the following: > * add new admin command for supporting different queue size for Tx/Rx > * add support for Tx/Rx queues size modification through ethtool > * allow queues allocation backoff when low o

[PATCH V3 net 0/7] Support for dynamic queue size changes

2019-06-11 Thread sameehj
From: Sameeh Jubran This patchset introduces the following: * add new admin command for supporting different queue size for Tx/Rx * add support for Tx/Rx queues size modification through ethtool * allow queues allocation backoff when low on memory * update driver version Difference from v2: * Dr