[dpdk-dev] [PATCH v9 2/3] example: add user-space ethtool sample application

2015-12-07 Thread Thomas Monjalon
2015-11-20 15:34, 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 applicati

[dpdk-dev] [PATCH v9 2/3] example: add user-space ethtool sample application

2015-12-07 Thread Remy Horton
On 07/12/2015 02:29, Thomas Monjalon wrote: > 2015-11-20 15:34, Remy Horton: >> Signed-off-by: Remy Horton >> --- >> MAINTAINERS | 4 + >> examples/Makefile | 1 + >> examples/ethtool/Makefile | 48 ++ > > I'm really sorry, it doe

[dpdk-dev] [PATCH v9 2/3] example: add user-space ethtool sample application

2015-11-20 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. Signed-off-by: Remy Horton --- M

[dpdk-dev] [PATCH v9 2/3] example: add user-space ethtool sample application

2015-11-20 Thread Ananyev, Konstantin
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Remy Horton > Sent: Friday, November 20, 2015 3:35 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v9 2/3] example: add user-space ethtool sample > application > > Further enhan