From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zoltan Kiss Subject: rte_mbuf's packet_type field Date: Tue, 1 Mar 2016 17:15:07 +0000 Message-ID: <56D5CE1B.2070002@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit To: dev@dpdk.org Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id A13739AEA for ; Tue, 1 Mar 2016 18:15:08 +0100 (CET) Received: by mail-wm0-f47.google.com with SMTP id p65so43092575wmp.0 for ; Tue, 01 Mar 2016 09:15:08 -0800 (PST) Received: from [172.18.45.59] ([195.11.233.227]) by smtp.googlemail.com with ESMTPSA id ks5sm31908291wjb.13.2016.03.01.09.15.07 for (version=TLSv1/SSLv3 cipher=OTHER); Tue, 01 Mar 2016 09:15:07 -0800 (PST) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 to figure that support out? Zoli