On 10/15/18 5:11 PM, Alejandro Lucero wrote:
Primary and secondary processes share a per-device private data. With
current design it is not possible to have data per-device per-process.
This is required for handling properly the CPP interface inside the NFP
PMD with multiprocess support.
There is also at least another PMD driver, tap, with similar
requirements for per-process device data.
v2:
- changing library version
- report shared library change in release notes
v3:
- fix shared library version
v4:
- fix release notes
Signed-off-by: Alejandro Lucero <alejandro.luc...@netronome.com>
Reviewed-by: Andrew Rybchenko <arybche...@solarflare.com>