[dpdk-dev] [PATCH v16 0/6] User-space Ethtool

2015-07-15 Thread Thomas Monjalon
2015-07-15 10:15, Wang, Liang-min: > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > 2015-07-14 20:56, Wang, Liang-min: > > > Thomas, > > > The mac_addr_set is needed for ethtool net-op as described in > > > examples/ethtool-ethtool/lib/rte_ethtool.c > > (rte_ethtool_net_set/get

[dpdk-dev] [PATCH v16 0/6] User-space Ethtool

2015-07-15 Thread Wang, Liang-min
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Wednesday, July 15, 2015 1:53 AM > To: Wang, Liang-min > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v16 0/6] User-space Ethtool > > 2015-07-14 20:56, Wan

[dpdk-dev] [PATCH v16 0/6] User-space Ethtool

2015-07-15 Thread Thomas Monjalon
5 4:14 PM > > To: Wang, Liang-min > > Cc: dev at dpdk.org > > Subject: Re: [dpdk-dev] [PATCH v16 0/6] User-space Ethtool > > > > 2015-07-14 09:11, Liang-Min Larry Wang: > > > v16 changes: > > > - Re-do patch v15 and separate changes between v15 and

[dpdk-dev] [PATCH v16 0/6] User-space Ethtool

2015-07-14 Thread Thomas Monjalon
2015-07-14 09:11, Liang-Min Larry Wang: > v16 changes: > - Re-do patch v15 and separate changes between v15 and v14 into patch files > 005 and 006 No, you misunderstood the need. You must merge your fixes in appropriate patches. But you must separate the mac_addr_set feature in another patch as i

[dpdk-dev] [PATCH v16 0/6] User-space Ethtool

2015-07-14 Thread Wang, Liang-min
nd.com] > Sent: Tuesday, July 14, 2015 4:14 PM > To: Wang, Liang-min > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v16 0/6] User-space Ethtool > > 2015-07-14 09:11, Liang-Min Larry Wang: > > v16 changes: > > - Re-do patch v15 and separate changes between v15 an

[dpdk-dev] [PATCH v16 0/6] User-space Ethtool

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