[dpdk-dev] [PATCH v8 0/2] User-space ethtool sample application

2015-11-16 Thread Thomas Monjalon
2015-11-16 13:42, Remy Horton: > This patchset depends on: > * http://dpdk.org/dev/patchwork/patch/6563/ This one has changes requested. > * http://dpdk.org/dev/patchwork/patch/8070/ This one is accepted.

[dpdk-dev] [PATCH v8 0/2] User-space ethtool sample application

2015-11-16 Thread Remy Horton
Further enhancements to the userspace ethtool implementation that was submitted in 2.1 and packaged as a self-contained sample application. Implements an rte_ethtool shim layer based on rte_ethdev API, along with a command prompt driven demonstration application. This patchset depends on: * http:/