Re: [dpdk-dev] [PATCH] ethdev: fixed device info get issue

2018-05-15 Thread Yang, Qiming
From: Andrew Rybchenko [mailto:arybche...@solarflare.com] Sent: Tuesday, May 15, 2018 4:42 PM To: Yang, Qiming ; dev@dpdk.org Cc: sta...@dpdk.org Subject: Re: [dpdk-dev] [PATCH] ethdev: fixed device info get issue On 05/15/2018 07:10 PM, Qiming Yang wrote: This patch fixed error function call

Re: [dpdk-dev] [PATCH] ethdev: fixed device info get issue

2018-05-15 Thread Andrew Rybchenko
On 05/15/2018 07:10 PM, Qiming Yang wrote: This patch fixed error function call order in rte_eth_dev_configure. This wrong order makes user can't get correct device informations, and cause DCB configure issue. Fixes: 3be82f5cc5e3 ("ethdev: support PMD-tuned Tx/Rx parameters") Signed-off-by: Qim