From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH] mbuf: add IGMP packet type Date: Wed, 29 Aug 2018 08:31:10 -0700 Message-ID: <20180829083110.42d85024@xeon-e3> References: <20180827123835.27531-1-jerin.jacob@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, olivier.matz@6wind.com To: Jerin Jacob Return-path: Received: from mail-pl1-f195.google.com (mail-pl1-f195.google.com [209.85.214.195]) by dpdk.org (Postfix) with ESMTP id BB941231E for ; Wed, 29 Aug 2018 17:31:17 +0200 (CEST) Received: by mail-pl1-f195.google.com with SMTP id u11-v6so2454322plq.5 for ; Wed, 29 Aug 2018 08:31:17 -0700 (PDT) In-Reply-To: <20180827123835.27531-1-jerin.jacob@caviumnetworks.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, 27 Aug 2018 18:08:35 +0530 Jerin Jacob wrote: > Add support for IGMP packet type. > > Signed-off-by: Jerin Jacob Could you add logic to recoginize IGMP to the software packet type identification rte_net_get_ptype used by drivers that don't have hardware support. Also shouldn't this bit be part of RTE_PTYPE_L4_MASK?