On Mon, 27 Aug 2018 18:08:35 +0530 Jerin Jacob <[email protected]> wrote:
> Add support for IGMP packet type. > > Signed-off-by: Jerin Jacob <[email protected]> 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?

