[dpdk-dev] [PATCH 07/13] net/thunderx: fix multiprocess support in stats

2016-09-29 Thread Maciej Czekaj
> On 8/26/2016 5:54 PM, Kamil Rytarowski wrote: >> From: Kamil Rytarowski >> >> In case of the multiprocess mode a shared nicvf struct between processes >> cannot point with the eth_dev pointer to master device, therefore remove it >> allong with references to it refactoring the code where needed.

[dpdk-dev] [PATCH 07/13] net/thunderx: fix multiprocess support in stats

2016-09-20 Thread Ferruh Yigit
On 8/26/2016 5:54 PM, Kamil Rytarowski wrote: > From: Kamil Rytarowski > > In case of the multiprocess mode a shared nicvf struct between processes > cannot point with the eth_dev pointer to master device, therefore remove it > allong with references to it refactoring the code where needed. Patc

[dpdk-dev] [PATCH 07/13] net/thunderx: fix multiprocess support in stats

2016-08-26 Thread Kamil Rytarowski
From: Kamil Rytarowski In case of the multiprocess mode a shared nicvf struct between processes cannot point with the eth_dev pointer to master device, therefore remove it allong with references to it refactoring the code where needed. Fixes: 7413feee662d ("net/thunderx: add device start/stop an