vpp/vppapigen
Chris Luke 1642e3903d VPP-189 Fix 137 coverity no-op issues from vpeapigen
vpeapigen is not properly detecting no-op endian swap operations (on u8
or u8[] types) which in turn causes Coverity to currently report ~137
minor issues from the generated vpe.api.h file.

This patch makes vpeapigen comment out those no-op situations thus:

    /* a->interface_name[0..63] = a->interface_name[0..63] (no-op) */
    /* a->admin_up_down = a->admin_up_down (no-op) */

Change-Id: Ifbc5c93e1939206656e0515b528a4d167c539fd2
Signed-off-by: Chris Luke <chrisy@flirble.org>
2016-07-22 10:13:41 -04:00
..
2016-07-21 09:30:48 +00:00
2016-07-21 09:30:48 +00:00
2015-12-08 15:47:27 -07:00
2015-12-08 15:47:27 -07:00
2016-07-21 09:30:48 +00:00