Re: [dpdk-dev] [PATCH v2 11/11] net/mlx5: enforce limitation on IPv6 next proto

2020-10-04 Thread Ori Kam
Hi > -Original Message- > From: Dekel Peled > Sent: Friday, October 2, 2020 12:15 AM > Subject: [PATCH v2 11/11] net/mlx5: enforce limitation on IPv6 next proto > > Due to PRM requirement, the IPv6 header item 'proto' field, indicating > the next header protocol, should not be set as ext

[dpdk-dev] [PATCH v2 11/11] net/mlx5: enforce limitation on IPv6 next proto

2020-10-01 Thread Dekel Peled
Due to PRM requirement, the IPv6 header item 'proto' field, indicating the next header protocol, should not be set as extension header. This patch adds the relevant validation, and documents the limitation. Signed-off-by: Dekel Peled --- doc/guides/nics/mlx5.rst | 7 +++ drivers/net/mlx