Re: [dpdk-dev] [PATCH 1/4] net/failsafe: replace local device with shared data

2019-02-28 Thread Thomas Monjalon
28/02/2019 16:49, Raslan Darawsheh: > In multiprocess context, the private structure is shared between > processes. The back reference from private to generic data was using > a pointer to a per process eth_dev. It's now changed to a reference of > the shared data. > > Signed-off-by: Raslan Daraws

[dpdk-dev] [PATCH 1/4] net/failsafe: replace local device with shared data

2019-02-28 Thread Raslan Darawsheh
In multiprocess context, the private structure is shared between processes. The back reference from private to generic data was using a pointer to a per process eth_dev. It's now changed to a reference of the shared data. Signed-off-by: Raslan Darawsheh Signed-off-by: Thomas Monjalon --- driver