Re: [dpdk-dev] [PATCH v2] net/nfp: add multiprocess support

2018-12-12 Thread Ferruh Yigit
On 12/11/2018 12:01 PM, Alejandro Lucero wrote: > This patch introduces changes for supporting multiprocess support. > This is trivial for VFs but comes with some limitations for the PF. > > Due to restrictions when using NFP CPP interface, just one secondary > process is supported by now for the

[dpdk-dev] [PATCH v2] net/nfp: add multiprocess support

2018-12-11 Thread Alejandro Lucero
This patch introduces changes for supporting multiprocess support. This is trivial for VFs but comes with some limitations for the PF. Due to restrictions when using NFP CPP interface, just one secondary process is supported by now for the PF. v2: add comment about PF support limitation to docs