[dpdk-dev] [PATCH v8 0/5] User-space Ethtool

2015-06-26 Thread Ananyev, Konstantin
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Liang-Min Larry Wang > Sent: Friday, June 26, 2015 3:27 PM > To: dev at dpdk.org > Cc: Wang, Liang-min > Subject: [dpdk-dev] [PATCH v8 0/5] User-space Ethtool > > This implementation

[dpdk-dev] [PATCH v8 0/5] User-space Ethtool

2015-06-26 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