Re: [dpdk-dev] [RFC v2] mbuf: support eCPRI hardware packet type

2021-04-07 Thread Hemant Agrawal
looks ok to me. Acked-by: Hemant Agrawal On 4/7/2021 8:39 PM, Liulingyu wrote: Add L2_ETHER_ECPRI and L4_UDP_TUNNEL_ECPRI in RTE_PTYPE. Signed-off-by: Liulingyu --- app/test-pmd/util.c | 25 - lib/librte_mbuf/rte_mbuf_ptype.c | 2 ++ lib/librte_mbu

[dpdk-dev] [RFC v2] mbuf: support eCPRI hardware packet type

2021-04-07 Thread Liulingyu
Add L2_ETHER_ECPRI and L4_UDP_TUNNEL_ECPRI in RTE_PTYPE. Signed-off-by: Liulingyu --- app/test-pmd/util.c | 25 - lib/librte_mbuf/rte_mbuf_ptype.c | 2 ++ lib/librte_mbuf/rte_mbuf_ptype.h | 22 ++ 3 files changed, 40 insertions(+), 9 dele