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

2021-04-22 Thread Liu, Lingyu
> 20/04/2021 04:17, Liu, Lingyu: > > Hi Olivier, > > > > This new packet type will be used by iavf driver to map ECPRI hardware > packet. > > This is the patch which will use this new hardware packet type. > > http://patchwork.dpdk.org/project/dpdk/patch/20210420083817.10741-3- > li > > ngyu@in

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

2021-04-20 Thread Bing Zhao
Hi Lingyu, > -Original Message- > From: dev On Behalf Of Liu, Lingyu > Sent: Tuesday, April 20, 2021 10:17 AM > To: Olivier Matz > Cc: dev@dpdk.org; Zhang, Qi Z ; NBU-Contact- > Thomas Monjalon ; david.march...@redhat.com; > Hemant Agrawal > Subject: Re: [d

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

2021-04-20 Thread Andrew Rybchenko
On 4/20/21 10:51 AM, Thomas Monjalon wrote: > 20/04/2021 04:17, Liu, Lingyu: >> Hi Olivier, >> >> This new packet type will be used by iavf driver to map ECPRI hardware >> packet. >> This is the patch which will use this new hardware packet type. >> http://patchwork.dpdk.org/project/dpdk/patch/202

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

2021-04-20 Thread Thomas Monjalon
20/04/2021 04:17, Liu, Lingyu: > Hi Olivier, > > This new packet type will be used by iavf driver to map ECPRI hardware packet. > This is the patch which will use this new hardware packet type. > http://patchwork.dpdk.org/project/dpdk/patch/20210420083817.10741-3-lingyu@intel.com/ I think it

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

2021-04-19 Thread Liu, Lingyu
Hi Olivier, This new packet type will be used by iavf driver to map ECPRI hardware packet. This is the patch which will use this new hardware packet type. http://patchwork.dpdk.org/project/dpdk/patch/20210420083817.10741-3-lingyu@intel.com/ Best Regards, Lingyu Liu > -Original Message

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

2021-04-19 Thread Olivier Matz
Hi Lingyu, On Sat, Apr 17, 2021 at 09:25:31AM +, Lingyu Liu wrote: > Add L2_ETHER_ECPRI and L4_UDP_TUNNEL_ECPRI in RTE_PTYPE. > > Signed-off-by: Lingyu Liu > Acked-by: Hemant Agrawal The number of available packet types for tunnels is quite low (already mentionned in this thread [1]). [1]

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

2021-04-16 Thread Lingyu Liu
Add L2_ETHER_ECPRI and L4_UDP_TUNNEL_ECPRI in RTE_PTYPE. Signed-off-by: Lingyu Liu Acked-by: Hemant Agrawal --- V2 change: - refine commit log app/test-pmd/util.c | 25 - lib/librte_mbuf/rte_mbuf_ptype.c | 2 ++ lib/librte_mbuf/rte_mbuf_ptype.h | 22 +