Re: [dpdk-dev] [PATCH] net/mlx5: fix raw encap/decap limit constant

2020-11-18 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Viacheslav Ovsiienko > Sent: Wednesday, November 18, 2020 9:38 AM > To: dev@dpdk.org > Cc: Raslan Darawsheh ; Matan Azrad > ; Ori Kam ; Suanming Mou > ; sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix raw encap/decap limit constant > > The MLX5_ENCAPSULA

[dpdk-dev] [PATCH] net/mlx5: fix raw encap/decap limit constant

2020-11-17 Thread Viacheslav Ovsiienko
The MLX5_ENCAPSULATION_DECISION_SIZE constant is used to check the raw encap/decap actions for the raw header size. The header is constructed of the rte_xxx_hdr structures instead of rte items. Hence, constant must be defined with rte_xxx_hdr structure sizes. Fixes: 50f576d657d7 ("net/mlx5: fix VL