https://bugs.linaro.org/show_bug.cgi?id=1688
--- Comment #1 from Mike Holmes <[email protected]> ---
Also in
/test/performance/odp_l2fwd.c: 233 in pktio_ifburst_thread()
227 if (pkts_ok > 0) {
228 int sent = odp_pktio_send(pktio_dst, pkt_tbl,
pkts_ok);
229
230 if (odp_unlikely(sent < pkts_ok)) {
231 stats->drops += pkts_ok - sent;
232 do
>>> CID 98427: (NEGATIVE_RETURNS)
>>> Using variable "sent" as an index to array "pkt_tbl".
233 odp_packet_free(pkt_tbl[sent]);
234 while (++sent < pkts_ok);
235 }
236 }
237
238 if (odp_unlikely(pkts_ok != pkts))
--
You are receiving this mail because:
You are on the CC list for the bug._______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp