Re: [PATCH v2] net/nfp: initialize the flbufsz

2022-06-17 Thread Ferruh Yigit
On 6/15/2022 11:14 AM, Peng Zhang wrote: When the testpmd start-up, it will check MTU range, if MTU > flubfsz, it will lead testpmd start fail. Because the hw->flbufsz doesn't have the initialized value, so it will lead the bug. Fixes: 97a30c4d4c7b ("net/nfp: make sure MTU is never larger than m

[PATCH v2] net/nfp: initialize the flbufsz

2022-06-15 Thread Peng Zhang
When the testpmd start-up, it will check MTU range, if MTU > flubfsz, it will lead testpmd start fail. Because the hw->flbufsz doesn't have the initialized value, so it will lead the bug. Fixes: 97a30c4d4c7b ("net/nfp: make sure MTU is never larger than mbuf size") Cc: sta...@dpdk.org Signed-off-