Re: [dpdk-dev] [RFC] ethdev: add ioctl-like API to control device specific features

2017-08-08 Thread Wiles, Keith
> On Aug 8, 2017, at 1:02 PM, Stephen Hemminger > wrote: > > On Tue, 8 Aug 2017 17:28:19 + > "Wiles, Keith" wrote: > >> Fix format. >> >>> On Aug 4, 2017, at 6:58 AM, Ferruh Yigit wrote: >>> >>> On 8/3/2017 8:53 PM, Thomas Monjalon wrote: 03/08/2017 18:15, Stephen Hemminger: >

Re: [dpdk-dev] [RFC] ethdev: add ioctl-like API to control device specific features

2017-08-08 Thread Stephen Hemminger
On Tue, 8 Aug 2017 17:28:19 + "Wiles, Keith" wrote: > Fix format. > > > On Aug 4, 2017, at 6:58 AM, Ferruh Yigit wrote: > > > > On 8/3/2017 8:53 PM, Thomas Monjalon wrote: > >> 03/08/2017 18:15, Stephen Hemminger: > >>> On Thu, 3 Aug 2017 14:21:38 +0100 > >>> Bruce Richardson wrote: >

Re: [dpdk-dev] [RFC] ethdev: add ioctl-like API to control device specific features

2017-08-08 Thread Wiles, Keith
Fix format. > On Aug 4, 2017, at 6:58 AM, Ferruh Yigit wrote: > > On 8/3/2017 8:53 PM, Thomas Monjalon wrote: >> 03/08/2017 18:15, Stephen Hemminger: >>> On Thu, 3 Aug 2017 14:21:38 +0100 >>> Bruce Richardson wrote: >>> On Thu, Aug 03, 2017 at 01:21:35PM +0100, Chilikin, Andrey wrote: >>>

Re: [dpdk-dev] [RFC] ethdev: add ioctl-like API to control device specific features

2017-08-08 Thread Wiles, Keith
On Aug 4, 2017, at 6:58 AM, Ferruh Yigit mailto:ferruh.yi...@intel.com>> wrote: On 8/3/2017 8:53 PM, Thomas Monjalon wrote: 03/08/2017 18:15, Stephen Hemminger: On Thu, 3 Aug 2017 14:21:38 +0100 Bruce Richardson mailto:bruce.richard...@intel.com>> wrote: On Thu, Aug 03, 2017 at 01:21:35PM +010

Re: [dpdk-dev] [RFC] ethdev: add ioctl-like API to control device specific features

2017-08-08 Thread Stephen Hemminger
On Tue, 8 Aug 2017 09:32:07 +0100 Ferruh Yigit wrote: > On 8/4/2017 1:56 PM, Bruce Richardson wrote: > > On Fri, Aug 04, 2017 at 12:58:01PM +0100, Ferruh Yigit wrote: > >> On 8/3/2017 8:53 PM, Thomas Monjalon wrote: > >>> 03/08/2017 18:15, Stephen Hemminger: > On Thu, 3 Aug 2017 14:21:

Re: [dpdk-dev] [RFC] ethdev: add ioctl-like API to control device specific features

2017-08-08 Thread Ferruh Yigit
On 8/4/2017 1:56 PM, Bruce Richardson wrote: > On Fri, Aug 04, 2017 at 12:58:01PM +0100, Ferruh Yigit wrote: >> On 8/3/2017 8:53 PM, Thomas Monjalon wrote: >>> 03/08/2017 18:15, Stephen Hemminger: On Thu, 3 Aug 2017 14:21:38 +0100 Bruce Richardson wrote: > On Thu, Aug 03, 2017 a

Re: [dpdk-dev] [RFC] ethdev: add ioctl-like API to control device specific features

2017-08-04 Thread Bruce Richardson
On Fri, Aug 04, 2017 at 12:58:01PM +0100, Ferruh Yigit wrote: > On 8/3/2017 8:53 PM, Thomas Monjalon wrote: > > 03/08/2017 18:15, Stephen Hemminger: > >> On Thu, 3 Aug 2017 14:21:38 +0100 > >> Bruce Richardson wrote: > >> > >>> On Thu, Aug 03, 2017 at 01:21:35PM +0100, Chilikin, Andrey wrote: > >>

Re: [dpdk-dev] [RFC] ethdev: add ioctl-like API to control device specific features

2017-08-04 Thread Ferruh Yigit
On 8/3/2017 8:53 PM, Thomas Monjalon wrote: > 03/08/2017 18:15, Stephen Hemminger: >> On Thu, 3 Aug 2017 14:21:38 +0100 >> Bruce Richardson wrote: >> >>> On Thu, Aug 03, 2017 at 01:21:35PM +0100, Chilikin, Andrey wrote: To control some device-specific features public device-specific functions

Re: [dpdk-dev] [RFC] ethdev: add ioctl-like API to control device specific features

2017-08-04 Thread Thomas Monjalon
04/08/2017 11:59, Chilikin, Andrey: > > 03/08/2017 18:15, Stephen Hemminger: > > > On Thu, 3 Aug 2017 14:21:38 +0100 > > > Bruce Richardson wrote: > > > > > > > On Thu, Aug 03, 2017 at 01:21:35PM +0100, Chilikin, Andrey wrote: > > > > > To control some device-specific features public device-specif

Re: [dpdk-dev] [RFC] ethdev: add ioctl-like API to control device specific features

2017-08-04 Thread Chilikin, Andrey
> 03/08/2017 18:15, Stephen Hemminger: > > On Thu, 3 Aug 2017 14:21:38 +0100 > > Bruce Richardson wrote: > > > > > On Thu, Aug 03, 2017 at 01:21:35PM +0100, Chilikin, Andrey wrote: > > > > To control some device-specific features public device-specific > functions > > > > rte_pmd_*.h are used. > >

Re: [dpdk-dev] [RFC] ethdev: add ioctl-like API to control device specific features

2017-08-03 Thread Thomas Monjalon
03/08/2017 18:15, Stephen Hemminger: > On Thu, 3 Aug 2017 14:21:38 +0100 > Bruce Richardson wrote: > > > On Thu, Aug 03, 2017 at 01:21:35PM +0100, Chilikin, Andrey wrote: > > > To control some device-specific features public device-specific functions > > > rte_pmd_*.h are used. > > > > > > But t

Re: [dpdk-dev] [RFC] ethdev: add ioctl-like API to control device specific features

2017-08-03 Thread Stephen Hemminger
On Thu, 3 Aug 2017 14:21:38 +0100 Bruce Richardson wrote: > On Thu, Aug 03, 2017 at 01:21:35PM +0100, Chilikin, Andrey wrote: > > To control some device-specific features public device-specific functions > > rte_pmd_*.h are used. > > > > But this solution requires applications to distinguish dev

Re: [dpdk-dev] [RFC] ethdev: add ioctl-like API to control device specific features

2017-08-03 Thread Bruce Richardson
On Thu, Aug 03, 2017 at 01:21:35PM +0100, Chilikin, Andrey wrote: > To control some device-specific features public device-specific functions > rte_pmd_*.h are used. > > But this solution requires applications to distinguish devices at runtime > and, depending on the device type, call correspondin