Re: [dpdk-dev] [PATCH 2/2] net/bnxt: fix arguments to _rte_eth_dev_callback_process

2017-07-31 Thread Ferruh Yigit
On 7/31/2017 12:19 PM, Ferruh Yigit wrote: > On 7/25/2017 4:32 AM, Ajit Khaparde wrote: >> The callback arguments to _rte_eth_dev_callback_process() are swapped. >> Fix them. >> >> Fixes: d6af1a13d7a1 ("ethdev: add return values to callback process API") >> >> Signed-off-by: Ajit Khaparde >> --- >

Re: [dpdk-dev] [PATCH 2/2] net/bnxt: fix arguments to _rte_eth_dev_callback_process

2017-07-31 Thread Ferruh Yigit
On 7/25/2017 4:32 AM, Ajit Khaparde wrote: > The callback arguments to _rte_eth_dev_callback_process() are swapped. > Fix them. > > Fixes: d6af1a13d7a1 ("ethdev: add return values to callback process API") > > Signed-off-by: Ajit Khaparde > --- > drivers/net/bnxt/rte_pmd_bnxt.c | 2 +- > 1 file

[dpdk-dev] [PATCH 2/2] net/bnxt: fix arguments to _rte_eth_dev_callback_process

2017-07-24 Thread Ajit Khaparde
The callback arguments to _rte_eth_dev_callback_process() are swapped. Fix them. Fixes: d6af1a13d7a1 ("ethdev: add return values to callback process API") Signed-off-by: Ajit Khaparde --- drivers/net/bnxt/rte_pmd_bnxt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers