Re: [PATCH v6 1/2] ethdev: Add link_speed lanes support

2024-09-27 Thread Ajit Khaparde
On Thu, Sep 26, 2024 at 5:39 PM Ferruh Yigit wrote: > > On 9/26/2024 10:43 PM, Damodharam Ammepalli wrote: > > Update the eth_dev_ops structure with new function vectors > > to get, get capabilities and set ethernet link speed lanes. > > Update the testpmd to provide required config and informatio

Re: [PATCH v6 1/2] ethdev: Add link_speed lanes support

2024-09-26 Thread Ferruh Yigit
On 9/26/2024 10:43 PM, Damodharam Ammepalli wrote: > Update the eth_dev_ops structure with new function vectors > to get, get capabilities and set ethernet link speed lanes. > Update the testpmd to provide required config and information > display infrastructure. > > The supporting ethernet contro

[PATCH v6 1/2] ethdev: Add link_speed lanes support

2024-09-26 Thread Damodharam Ammepalli
Update the eth_dev_ops structure with new function vectors to get, get capabilities and set ethernet link speed lanes. Update the testpmd to provide required config and information display infrastructure. The supporting ethernet controller driver will register callbacks to avail link speed lanes c