Re: [dpdk-dev] [PATCH v3 3/7] net/txgbe: update link setup process of backplane NICs

2021-03-26 Thread Jiawen Wu
On March 26, 2021 4:56 PM, Ferruh Yigit wrote: > On 3/26/2021 2:02 AM, Jiawen Wu wrote: > > On March 25, 2021 6:20 PM, Ferruh Yigit wrote: > >> On 3/25/2021 5:51 AM, Jiawen Wu wrote: > >>> Add device arguments to support runtime options. > >>> And use these configuration to control the link setup f

Re: [dpdk-dev] [PATCH v3 3/7] net/txgbe: update link setup process of backplane NICs

2021-03-26 Thread Ferruh Yigit
On 3/26/2021 2:02 AM, Jiawen Wu wrote: On March 25, 2021 6:20 PM, Ferruh Yigit wrote: On 3/25/2021 5:51 AM, Jiawen Wu wrote: Add device arguments to support runtime options. And use these configuration to control the link setup flow, to adapt to different NIC's construction. Use firmware versio

Re: [dpdk-dev] [PATCH v3 3/7] net/txgbe: update link setup process of backplane NICs

2021-03-25 Thread Jiawen Wu
On March 25, 2021 6:20 PM, Ferruh Yigit wrote: > On 3/25/2021 5:51 AM, Jiawen Wu wrote: > > Add device arguments to support runtime options. > > And use these configuration to control the link setup flow, to adapt > > to different NIC's construction. Use firmware version to control the > > impact o

Re: [dpdk-dev] [PATCH v3 3/7] net/txgbe: update link setup process of backplane NICs

2021-03-25 Thread Ferruh Yigit
On 3/25/2021 10:19 AM, Ferruh Yigit wrote: On 3/25/2021 5:51 AM, Jiawen Wu wrote: Add device arguments to support runtime options. And use these configuration to control the link setup flow, to adapt to different NIC's construction. Use firmware version to control the impact of firmware update.

Re: [dpdk-dev] [PATCH v3 3/7] net/txgbe: update link setup process of backplane NICs

2021-03-25 Thread Ferruh Yigit
On 3/25/2021 5:51 AM, Jiawen Wu wrote: Add device arguments to support runtime options. And use these configuration to control the link setup flow, to adapt to different NIC's construction. Use firmware version to control the impact of firmware update. And fix some left bugs. Signed-off-by: Jiaw

[dpdk-dev] [PATCH v3 3/7] net/txgbe: update link setup process of backplane NICs

2021-03-24 Thread Jiawen Wu
Add device arguments to support runtime options. And use these configuration to control the link setup flow, to adapt to different NIC's construction. Use firmware version to control the impact of firmware update. And fix some left bugs. Signed-off-by: Jiawen Wu --- doc/guides/nics/txgbe.rst