Christian Hong

Results 6 comments of Christian Hong

@MatiasElo Do you have any comments for this ?

The error occurs easily on k8s env, 10% recurrence. I think fallocate return core is EINTR(Interrupted system call)。 Size is around 4M

strange that the issue is not reproduced after I recompile...update later....

Update: 1. When I recompile odp and copy new libs to my docker, the issue cannot be detected even in hundreds of restart; 2. When I not update odp, the...

Ciara,thanks for your suggestion, I will try to use the patch. My test env: DPDK: stable 19.11.6 libbpf: git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git OS:Centos 7.9 + kernel 5.4.155-1.el7.elrepo.x86_64 Test log: ``` [root@gc bin]$ ./testpmd...

Yes, while I test it in icmoecho mode, I could get the rx/tx traffic count increased: ``` ./testpmd -l 1,2 -n 1 --log-level=pmd.net.af_xdp:info --vdev net_af_xdp0,iface=ens12 --vdev net_af_xdp1,iface=ens13 --no-pci -- -i...