<div dir="ltr"><div class="gmail_quote gmail_quote_container"><div> <span style="color:rgb(80,0,80)">  rx_mpps = stats.rx_pps / 1000000<br></span>   Nit: not so important, but you can use _ as a comma separator to make bigger numbers more readable. ie. 1_000_000.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span style="color:rgb(80,0,80)">   Args:</span><br style="color:rgb(80,0,80)"><span style="color:rgb(80,0,80)">+            testpmd: The testpmd shell to use for forwarding packets</span><br style="color:rgb(80,0,80)"><span style="color:rgb(80,0,80)">+            frame_size: The size of the frame to transmit</span></blockquote><div>Missing full stops. </div><div><br><span style="color:rgb(80,0,80)">Steps:</span><br style="color:rgb(80,0,80)"><span style="color:rgb(80,0,80)">+            * Create a packet according to the frame size specified in the test config.</span><br style="color:rgb(80,0,80)"><span style="color:rgb(80,0,80)">+            * Transmit from the traffic generator's ports 0 and 1 at above the expect</span><br style="color:rgb(80,0,80)"><span style="color:rgb(80,0,80)">+            * Forward on TestPMD's interfaces 0 and 1 with 1 core.</span><br style="color:rgb(80,0,80)"><span style="color:rgb(80,0,80)">+</span><br style="color:rgb(80,0,80)"><span style="color:rgb(80,0,80)">+        Verify:</span><br style="color:rgb(80,0,80)"><span style="color:rgb(80,0,80)">+            * The resulting MPPS forwarded is greater than expected_mpps*(1-delta_toleran</span><span style="color:rgb(80,0,80)">ce)<br></span>Missing full stop on step 2 and verify.</div><div><br></div><div>Reviewed-by: Andrew Bailey <<a href="mailto:abailey@iol.unh.edu">abailey@iol.unh.edu</a>><br><br></div></div></div>