-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New tests, minor improvements and possibility to dump registers just after start and before stop #12
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Use wrapper to always do various actions just before or after Ethernet device stop. Set environment variable TE_ENV_DPDK_DUMP_REGS to any value to get and dump in logs registers just before the device stop. Signed-off-by: Andrew Rybchenko <[email protected]> Reviewed-by: Daniil Byshenko <[email protected]>
Add general and extended statistics reset test. Signed-off-by: Daniil Byshenko <[email protected]> Reviewed-by: Andrew Rybchenko <[email protected]>
Signed-off-by: Daniil Byshenko <[email protected]> Reviewed-by: Andrew Rybchenko <[email protected]>
Add test to check port-based VLAN (PVID) insertion on transmit configured via Tx mode and/or using rte_eth_dev_set_vlan_pvid() API. Signed-off-by: Daniil Byshenko <[email protected]> Reviewed-by: Andrew Rybchenko <[email protected]>
net/virtio silently ignores PVID configuration in Tx mode and does not support runtime API to set PVID. Signed-off-by: Andrew Rybchenko <[email protected]>
Increase Rx rings on Tester to maximum to make it likely to receive everything sent from IUT. If Rx ring is smaller than number of sent packets anyway, do not check mismatch and received packets number since some packet in the middle may be lost. Signed-off-by: Andrew Rybchenko <[email protected]>
Update to the latest release. Signed-off-by: Andrew Rybchenko <[email protected]>
i40e may reorder non-IP tagged and untagged packets on Rx. Signed-off-by: Andrew Rybchenko <[email protected]>
If peer is X710 (i40e driver), its maximum Rx ring size is too small to reliably receive that many packets. Signed-off-by: Andrew Rybchenko <[email protected]>
Signed-off-by: Daniil Byshenko <[email protected]> Reviewed-by: Andrew Rybchenko <[email protected]>
A number of tested PMDs do not support flow control operations. Signed-off-by: Andrew Rybchenko <[email protected]>
i40e returns current mode on get which may differ from specified on set. Signed-off-by: Andrew Rybchenko <[email protected]>
i40e has limitations on high/low watermark values. Signed-off-by: Andrew Rybchenko <[email protected]>
Applied, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add new tests on:
Expectations are filled in for virtio and i40e.
Add possibility to dump device registers just after device start and before device stop. Requires TE v1.34.0 or higher.