[PATCH v4 0/2] add two commands for testpmd application
Chaoyong He
chaoyong.he at corigine.com
Wed Sep 18 04:38:45 CEST 2024
This patch series aims to add two commands for the testpmd application:
- testpmd> set port <port-id> eeprom <confirm> magic <magic> \
value <value> offset <offset>
- testpmd> set port <port-id> led <on/off>
---
v4:
* Make the log more readable by using 'rte_strerror()'.
* Make the modification of document following the rules.
v3:
* Add acknowledgement for the set eeprom command.
* Modify logic following the request from reviewer.
v2:
* Solve the conflict in document file.
---
James Hershaw (2):
app/testpmd: add support for setting device EEPROM
app/testpmd: add set dev led on/off command
app/test-pmd/cmdline.c | 175 ++++++++++++++++++++
app/test-pmd/config.c | 59 +++++++
app/test-pmd/testpmd.h | 3 +
doc/guides/testpmd_app_ug/testpmd_funcs.rst | 25 +++
4 files changed, 262 insertions(+)
--
2.39.1
More information about the dev
mailing list