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

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);