xenanetworks / open-automation-rfc-test-suites

🚀 XOA test suite library for network performance benchmarking and more.
https://docs.xenanetworks.com/projects/xoa-core
Apache License 2.0
2 stars 1 forks source link

PS_PAYLOAD should use INC_BYTE not INC_WORD #48

Closed leonardhyu closed 11 months ago

leonardhyu commented 11 months ago

Found a bug in XOA2889 where it uses PS_PAYLOAD with INC_WORD (enum = INC16). Not all ports support INC_WORD. So this will cause the test suite to break on 90& of Valkyrie ports. I believe this is a typo in xoa2889 because Valkyrie2899 works find on all ports.

So, please fix it and make a pull request