--
You received this message because you are subscribed to the Google Groups "TRex Traffic Generator" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trex-tgn+unsubscribe@googlegroups.com.
To post to this group, send email to trex...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/08c0f311-0684-4b60-a1fa-d6929ab2c2ec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
| Packet size | Tx L1 Percent (100Gb) | Rx L1 Percent (100Gb) |
|---|---|---|
64 |
100% |
88% |
128 |
100% |
100% |
256 |
100% |
100% |
512 |
100% |
100% |
1024 |
100% |
100% |
1500 |
100% |
100% <<<< |
To unsubscribe from this group and stop receiving emails from it, send an email to trex-tgn+u...@googlegroups.com.
To post to this group, send email to trex...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/08c0f311-0684-4b60-a1fa-d6929ab2c2ec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/76b9f37d-d431-449e-8b59-201c794f430b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "TRex Traffic Generator" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/trex-tgn/Az7tiLB8AgY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to trex-tgn+u...@googlegroups.com.
To post to this group, send email to trex...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/042bba7c-48dc-4909-b31e-a406b99eedea%40googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "TRex Traffic Generator" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/trex-tgn/Az7tiLB8AgY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to trex-tgn+u...@googlegroups.com.
To post to this group, send email to trex...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/4e16de4f-de7e-4dab-82dc-a1595c1a413e%40googlegroups.com.
Hi Maik pfeil ,No i didn't try by disabling flow stats , i will check and confirm .Thanks for the inputs .Thanks and Regards,Sai Chandra .
On Thu, Aug 30, 2018 at 7:31 PM Maik Pfeil <maik...@gmail.com> wrote:
Hi,--with flow statistics enabled you will only reach 2x 35 Gbps... You must disable flow statistics on streams to reach 2x 100 Gbps. Did you tried this?Instead of:self.stream = STLStream(name = self.name,packet = self.pkt,flow_stats = STLFlowStats(pg_id = self.pg_id), <<< this must be removedmode = STLTXCont(bps_L2 = int(self.bps_L2)))You should only do:self.stream = STLStream(name = self.name,packet = self.pkt,mode = STLTXCont(bps_L2 = int(self.bps_L2)))Save frame size is 192 byte, everything below and you will see drops.For eg (with 192 byte frame size):I don't use GUI, so I don't know if there is any knob for this...
You received this message because you are subscribed to a topic in the Google Groups "TRex Traffic Generator" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/trex-tgn/Az7tiLB8AgY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to trex...@googlegroups.com.
