Re: [dpdk-dev] [PATCH v2] examples/multi_process/symmetric_mp: fix link check

2019-04-05 Thread Thomas Monjalon
27/03/2019 12:33, Akhil Goyal: > link check is done for primary process for the ports > which are given in the port mask and not the complete > set of ports. > > Fixes: d3641ae86313 ("examples: update link status checks") > Cc: sta...@dpdk.org > > Signed-off-by: Akhil Goyal > --- >

Re: [dpdk-dev] [PATCH v2] examples/multi_process/symmetric_mp: fix link check

2019-04-05 Thread Burakov, Anatoly
On 27-Mar-19 11:33 AM, Akhil Goyal wrote: link check is done for primary process for the ports which are given in the port mask and not the complete set of ports. Fixes: d3641ae86313 ("examples: update link status checks") Cc: sta...@dpdk.org Signed-off-by: Akhil Goyal --- Acked-by: Anatoly

[dpdk-dev] [PATCH v2] examples/multi_process/symmetric_mp: fix link check

2019-03-27 Thread Akhil Goyal
link check is done for primary process for the ports which are given in the port mask and not the complete set of ports. Fixes: d3641ae86313 ("examples: update link status checks") Cc: sta...@dpdk.org Signed-off-by: Akhil Goyal --- examples/multi_process/symmetric_mp/main.c | 9 + 1 fil