[dpdk-dev] rte_mbuf's packet_type field

2016-03-01 Thread Zoltan Kiss
Hi, I have a quick question about this field: how do I know if the underlying PMD supports a particular protocol parsing. Let's say I want to check for SCTP packets, looking at this field tells me EITHER the packet is SCTP (or not), OR that the hardware has no idea about SCTP. Is there a way t

[dpdk-dev] rte_mbuf's packet_type field

2016-03-04 Thread Olivier MATZ
Hi Zoltan, On 03/01/2016 06:15 PM, Zoltan Kiss wrote: > I have a quick question about this field: how do I know if the > underlying PMD supports a particular protocol parsing. Let's say I want > to check for SCTP packets, looking at this field tells me EITHER the > packet is SCTP (or not), OR that

[dpdk-dev] rte_mbuf's packet_type field

2016-03-04 Thread Ananyev, Konstantin
Hi, > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Olivier MATZ > Sent: Friday, March 04, 2016 9:29 AM > To: Zoltan Kiss; dev at dpdk.org > Subject: Re: [dpdk-dev] rte_mbuf's packet_type field > > Hi Zoltan, > > On 03/01/

[dpdk-dev] rte_mbuf's packet_type field

2016-03-04 Thread Zoltan Kiss
On 04/03/16 10:58, Ananyev, Konstantin wrote: > Hi, > >> -Original Message- >> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Olivier MATZ >> Sent: Friday, March 04, 2016 9:29 AM >> To: Zoltan Kiss; dev at dpdk.org >> Subject: Re: [dpdk-dev] r