On 9/29/20 2:14 AM, Thomas Monjalon wrote: > The secondary processes are not allowed to release shared resources. > Only process-private resources should be freed in a secondary process. > Most of the time, there is no process-private resource, > so the close operation is just forbidden in a secondary process. > > After adding proper check in the port close functions, > some redundant checks in the device remove functions are dropped. > > Signed-off-by: Thomas Monjalon <[email protected]> > Reviewed-by: Rosen Xu <[email protected]> > Reviewed-by: Sachin Saxena <[email protected]> > Reviewed-by: Ajit Khaparde <[email protected]> > Reviewed-by: Liron Himi <[email protected]>
For net/sfc: Reviewed-by: Andrew Rybchenko <[email protected]>

