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

2015-07-17 Thread Thomas Monjalon
nice achievement. The new API must now be implemented in more drivers to be effective. > > -Original Message- > > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > Sent: Thursday, July 16, 2015 5:48 PM > > To: Wang, Liang-min > > Cc: dev at dpdk.or

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

2015-07-16 Thread Thomas Monjalon
2015-07-16 09:25, 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 throug

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

2015-07-16 Thread Wang, Liang-min
monjalon at 6wind.com] > Sent: Thursday, July 16, 2015 6:09 PM > To: Wang, Liang-min > Cc: dev at dpdk.org; O'Driscoll, Tim > Subject: Re: [dpdk-dev] [PATCH v17 0/5] User-space Ethtool > > 2015-07-16 21:55, Wang, Liang-min: > > Thomas, > > Do you want me to crea

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

2015-07-16 Thread Wang, Liang-min
? Thanks, Larry > -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Thursday, July 16, 2015 5:48 PM > To: Wang, Liang-min > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v17 0/5] User-space Ethtool > > 2015-07-16 09:

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

2015-07-16 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