[dpdk-dev] [PATCH v6 0/4] User-space Ethtool

2015-06-13 Thread Andrew Harvey (agh)
On 6/12/15, 3:03 PM, "Liang-Min Larry Wang" wrote: >This implementation is designed to provide a familar interface for >applications that rely on kernel-space driver to support ethtool_op and >net_device_op for device management. The initial implementation focuses >on ops that can be implemented

[dpdk-dev] [PATCH v6 0/4] User-space Ethtool

2015-06-12 Thread Liang-Min Larry Wang
This implementation is designed to provide a familar interface for applications that rely on kernel-space driver to support ethtool_op and net_device_op for device management. The initial implementation focuses on ops that can be implemented through existing netdev APIs. More ops will be support