aboutsummaryrefslogtreecommitdiffstats
path: root/vnet
diff options
context:
space:
mode:
authorChris Luke <chrisy@flirble.org>2016-07-22 09:40:19 -0400
committerChris Luke <chrisy@flirble.org>2016-07-22 10:13:41 -0400
commit1642e3903d5467baf88531c96c733c285418b953 (patch)
treec7081b08e84d4f449b39ab34003cbd344cfb2661 /vnet
parent1f0da170e818a6991d841df47de0885da720b0c3 (diff)
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>
Diffstat (limited to 'vnet')
0 files changed, 0 insertions, 0 deletions