Re: [PATCH v5 0/2] add two commands for testpmd application

2024-10-11 Thread Ferruh Yigit
On 10/10/2024 7:42 AM, Chaoyong He wrote: > This patch series aims to add two commands for the testpmd application: > - testpmd> set port eeprom magic \ > value offset > - testpmd> set port led > > --- > v5: > * Use 'accept_risk' rather than 'confirm' to make it clear enough. > *

[PATCH v5 0/2] add two commands for testpmd application

2024-10-09 Thread Chaoyong He
This patch series aims to add two commands for the testpmd application: - testpmd> set port eeprom magic \ value offset - testpmd> set port led --- v5: * Use 'accept_risk' rather than 'confirm' to make it clear enough. * Use dynamic memory alloc rather than VLA. * Place the logic