Re: [dpdk-dev] [PATCH v2 4/5] app/testpmd: move ethdev events registration

2018-10-25 Thread Iremonger, Bernard
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Thursday, October 25, 2018 4:11 PM > To: Iremonger, Bernard ; Wu, Jingjing > ; Lu, Wenzhuo > Cc: dev@dpdk.org; ophi...@mellanox.com; wis...@mellanox.com; Yigit, > Ferruh ; arybche...@solarflare.com > Subject:

[dpdk-dev] [PATCH v2 4/5] app/testpmd: move ethdev events registration

2018-10-25 Thread Thomas Monjalon
The callback for ethdev events was registered on port start, so it was missing some events. It is now registered at the beginning of the main function. Signed-off-by: Thomas Monjalon --- app/test-pmd/testpmd.c | 72 -- 1 file changed, 42 insertions(+), 30