Re: [dpdk-dev] [PATCH] ethdev: fix link speed helper documentation

2020-09-29 Thread Ferruh Yigit
On 9/29/2020 1:17 PM, Andrew Rybchenko wrote: On 9/29/20 3:12 PM, David Marchand wrote: When generating the documentation, a new warning can be seen: .../dpdk/lib/librte_ethdev/rte_ethdev.h:2441: warning: argument 'link_speed' of command @param is not found in the argument list of rte_eth

Re: [dpdk-dev] [PATCH] ethdev: fix link speed helper documentation

2020-09-29 Thread Bruce Richardson
On Tue, Sep 29, 2020 at 02:52:34PM +0200, Thomas Monjalon wrote: > 29/09/2020 14:17, Andrew Rybchenko: > > On 9/29/20 3:12 PM, David Marchand wrote: > > > When generating the documentation, a new warning can be seen: > > > > > > .../dpdk/lib/librte_ethdev/rte_ethdev.h:2441: > > > warning: argume

Re: [dpdk-dev] [PATCH] ethdev: fix link speed helper documentation

2020-09-29 Thread Thomas Monjalon
29/09/2020 14:17, Andrew Rybchenko: > On 9/29/20 3:12 PM, David Marchand wrote: > > When generating the documentation, a new warning can be seen: > > > > .../dpdk/lib/librte_ethdev/rte_ethdev.h:2441: > > warning: argument 'link_speed' of command @param is not found in the > > argument list of

Re: [dpdk-dev] [PATCH] ethdev: fix link speed helper documentation

2020-09-29 Thread Andrew Rybchenko
On 9/29/20 3:12 PM, David Marchand wrote: > When generating the documentation, a new warning can be seen: > > .../dpdk/lib/librte_ethdev/rte_ethdev.h:2441: > warning: argument 'link_speed' of command @param is not found in the > argument list of rte_eth_link_speed_to_str(uint32_t speed_link) >

[dpdk-dev] [PATCH] ethdev: fix link speed helper documentation

2020-09-29 Thread David Marchand
When generating the documentation, a new warning can be seen: .../dpdk/lib/librte_ethdev/rte_ethdev.h:2441: warning: argument 'link_speed' of command @param is not found in the argument list of rte_eth_link_speed_to_str(uint32_t speed_link) .../dpdk/lib/librte_ethdev/rte_ethdev.h:2455: warning