[dpdk-dev] [PATCH] mbuf: add IGMP packet type
Stephen Hemminger
stephen at networkplumber.org
Wed Aug 29 17:31:10 CEST 2018
On Mon, 27 Aug 2018 18:08:35 +0530
Jerin Jacob <jerin.jacob at caviumnetworks.com> wrote:
> Add support for IGMP packet type.
>
> Signed-off-by: Jerin Jacob <jerin.jacob at caviumnetworks.com>
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?
More information about the dev
mailing list