05/05/2017 02:40, Wei Dai: > This patch is added to introduce a testpmd command which > is used to add more than one MAC addresses one time. > This command can simplify the test for the change where > the type of return value of adding MAC address. > Normally a MAC address may fails to be added only after > many MAC addresses have been added. > Without this command, a tester may only trigger failed > MAC address by running many times of testpmd command > 'mac_addr add' . > > Signed-off-by: Wei Dai <wei....@intel.com> > --- > app/test-pmd/cmdline.c | 55 > ++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 55 insertions(+)
This patch has not been reviewed. It is not a fix and I am not sure it is needed.