RE: [PATCH] net/mlx5: fix port initialization with small LRO

2022-11-10 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Gregory Etelson > Sent: Wednesday, November 9, 2022 6:51 PM > To: dev@dpdk.org > Cc: Gregory Etelson ; Matan Azrad > ; Raslan Darawsheh ; > sta...@dpdk.org; Slava Ovsiienko > Subject: [PATCH] net/mlx5: fix port initializatio

[PATCH] net/mlx5: fix port initialization with small LRO

2022-11-09 Thread Gregory Etelson
If application provided maximal LRO size was less than expected PMD minimum, the PMD either crashed with assert, if asserts were enabled, or proceeded with port initialization to set port private maximal LRO size below supported minimum. The patch terminates port start if LRO size does not match P