Re: [dpdk-dev] [PATCH v2] net/mlx5: allow multiple probing for representor

2018-10-09 Thread Ophir Munk
PATCH v3 is expected to accommodate more updates in hotplug series by Thomas. Please do not merge this patch. > -Original Message- > From: Yongseok Koh > Sent: Friday, October 05, 2018 9:06 PM > To: Ophir Munk > Cc: dev@dpdk.org; Asaf Penso ; Shahaf Shuler > ; Thomas Monjalon ; > Olga She

Re: [dpdk-dev] [PATCH v2] net/mlx5: allow multiple probing for representor

2018-10-05 Thread Yongseok Koh
> On Oct 5, 2018, at 4:06 AM, Ophir Munk wrote: > > Implement probing of a device multiple times, see [1]. > Consecutive probing requests with a devargs string may contain > repetitive master and representors devices for which eth device should > be created. If an eth device already exists - sile

[dpdk-dev] [PATCH v2] net/mlx5: allow multiple probing for representor

2018-10-05 Thread Ophir Munk
Implement probing of a device multiple times, see [1]. Consecutive probing requests with a devargs string may contain repetitive master and representors devices for which eth device should be created. If an eth device already exists - silently ignore it. [1] https://patches.dpdk.org/patch/45601/ (