[dpdk-dev] supported packet types

2016-06-21 Thread Olivier Matz
Hi Konstantin, On 06/16/2016 01:29 PM, Ananyev, Konstantin wrote: I suggest instead to set the ptype in an opportunistic fashion instead: - if the driver/hw knows the ptype, set it - else, set it to unknown >>> >>> That's what PMD does now... and I don't think it can do much mo

[dpdk-dev] supported packet types

2016-06-21 Thread Ananyev, Konstantin
Hi Olivier, > > Hi Konstantin, > > On 06/16/2016 01:29 PM, Ananyev, Konstantin wrote: > I suggest instead to set the ptype > in an opportunistic fashion instead: > - if the driver/hw knows the ptype, set it > - else, set it to unknown > >>> > >>> That's what PMD does now... a

[dpdk-dev] supported packet types

2016-06-16 Thread Ananyev, Konstantin
Hi Olivier, > > Hi Konstantin, > > On 06/15/2016 04:08 PM, Ananyev, Konstantin wrote: > > > > Hi Olivier, > > > >> Hi Konstantin, > >> > >> On 04/29/2016 06:03 PM, Ananyev, Konstantin wrote: > The following commit introduces a function to list the supported > packet types of a device:

[dpdk-dev] supported packet types

2016-06-16 Thread Olivier MATZ
Hi Konstantin, On 06/15/2016 04:08 PM, Ananyev, Konstantin wrote: > > Hi Olivier, > >> Hi Konstantin, >> >> On 04/29/2016 06:03 PM, Ananyev, Konstantin wrote: The following commit introduces a function to list the supported packet types of a device: http://dpdk.org/browse/dp

[dpdk-dev] supported packet types

2016-06-15 Thread Ananyev, Konstantin
Hi Olivier, > Hi Konstantin, > > On 04/29/2016 06:03 PM, Ananyev, Konstantin wrote: > >> The following commit introduces a function to list the supported > >> packet types of a device: > >> > >> http://dpdk.org/browse/dpdk/commit/?id=78a38edf66 > >> > >> I would like to know what does "support

[dpdk-dev] supported packet types

2016-06-09 Thread Adrien Mazarguil
On Thu, Jun 09, 2016 at 09:57:28AM +0200, Olivier Matz wrote: > Hi Konstantin, > > On 04/29/2016 06:03 PM, Ananyev, Konstantin wrote: > >> The following commit introduces a function to list the supported > >> packet types of a device: > >> > >> http://dpdk.org/browse/dpdk/commit/?id=78a38edf66 >

[dpdk-dev] supported packet types

2016-06-09 Thread Olivier Matz
Hi Konstantin, On 04/29/2016 06:03 PM, Ananyev, Konstantin wrote: >> The following commit introduces a function to list the supported >> packet types of a device: >> >> http://dpdk.org/browse/dpdk/commit/?id=78a38edf66 >> >> I would like to know what does "supported" precisely mean. >> Is it: >>

[dpdk-dev] supported packet types

2016-04-29 Thread Olivier Matz
Hi, The following commit introduces a function to list the supported packet types of a device: http://dpdk.org/browse/dpdk/commit/?id=78a38edf66 I would like to know what does "supported" precisely mean. Is it: 1/ - if a ptype is marked as supported, the driver MUST set this ptype if the

[dpdk-dev] supported packet types

2016-04-29 Thread Ananyev, Konstantin
Hi Olivier, > Hi, > > The following commit introduces a function to list the supported > packet types of a device: > > http://dpdk.org/browse/dpdk/commit/?id=78a38edf66 > > I would like to know what does "supported" precisely mean. > Is it: > > 1/ - if a ptype is marked as supported, the dr