[dpdk-dev] [PATCH v2 2/2] net/nfp: fix PF secondary process probing

Andrew Rybchenko andrew.rybchenko at oktetlabs.ru
Thu Jul 1 16:33:37 CEST 2021


On 6/9/21 5:08 PM, Heinrich Kuhn wrote:
> This patch creates a new function for handling PF probing of a secondary
> process. A CPP handle is obtained for the CPP bridge service and the
> service itself is also registered during secondary process
> initialization. DPDK services aren't shared between processes so it is
> not enough to only have the primary register the service if it is also
> needed in a secondary process. This implies that both the primary and
> secondary will have their own copy of the bridge service.
> 
> Fixes: 5e15e799d697 ("net/nfp: create separate entity for PF device")
> 
> Signed-off-by: Heinrich Kuhn <heinrich.kuhn at netronome.com>
> Signed-off-by: Simon Horman <simon.horman at corigine.com>

Cc: stable at dpdk.org

Applied, thanks


More information about the dev mailing list