aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/oddbuf/oddbuf_test.c
AgeCommit message (Collapse)AuthorFilesLines
2019-10-03oddbuf: remove api boilerplateOle Troan1-86/+3
Type: refactor Change-Id: Ic4922da46bf941249dd74b1a8bc6a98c62c099b7 Signed-off-by: Ole Troan <ot@cisco.com>
2019-09-09misc: fix coverity warning in the oddbuf pluginDave Barach1-2/+2
Clean up license / copyright headers Type: fix Ticket: VPP-1771 Signed-off-by: Dave Barach <dave@barachs.net> Change-Id: Ibfc2a46632e17578fd74357b83f417987b8447be
2019-09-07ip: fix udp/tcp checksum corner casesDave Barach1-0/+173
When checksumming chained buffers with odd lengths: insert a NULL byte, or the calculation fails. Type: fix Signed-off-by: Dave Barach <dave@barachs.net> Signed-off-by: John Lo <loj@cisco.com> Change-Id: I380f7c42897bdb28c8c29aa1c4cdaaa849cc9ecc