Re: [PATCH v2 1/4] lib/ethdev: Add link_speed lanes support into rte lib

2024-06-14 Thread Damodharam Ammepalli
On Tue, Jun 11, 2024 at 4:39 PM Ferruh Yigit wrote: > > On 6/2/2024 3:45 AM, Damodharam Ammepalli wrote: > > Update the eth_dev_ops structure with new function vectors > > to get and set number of speed lanes. This will help user to > > configure the same fixed speed with different number of lane

Re: [PATCH v2 1/4] lib/ethdev: Add link_speed lanes support into rte lib

2024-06-11 Thread Ferruh Yigit
On 6/2/2024 3:45 AM, Damodharam Ammepalli wrote: > Update the eth_dev_ops structure with new function vectors > to get and set number of speed lanes. This will help user to > configure the same fixed speed with different number of lanes > based on the physical carrier type. > > Signed-off-by: Dam

[PATCH v2 1/4] lib/ethdev: Add link_speed lanes support into rte lib

2024-06-01 Thread Damodharam Ammepalli
Update the eth_dev_ops structure with new function vectors to get and set number of speed lanes. This will help user to configure the same fixed speed with different number of lanes based on the physical carrier type. Signed-off-by: Damodharam Ammepalli Reviewed-by: Kalesh AP Reviewed-by: Ajit