Hengqi Chen

Results 174 comments of Hengqi Chen

For purpose of attaching a XDP object to network device, `xdpgeneric` mode would work.

Hello, any updates on this issue ? Does containerd support GPU configuration now ?

@anakryiko Hello, Andrii, could you help code reviewing this PR ? Thanks.

@eiffel-fl Please rebase and push again. Thanks.

It seems that the bpftrace maintainers want to fix it in bpftrace itself.

> Hi. > > I converted `biotop` from BCC to CO-RE. I tried to stick with the BCC behavior. > > I just have two questions: > > 1. I...

Hi, you may miss out this compile warning: ``` hello.c:9:5: warning: implicit declaration of function 'bpf_trace_printk' is invalid in C99 [-Wimplicit-function-declaration] bpf_trace_printk(msg, sizeof(msg)); ^ 1 warning generated. ``` You can...

Looks like `dist.clear()` enters an infinite loop.