Re: [dpdk-dev] [PATCH v6 1/6] app/testpmd: update port list for multiple removals

2018-10-19 Thread Iremonger, Bernard
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Friday, October 19, 2018 3:08 AM > To: Yigit, Ferruh ; arybche...@solarflare.com > Cc: dev@dpdk.org; ophi...@mellanox.com; Iremonger, Bernard > ; rahul.lakkire...@chelsio.com; Wisam > Jaddo > Subject: [PATCH

[dpdk-dev] [PATCH v6 1/6] app/testpmd: update port list for multiple removals

2018-10-18 Thread Thomas Monjalon
From: Wisam Jaddo When detaching a port, the full rte_device is removed. If the rte_device was hosting several ports, the testpmd list of ports must be updated for multiple removals. Signed-off-by: Wisam Jaddo --- app/test-pmd/testpmd.c | 37 ++--- 1 file change