[dpdk-dev] [PATCH v2 19/25] drivers/net: check process type in close operation

Thomas Monjalon thomas at monjalon.net
Mon Sep 28 01:52:27 CEST 2020


> The secondary processes are not allowed to release shared resources.
> Only process-private ressources should be freed in a secondary process.
> Most of the time, there is no process-private ressource,
> so the close operation is just forbidden in a secondary process.

Missed a (double) typo in this commit log:
	"ressource" -> "resource"




More information about the dev mailing list