[PATCH v3 2/2] net/tap: fix to populate fds in secondary process

Ferruh Yigit ferruh.yigit at intel.com
Tue Feb 1 17:57:31 CET 2022


On 1/31/2022 2:32 PM, Kumara Parameshwaran wrote:
> From: Kumara Parameshwaran<kparameshwar at vmware.com>
> 
> When a tap device is hotplugged to primary process which in turn
> adds the device to all secondary process, the secondary process
> does a tap_mp_attach_queues, but the fds are not populated in
> the primary during the probe they are populated during the queue_setup,
> added a fix to sync the queues during rte_eth_dev_start
> 
> Fixes: 4852aa8f6e21 ("drivers/net: enable hotplug on secondary process")
> Cc:stable at dpdk.org
> 
> Signed-off-by: Kumara Parameshwaran<kparameshwar at vmware.com>

Reviewed-by: Ferruh Yigit <ferruh.yigit at intel.com>


More information about the stable mailing list