[dpdk-dev] [PATCH v2 4/4] net/mlx5: sync stop/start of datapath with secondary process

Shahaf Shuler shahafs at mellanox.com
Tue Mar 26 13:49:10 CET 2019


Monday, March 25, 2019 9:16 PM, Yongseok Koh:
> Subject: [dpdk-dev] [PATCH v2 4/4] net/mlx5: sync stop/start of datapath
> with secondary process
> 
> Rx/Tx burst function pointers are stored in the rte_eth_dev structure, which
> is local to a process. Even though primary process replaces the function
> pointers, secondary will not run the new ones. With rte_mp APIs, primary
> can easily broadcast a request to stop/start the datapath of secondary
> processes.
> 
> Signed-off-by: Yongseok Koh <yskoh at mellanox.com>

Acked-by: Shahaf Shuler <shahafs at mellanox.com>



More information about the dev mailing list