RE: [PATCH v3] net/nfp: fix mtu settings

2022-04-20 Thread Nole Zhang
Thanks for your advice. > -Original Message- > From: Ferruh Yigit > Sent: 2022年4月21日 2:55 > To: Nole Zhang ; dev@dpdk.org; Niklas > Soderlund > Cc: Heinrich Kuhn ; sta...@dpdk.org; > Chaoyong He ; Louis Peens > > Subject: Re: [PATCH v3] net/nfp: fix mtu sett

Re: [PATCH v3] net/nfp: fix mtu settings

2022-04-20 Thread Ferruh Yigit
On 3/30/2022 4:17 AM, Peng Zhang wrote: 1.When the setting mtu is higher than flbufsz, the mtu doesn't work. But it doesn't have any notice about this restrict. 2.add the min_mtu and max_mtu in the nfp_net_infos_get() to avoid the setting mtu isn't in the range This patch will add these restrict

[PATCH v3] net/nfp: fix mtu settings

2022-03-29 Thread Peng Zhang
1.When the setting mtu is higher than flbufsz, the mtu doesn't work. But it doesn't have any notice about this restrict. 2.add the min_mtu and max_mtu in the nfp_net_infos_get() to avoid the setting mtu isn't in the range This patch will add these restrict of nfp mtu. Fixes: d4a27a3b092a ("nfp: a