Fix reset value 48/68048/4
authorXavier Simonart <xavier.simonart@intel.com>
Fri, 14 Jun 2019 17:14:16 +0000 (19:14 +0200)
committerXavier Simonart <xavier.simonart@intel.com>
Mon, 5 Aug 2019 16:47:40 +0000 (16:47 +0000)
In addition to resetting all values set by the user, reset value was also
resetting internal configuration. It resulted that the src mac address
in the outgoing packet was set to whatever was specified in pkt inline,
which is wrong (by default src mac address should be set the the port mac address).
Note that reset value reset any "set values" but does not reset
the packet size.

Change-Id: I9d1cd92be9f5814bd7b104932dd6ffe5df3b6edd
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>

No differences found