Fix checks done when changing generator pkt_size 71/48471/1
authorXavier Simonart <xavier.simonart@intel.com>
Wed, 6 Dec 2017 15:54:05 +0000 (16:54 +0100)
committerXavier Simonart <xavier.simonart@intel.com>
Wed, 6 Dec 2017 16:44:10 +0000 (17:44 +0100)
commit2a3f72a8f9d00f4ffd0a9727d7854ebae740bcd0
treea9294361bb3e9b3613e5bf14032876ec64bbf424
parente430f537cad603a131034d01068af7757142743d
Fix checks done when changing generator pkt_size

Different checks were done when setting the generator pkt_size.
In case of wrong pkt_size (e.g. too big) an error was printed but
the pkt_size was still set causing a potential corruption.
In addition, in case of a packet size incompatible with some
of the packet fields (e.g. latency data) PROX was panicing
while this should not happen runtime for such an error.

Change-Id: Ifa11475bf295aaac7b0255c1bf9b5feed8ef90c4
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
VNFs/DPPD-PROX/handle_gen.c