Re: [PATCH v4] net/i40e: support FEC feature

2024-03-14 Thread Medvedkin, Vladimir
: Re: [PATCH v4] net/i40e: support FEC feature Hi Zhicha, It would be good to reflect FEC feature here: https://doc.dpdk.org/guides/nics/overview.html in " Table 1.1 Features availability in networking drivers " After modifying "doc/guides/nics/features/i40e.ini", the correspon

RE: [PATCH v4] net/i40e: support FEC feature

2024-03-12 Thread Zeng, ZhichaoX
Hi Vladimir: Thanks for your comments, some responses and questions are inline. > From: Medvedkin, Vladimir > Sent: Monday, March 11, 2024 11:59 PM > To: Zeng, ZhichaoX ; dev@dpdk.org > Cc: Cui, KaixinX ; Yang, Qiming > ; Zhang, Yuying > Subject: Re: [PATCH v4] net/i40e: s

Re: [PATCH v4] net/i40e: support FEC feature

2024-03-11 Thread Medvedkin, Vladimir
Hi Zhicha, It would be good to reflect FEC feature here: https://doc.dpdk.org/guides/nics/overview.html in "/Table 1.1 //Features availability in networking drivers/" please find the rest comments inline On 06/03/2024 10:41, Zhichao Zeng wrote: This patch enabled querying Forward Error Corre

[PATCH v4] net/i40e: support FEC feature

2024-03-06 Thread Zhichao Zeng
This patch enabled querying Forward Error Correction(FEC) capabilities, set FEC mode and get current FEC mode functions. Signed-off-by: Qiming Yang Signed-off-by: Zhichao Zeng --- v4: fix some logic v3: optimize code details v2: update NIC feature document --- doc/guides/nics/features/i40e.ini