Christian Hong
Christian Hong
I am using AF_XDP which is integrated into DPDK, but I met this libbpf error while setup af_xdp device: ``` Set up rx queue, rx queue id: 0, xsk queue...
A pool create failed issue is detected in our system, error shows the system call fallocate is interruptted: "odp_ishm.c:707:create_file():Huge page memory allocation failed: fd=582, file=/dev/hugepages/0/odp-16-ishm-pool_008_pkt-rx:7-0, err="Interrupted system call"" Is that...
Hi, Does those reassemble example code forget to remove ethernet padding ? https://github.com/OpenDataPlane/odp/blob/9a6fda2d55a02dd3e64371b77de04f512453a341/example/ipfragreass/odp_ipfragreass_reassemble.c#L482 The padding is filled while ethernet frame too small which < 64bytes. Then zero padding is extended....