[dpdk-stable] [PATCH] net/enic: fix multi-process operation
    Ferruh Yigit 
    ferruh.yigit at intel.com
       
    Fri Sep 22 18:50:34 CEST 2017
    
    
  
On 9/11/2017 7:58 PM, John Daley wrote:
> - Use rte_malloc() instead of malloc() for the per device 'vdev' structure
>   so that it can be shared across processes.
> - Only initialize the device if the process type is RTE_PROC_PRIMARY
> - Only allow the primary process to do queue setup, start/stop, promisc
>   allmulticast, mac add/del, mtu.
> 
> Fixes: fefed3d1e62c ("enic: new driver")
> Cc: stable at dpdk.org
> 
> Signed-off-by: John Daley <johndale at cisco.com>
Applied to dpdk-next-net/master, thanks.
    
    
More information about the stable
mailing list