Re: Questions about vfio-pci

2025-03-27 Thread yangjinqian via
> > Hello Jinqian > > On 3/25/25 09:00, yangjinqian via wrote: > > Hi, > > > > I'm observing intermittent failures when enabling the HNS3 network > > port in VM using > > > > QEMU with the mainline kernel. > > > Would you mind opening a gitlab issue with more details on the context, host, > gue

Re: Questions about vfio-pci

2025-03-26 Thread Cédric Le Goater
Hello Jinqian On 3/25/25 09:00, yangjinqian via wrote: Hi, I'm observing intermittent failures when enabling the HNS3 network port in VM using QEMU with the mainline kernel. Would you mind opening a gitlab issue with more details on the context, host, guest, HW ? https://gitlab.com/qem

Questions about vfio-pci

2025-03-25 Thread yangjinqian via
Hi, I'm observing intermittent failures when enabling the HNS3 network port in VM using QEMU with the mainline kernel. HNS3 drive in kernel: static int hns3_nic_net_up(struct net_device *netdev) { .. /* enable the vectors */ for (i = 0; i < vector_num; i++) { napi_enable(napi);