net/hns3: add Tx start/stop multi-process handling
authorHuisong Li <lihuisong@huawei.com>
Mon, 26 Jul 2021 10:59:39 +0000 (18:59 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 17 Aug 2021 10:59:00 +0000 (12:59 +0200)
commit69f9b420d858ddbecb8d05c17fe77dbaf76df187
treead68b2d6e8ed2d8e4d35d3b01911e27b9f740a3b
parent23b096a374f6e43c91601319f53c27dfc944efc0
net/hns3: add Tx start/stop multi-process handling

Currently, hns3 PMD has supported start/stop RxTx datapath request message
between the primary and secondary processes. However, there are some cases
only to start/stop Tx datapath. This patch adds start/stop Tx datapath
request for MP.

Signed-off-by: Huisong Li <lihuisong@huawei.com>
Signed-off-by: Min Hu (Connor) <humin29@huawei.com>
drivers/net/hns3/hns3_ethdev.h
drivers/net/hns3/hns3_mp.c
drivers/net/hns3/hns3_mp.h
drivers/net/hns3/hns3_rxtx.c
drivers/net/hns3/hns3_rxtx.h