Re: [PATCH v4] ethdev: Add link_speed lanes support

2024-09-03 Thread Damodharam Ammepalli
On Wed, Jul 10, 2024 at 2:06 AM Ferruh Yigit wrote: > > On 7/9/2024 10:20 PM, Damodharam Ammepalli wrote: > > On Tue, Jul 9, 2024 at 4:10 AM Ferruh Yigit wrote: > >> > >> On 7/9/2024 12:22 AM, Damodharam Ammepalli wrote: > >>> Update the eth_dev_ops structure with new function vectors > >>> to ge

Re: [PATCH v4] ethdev: Add link_speed lanes support

2024-07-10 Thread Ferruh Yigit
On 7/9/2024 10:20 PM, Damodharam Ammepalli wrote: > On Tue, Jul 9, 2024 at 4:10 AM Ferruh Yigit wrote: >> >> On 7/9/2024 12:22 AM, Damodharam Ammepalli wrote: >>> Update the eth_dev_ops structure with new function vectors >>> to get, get capabilities and set ethernet link speed lanes. >>> Update t

Re: [PATCH v4] ethdev: Add link_speed lanes support

2024-07-09 Thread Damodharam Ammepalli
On Tue, Jul 9, 2024 at 4:10 AM Ferruh Yigit wrote: > > On 7/9/2024 12:22 AM, 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

Re: [PATCH v4] ethdev: Add link_speed lanes support

2024-07-09 Thread Ferruh Yigit
On 7/9/2024 12:22 AM, 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 control

Re: [PATCH v4] ethdev: Add link_speed lanes support

2024-07-08 Thread Ajit Khaparde
On Mon, Jul 8, 2024 at 4:30 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 ether

[PATCH v4] ethdev: Add link_speed lanes support

2024-07-08 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