On Fri, Jul 5, 2024 at 10:35 AM Ferruh Yigit <ferruh.yi...@amd.com> wrote: > > On 6/17/2024 9:34 PM, Damodharam Ammepalli wrote: > > +/** > > + * @warning > > + * @b EXPERIMENTAL: this API may change, or be removed, without prior > > notice > > + * > > + * Set speed lanes supported by the NIC. > > + * > > + * @param port_id > > + * The port identifier of the Ethernet device. > > + * @param speed_lanes > > + * speed_lanes a non-zero value of number lanes for this speeds. > > + * > > + * @return > > + * - (>=0) valid input and supported by driver or hardware. > > + * - (-ENOTSUP) if underlying hardware OR driver doesn't support. > > + * that operation. > > + * - (-EIO) if device is removed. > > + * - (-ENODEV) if port_id invalid. > > + */ > > +__rte_experimental > > +int rte_eth_speed_lanes_set(uint16_t port_id, uint32_t speed_lanes_capa); > > > > Doc build fails because of "@param speed_lanes": > > rte_ethdev.h:6971: > error: argument 'speed_lanes' of command @param is not found in the > argument list of > rte_eth_speed_lanes_set(uint16_t port_id, uint32_t speed_lanes_capa) > (warning treated as error, aborting now) Ack
-- This electronic communication and the information and any files transmitted with it, or attached to it, are confidential and are intended solely for the use of the individual or entity to whom it is addressed and may contain information that is confidential, legally privileged, protected by privacy laws, or otherwise restricted from disclosure to anyone else. If you are not the intended recipient or the person responsible for delivering the e-mail to the intended recipient, you are hereby notified that any use, copying, distributing, dissemination, forwarding, printing, or copying of this e-mail is strictly prohibited. If you received this e-mail in error, please return the e-mail to the sender, delete it from your computer, and destroy any printed copy of it.