Yu-han Lin
Yu-han Lin
HI @gshimansky, I tried to pass different values to `TXQueuesNumberPerPort` in the `flow.Config` (0 ~ 4), but the problem is still happening. ```go config := &flow.Config{ HWTXChecksum: true, TXQueuesNumberPerPort: values,...
@ifilippov that sounds good to us, we'll try to use the `SetGenerator`
@gshimansky about the hugepages we're trying to make it work inside K8s now. @aregm the major reason for us want to try raw socket is that we expect the raw...
@aregm we tried the the rawsocket in k8s but there's some error, and we can't get packets from it ``` ------------***-------- Initializing DPDK --------***------------ EAL: Detected 2 lcore(s) EAL: Detected...
@gshimansky no, I don't specify anything in `CPUList`, should I specify with minimum 4 cores?
I try to specify `CPUList` in `flow.Config`, ```go log.Println("Initiating nff-go flow system") flowConfig := &flow.Config{ CPUList: "0,1,2,3", // https://github.com/intel-go/nff-go/blob/v0.8.0/common/common.go#L32 HWTXChecksum: true, } flow.SystemInit(flowConfig) log.Println("Initiated nff-go flow system") ``` and fix...
@vincentbernat hi, is there any news about the new release tag? I'd like to import this codes, but with [v1.0.0](https://github.com/vishvananda/netlink/tree/v1.0.0) is mid of 2018, and it's end of 2019 (there're...
@JackQuincy I did reach in and change `/etc/systemd/system/docker.service.d/overlay.conf` config of masters, but later change it back with original startup config. resource group name: production cluster resource name: production
@JackQuincy FYI I fellow this documents to configure the systemd docker config https://github.com/Microsoft/OMS-docker/blob/master/OlderVersionREADME.md#setting-up
After migrate to new cluster (and keep the docker config un-touched), our new cluster keep consuming high CPU usage with fellowing syslog messages. ``` May 31 06:28:05 k8s-master-1B2AB7CF-0 docker[5594]: E0531...