Re: [dpdk-dev] [PATCH] net/e1000: fix nic ops function was no initialized in secondary process

2021-06-21 Thread
发件人: Wang, Haiyue 发送时间: 2021年6月21日星期一 15:31 收件人: Tengfei Zhang 抄送: dev@dpdk.org; Zhang, Qi Z; Lin, Xueqin 主题: RE: [PATCH] net/e1000: fix nic ops function was no initialized in secondary process > -Original Message- > From: Tengfei Zhang > Sent: Saturday, June 19, 2021 01:27 > To: Wang,

[dpdk-dev] 回复: [PATCH] driver/net/pcap fix: pcap fd leak

2021-02-26 Thread
I think your idea is fine What do you think just record file path in "pmd_pcap_probe()", Perform an open operation only in "eth_dev_start()"? When the secondary process add pcap vdev, it send the request to primary process, the primary process probe pcap vdev too , Both the two process open the s