Hanoh Haim

Results 172 comments of Hanoh Haim

This is what I googled https://www.cisco.com/c/dam/assets/global/YU/expo2012/pdfs/security_novosti.pdf Not sure why it is called like that (maybe after IMIX) Hanoh On Tue, 28 Aug 2018 at 18:13 Matt Callaghan wrote: > Still...

@phschoen could you provide mode info? 1 trex_cfg.yaml 2. output of ```sudo ./t-rex-64 -i -v 7``` 3. ```sudo ./dpdk_setup_ports.py -t```

@MaciejWachowski this is expected in software mode and not related to E810. without software mode (E810 does not support it yet) there should not be an issue. Could check it...

@hhaim in XL710 and X710 the hardware latency should be ~5-10usec I would look into the HDR histogram to understand the problem more (instead of latency_ours and average)

@jsmoon better to disable WD before the free and re-enable it after. 2 sec won't help much

@andreireiand could you check the latest on master. it has the latest DPDK and makefile that should solve this

@alialnu thanks for looking into this. Just run these test in loops (```test_multiple_streams_random```) without the latest patch I did to filter errors. In the old version of DPDK there was...

This is our CX-5EN setup with 13 cores. https://github.com/cisco-system-traffic-generator/trex-core/blob/master/scripts/automation/regression/setups/trex19/config.yaml make sure the setup is connected in loopback (port 0 and port 1) and has 2 ports. try ```map`` from the...

@alialnu it seems the filter to redirect packets to rx core does not work. try to run it in software mode just for testing. just add ``--software`` for the CLI

@alialnu so now you have two issues, 1) Why the filter does not work in your case? 2) Why the test is not **stable** (once you solve 1) In my...