Re: [dpdk-dev] [PATCH v3 1/7] net/mlx5: add flow validation of eCPRI header

2020-07-16 Thread Slava Ovsiienko
> -Original Message- > From: Bing Zhao > Sent: Thursday, July 16, 2020 17:24 > To: Ori Kam ; Slava Ovsiienko > > Cc: Raslan Darawsheh ; Matan Azrad > ; dev@dpdk.org; Netanel Gonen > > Subject: [PATCH v3 1/7] net/mlx5: add flow validation of eCPRI header > > When creating a flow with eCP

[dpdk-dev] [PATCH v3 1/7] net/mlx5: add flow validation of eCPRI header

2020-07-16 Thread Bing Zhao
When creating a flow with eCPRI header item, the validation of it is mandatory. The detailed limitations are listed below: 1. Over Ether / VLAN, ethertype must be 0xAEFE. 2. No tunnel support is described in the specification now. 3. L3 layer is only supported when L4 is UDP, see #4. 4. Ove