Wu Jiahao
Results
2
comments of
Wu Jiahao
什么人啊,提 pr 首先得自己测试通过啊,真把作者当黑奴了?
According to [ACC-Turbo](https://github.com/nsg-ethz/ACC-Turbo/blob/86869689a511567be5b42b4e556f3f6dc53f14be/tofino/experiment/sender/start_sender.py#L11), using `tcprewrite` to add ethernet headers helps me solve the problem. ```bash tcprewrite --dlt=enet --enet-dmac=00:11:22:33:44:55 --enet-smac=66:77:88:99:AA:BB --infile=equinix-nyc.dirA.20180315-125910.UTC.anon.pcap --outfile=fixed_demo1.pcap ``` ## Notice - `tcprewrite` version should be `4.3.4`...