[dpdk-dev] New Coverity warnings

2015-12-08 Thread Mcnamara, John
Hi, Stephen, thanks for highlighting this. For the last few analysis runs I have been generating some automatic emails from these summary emails and git blame. There is an example below. I'd like to do this for all of the open defects but can't find a way to generate a similar report for exist

[dpdk-dev] New Coverity warnings

2015-12-08 Thread Stephen Hemminger
*** CID 120410: Error handling issues (CHECKED_RETURN) /examples/l2fwd-keepalive/main.c: 571 in dead_core() 565 566 static void 567 dead_core(__attribute__((unused)) void *ptr_data, const int id_core) 568 { 569 printf("Dead core %i - restarting..\n", id_core); 570