Fer

Results 7 issues of Fer

[root@node01 xdp_dump]# go build # github.com/dropbox/goebpf In file included from ../../../map.go:13:0: ./bpf_helpers.h:957:15: error: expected declaration specifiers or '...' before 'sizeof' static_assert(sizeof(__u8) == 1, "wrong_u8_size"); ^ ./bpf_helpers.h:957:34: error: expected declaration specifiers...

[root@node01 opt]# ./sendudp -interface ens3f1 sending UDP packets from 192.168.111.10 (b2:96:81:75:b2:11) to 192.168.111.1 (ff:ff:ff:ff:ff:ff)... panic: sendto failed with rc=18446744073709551615 and errno=6 goroutine 1 [running]: github.com/asavie/xdp.(*Socket).Transmit(0xc000126b60, 0xc000170800, 0x40, 0x40, 0x40) /opt/xdp/xdp.go:485...

https://github.com/asavie/xdp/blob/56d71236a0294dadc7fbd6d1ecd347df996ed279/examples/dumpframes/ebpf/single_protocol_filter.c This example is more suitable for my scenario, but I don't want to filter according to the protocol number in the IP protocol. Can I filter more with the...

There seems to be no XDP_ The pass method passes the data to the kernel

创建模板 sql报错。 模板里面的yaml内容在命令行是可以正常创建的

一个pod多个容器,代码里面怎么指定总是进入到第一个容器中 ![image](https://user-images.githubusercontent.com/32826879/61919067-8e562700-af86-11e9-8207-bbbd9d66ffed.png)

1、我目前有一个需求,需要在主机a和主机b中高性能的通信,目前使用net udp库,但是性能很差,用zmemif能加速 a主机到b主机的通信吗?