Test-Label: Intel Niantic on Fedora Test-Status: ERROR Patchwork ID: 17047-17053 http://www.dpdk.org/dev/patchwork/patch/17053/ Submitter: Harry van Haaren Date: Wed, 16 Nov 2016 18:00:01 +0000 DPDK git baseline: 3549dd67152d26e46b136286ee0296a9aaa1923d Check patch error: 17049: WARNING: Use of volatile is usually wrong: see Documentation/volatile-considered-harmful.txt #171: FILE: drivers/event/sw/event_ring.h:49: + volatile uint32_t write_idx __rte_cache_aligned; WARNING: Use of volatile is usually wrong: see Documentation/volatile-considered-harmful.txt #172: FILE: drivers/event/sw/event_ring.h:50: + volatile uint32_t read_idx __rte_cache_aligned; ERROR: Macros with complex values should be enclosed in parenthesis #178: FILE: drivers/event/sw/event_ring.h:56: +#define force_inline inline __attribute__((always_inline)) ERROR: "foo * bar" should be "foo *bar" #181: FILE: drivers/event/sw/event_ring.h:59: +static inline struct qe_ring * __attribute__((cold)) ERROR: Macros with complex values should be enclosed in parenthesis #327: FILE: drivers/event/sw/iq_ring.h:57: +#define force_inline inline __attribute__((always_inline)) ERROR: "foo * bar" should be "foo *bar" #330: FILE: drivers/event/sw/iq_ring.h:60: +static inline struct iq_ring * __attribute__((cold)) WARNING: braces {} are not necessary for single statement blocks #543: FILE: drivers/event/sw/sw_evdev.c:98: + if (qid >= sw->qid_count) { + break; /* error - invalid QIDs */ + } WARNING: static const char * array should probably be static const char * const #580: FILE: drivers/event/sw/sw_evdev.c:135: + static const char *q_type_strings[] = {"Ordered" , "Atomic", WARNING: line over 80 characters #604: FILE: drivers/event/sw/sw_evdev.c:159: + p->overloaded ? " ["COL_RED"OVERLOAD"COL_RESET"]" : ""); WARNING: line over 80 characters #605: FILE: drivers/event/sw/sw_evdev.c:160: + fprintf(f, "\trx %"PRIu64"\n\tdrop %"PRIu64"\n\ttx %"PRIu64"\n" WARNING: line over 80 characters #624: FILE: drivers/event/sw/sw_evdev.c:179: + fprintf(f, " Queue %d (%s)\n", i, q_type_strings[sw->qids[i].type]); WARNING: line over 80 characters #625: FILE: drivers/event/sw/sw_evdev.c:180: + fprintf(f, "\trx %"PRIu64"\n\tdrop %"PRIu64"\n\ttx %"PRIu64"\n", ERROR: space required before the open parenthesis '(' #629: FILE: drivers/event/sw/sw_evdev.c:184: + for(iq = 0; iq < SW_IQS_MAX; iq++) { WARNING: braces {} are not necessary for single statement blocks #727: FILE: drivers/event/sw/sw_evdev.c:282: + for (i = 0; i < SW_IQS_MAX; i++) { + iq_ring_destroy(qid->iq[i]); + } WARNING: line over 80 characters #784: FILE: drivers/event/sw/sw_evdev.c:339: + SW_LOG_DBG("invalid reorder_window_size for ordered queue\n"); WARNING: line over 80 characters #801: FILE: drivers/event/sw/sw_evdev.c:356: + snprintf(buf, sizeof(buf), "%s_iq_%d_freelist", sw->dev.name, i); ERROR: spaces prohibited around that '->' (ctx:WxV) #853: FILE: drivers/event/sw/sw_evdev.c:408: + conf ->nb_atomic_order_sequences > 0) ^ ERROR: spaces required around that '=' (ctx:VxW) #898: FILE: drivers/event/sw/sw_evdev.c:453: + b= tmp; ^ ERROR: space required before the open parenthesis '(' #947: FILE: drivers/event/sw/sw_evdev.c:502: + for(i = 0; i < sw->qid_count; i++) { WARNING: braces {} are not necessary for single statement blocks #947: FILE: drivers/event/sw/sw_evdev.c:502: + for(i = 0; i < sw->qid_count; i++) { + qid_cleanup(sw, i); + } WARNING: braces {} are not necessary for single statement blocks #952: FILE: drivers/event/sw/sw_evdev.c:507: + for (i = 0; i < sw->port_count; i++) { + sw_port_cleanup(sw, i); + } WARNING: static const char * array should probably be static const char * const #985: FILE: drivers/event/sw/sw_evdev.c:540: + static const char *args[] = { NUMA_NODE_ARG, NULL }; WARNING: line over 80 characters #995: FILE: drivers/event/sw/sw_evdev.c:550: + .max_event_port_dequeue_queue_depth = MAX_SW_CONS_Q_DEPTH, WARNING: line over 80 characters #996: FILE: drivers/event/sw/sw_evdev.c:551: + .max_event_port_enqueue_queue_depth = MAX_SW_PROD_Q_DEPTH, ERROR: space required after that ',' (ctx:VxV) #1064: FILE: drivers/event/sw/sw_evdev.c:619: +RTE_PMD_REGISTER_PARAM_STRING(evdev_sw,"numa_node="); ^ WARNING: line over 80 characters #1152: FILE: drivers/event/sw/sw_evdev.h:82: +#define QE_FLAG_VALID (1 << QE_FLAG_VALID_SHIFT) /* set for NEW, FWD, FRAG */ WARNING: line over 80 characters #1191: FILE: drivers/event/sw/sw_evdev.h:121: + /** Indicates if this port is overloaded, and we need to throttle input */ WARNING: please, no space before tabs #1242: FILE: drivers/event/sw/sw_evdev.h:172: +^Iuint32_t iq_pkt_mask; ^I/* A mask to indicate packets in an IQ */$ WARNING: line over 80 characters #1254: FILE: drivers/event/sw/sw_evdev.h:184: + struct reorder_buffer_entry *reorder_buffer; /* packets awaiting reordering */ WARNING: line over 80 characters #1271: FILE: drivers/event/sw/sw_evdev.h:201: + uint16_t cq_ring_space[SW_PORTS_MAX]; /* How many packets are in the cq */ WARNING: line over 80 characters #1301: FILE: drivers/event/sw/sw_evdev.h:231: +void sw_event_release(struct rte_event_dev *dev, uint8_t port_id, uint8_t index); ERROR: space required before the open parenthesis '(' #1367: FILE: drivers/event/sw/sw_evdev_scheduler.c:57: + if(count == 0) WARNING: line over 80 characters #1390: FILE: drivers/event/sw/sw_evdev_scheduler.c:80: + for (cq_idx = 0; cq_idx < qid->cq_num_mapped_cqs; cq_idx++) { WARNING: line over 80 characters #1395: FILE: drivers/event/sw/sw_evdev_scheduler.c:85: + cq = test_cq, cq_free_cnt = test_cq_free; ERROR: space required before the open parenthesis '(' #1415: FILE: drivers/event/sw/sw_evdev_scheduler.c:105: + if(sw->cq_ring_space[cq] == 0) ERROR: space prohibited after that '&' (ctx:WxW) #1430: FILE: drivers/event/sw/sw_evdev_scheduler.c:120: + int head = (p->hist_head & (SW_PORT_HIST_LIST-1)); ^ WARNING: line over 80 characters #1457: FILE: drivers/event/sw/sw_evdev_scheduler.c:147: + count = RTE_MIN(count, rte_ring_count(qid->reorder_buffer_freelist)); WARNING: line over 80 characters #1475: FILE: drivers/event/sw/sw_evdev_scheduler.c:165: + } while (qe_ring_free_count(sw->ports[cq].cq_worker_ring) == 0 || ERROR: space prohibited after that '&' (ctx:WxW) #1487: FILE: drivers/event/sw/sw_evdev_scheduler.c:177: + const int head = (p->hist_head & (SW_PORT_HIST_LIST-1)); ^ WARNING: line over 80 characters #1616: FILE: drivers/event/sw/sw_evdev_scheduler.c:306: + qe = &entry->fragments[entry->fragment_index + j]; ERROR: space required before the open parenthesis '(' #1621: FILE: drivers/event/sw/sw_evdev_scheduler.c:311: + if(dest_qid >= sw->qid_count) { WARNING: line over 80 characters #1626: FILE: drivers/event/sw/sw_evdev_scheduler.c:316: + struct sw_qid *dest_qid_ptr = &sw->qids[dest_qid]; WARNING: line over 80 characters #1627: FILE: drivers/event/sw/sw_evdev_scheduler.c:317: + const struct iq_ring *dest_iq_ptr = dest_qid_ptr->iq[dest_iq]; WARNING: line over 80 characters #1652: FILE: drivers/event/sw/sw_evdev_scheduler.c:342: + rte_ring_sp_enqueue(qid->reorder_buffer_freelist, ERROR: space required before the open parenthesis '(' #1671: FILE: drivers/event/sw/sw_evdev_scheduler.c:361: + if(port->pp_buf_count == 0) { WARNING: line over 80 characters #1677: FILE: drivers/event/sw/sw_evdev_scheduler.c:367: + qe_ring_count(worker) < SW_PORT_OVERLOAD_THRES/2) { WARNING: line over 80 characters #1720: FILE: drivers/event/sw/sw_evdev_scheduler.c:410: + struct sw_fid_t *fid = &sw->qids[hist_qid].fids[hist_fid]; ERROR: "(foo*)" should be "(foo *)" #1730: FILE: drivers/event/sw/sw_evdev_scheduler.c:420: + ((struct reorder_buffer_entry*)rob_ptr)->ready = WARNING: line over 80 characters #1743: FILE: drivers/event/sw/sw_evdev_scheduler.c:433: + //TODO: How do we alert the user that they've exceeded max frags? ERROR: do not use C99 // comments #1743: FILE: drivers/event/sw/sw_evdev_scheduler.c:433: + //TODO: How do we alert the user that they've exceeded max frags? WARNING: line over 80 characters #1744: FILE: drivers/event/sw/sw_evdev_scheduler.c:434: + if (rob_entry->num_fragments == SW_FRAGMENTS_MAX) WARNING: line over 80 characters #1747: FILE: drivers/event/sw/sw_evdev_scheduler.c:437: + rob_entry->fragments[rob_entry->num_fragments++] = *qe; WARNING: labels should not be indented #1762: FILE: drivers/event/sw/sw_evdev_scheduler.c:452: + end_qe: WARNING: line over 80 characters #1784: FILE: drivers/event/sw/sw_evdev_scheduler.c:474: + qe_ring_count(worker) < SW_PORT_OVERLOAD_THRES/2) { WARNING: labels should not be indented #1816: FILE: drivers/event/sw/sw_evdev_scheduler.c:506: + end_qe: WARNING: line over 80 characters #1837: FILE: drivers/event/sw/sw_evdev_scheduler.c:527: + qe_ring_count(worker) < SW_PORT_OVERLOAD_THRES/2) { WARNING: line over 80 characters #1853: FILE: drivers/event/sw/sw_evdev_scheduler.c:543: + (QE_FLAG_NOT_EOP_SHIFT - QE_FLAG_COMPLETE_SHIFT); WARNING: line over 80 characters #1880: FILE: drivers/event/sw/sw_evdev_scheduler.c:570: + struct sw_fid_t *fid = &sw->qids[hist_qid].fids[hist_fid]; ERROR: space prohibited before that '--' (ctx:WxO) #1885: FILE: drivers/event/sw/sw_evdev_scheduler.c:575: + port->inflights --; ^ ERROR: space prohibited before that '++' (ctx:WxO) #1886: FILE: drivers/event/sw/sw_evdev_scheduler.c:576: + port->hist_tail ++; ^ WARNING: line over 80 characters #1929: FILE: drivers/event/sw/sw_evdev_scheduler.c:619: + /* TODO: use a function pointer in the port itself */ WARNING: line over 80 characters #1931: FILE: drivers/event/sw/sw_evdev_scheduler.c:621: + in_pkts += sw_schedule_pull_port_dir(sw, i); WARNING: line over 80 characters #1933: FILE: drivers/event/sw/sw_evdev_scheduler.c:623: + in_pkts += sw_schedule_pull_port_lb(sw, i); WARNING: line over 80 characters #1935: FILE: drivers/event/sw/sw_evdev_scheduler.c:625: + in_pkts += sw_schedule_pull_port_no_reorder(sw, i); ERROR: space required before the open parenthesis '(' #1955: FILE: drivers/event/sw/sw_evdev_scheduler.c:645: + for(i = 0; i < sw->port_count; i++) { WARNING: line over 80 characters #2021: FILE: drivers/event/sw/sw_evdev_worker.c:45: + free_count < MAX_SW_PROD_Q_DEPTH - p->overload_threshold) { WARNING: line over 80 characters #2028: FILE: drivers/event/sw/sw_evdev_worker.c:52: +sw_event_enqueue(struct rte_event_dev *dev, uint8_t port_id, struct rte_event *ev, ERROR: space required before the open parenthesis '(' #2035: FILE: drivers/event/sw/sw_evdev_worker.c:59: + if(port_id >= sw->port_count) ERROR: space prohibited after that '&&' (ctx:WxW) #2042: FILE: drivers/event/sw/sw_evdev_worker.c:66: + if(sw->overloaded && ev->operation == RTE_EVENT_OP_NEW) ^ ERROR: space required before the open parenthesis '(' #2042: FILE: drivers/event/sw/sw_evdev_worker.c:66: + if(sw->overloaded && ev->operation == RTE_EVENT_OP_NEW) ERROR: space required before the open parenthesis '(' #2051: FILE: drivers/event/sw/sw_evdev_worker.c:75: + if(invalid_qid) { WARNING: braces {} are not necessary for single statement blocks #2051: FILE: drivers/event/sw/sw_evdev_worker.c:75: + if(invalid_qid) { + p->stats.rx_dropped++; + } ERROR: space required before the open parenthesis '(' #2078: FILE: drivers/event/sw/sw_evdev_worker.c:102: + if(port_id >= sw->port_count) ERROR: space prohibited after that '&&' (ctx:WxW) #2086: FILE: drivers/event/sw/sw_evdev_worker.c:110: + if(sw->overloaded && ev[i].operation == RTE_EVENT_OP_NEW) ^ ERROR: space required before the open parenthesis '(' #2086: FILE: drivers/event/sw/sw_evdev_worker.c:110: + if(sw->overloaded && ev[i].operation == RTE_EVENT_OP_NEW) WARNING: line over 80 characters #2092: FILE: drivers/event/sw/sw_evdev_worker.c:116: + ev[i].flow_id = FLOWID_MASK & rte_hash_crc_4byte(ev[i].flow_id, -1); ERROR: space required before the open parenthesis '(' #2094: FILE: drivers/event/sw/sw_evdev_worker.c:118: + if(invalid_qid) { WARNING: braces {} are not necessary for single statement blocks #2094: FILE: drivers/event/sw/sw_evdev_worker.c:118: + if(invalid_qid) { + p->stats.rx_dropped++; + } ERROR: space required before the open parenthesis '(' #2113: FILE: drivers/event/sw/sw_evdev_worker.c:137: + if(port_id >= sw->port_count) ERROR: space required before the open parenthesis '(' #2122: FILE: drivers/event/sw/sw_evdev_worker.c:146: + for(i = 0; i < out_rels; i++) { WARNING: braces {} are not necessary for single statement blocks #2122: FILE: drivers/event/sw/sw_evdev_worker.c:146: + for(i = 0; i < out_rels; i++) { + sw_event_release(dev, port_id, i); + } ERROR: space required before the open parenthesis '(' #2127: FILE: drivers/event/sw/sw_evdev_worker.c:151: + if(ev == 0) ERROR: space required before the open parenthesis '(' #2143: FILE: drivers/event/sw/sw_evdev_worker.c:167: + if(port_id >= sw->port_count) ERROR: space required before the open parenthesis '(' #2153: FILE: drivers/event/sw/sw_evdev_worker.c:177: + for(i = 0; i < out_rels; i++) { WARNING: braces {} are not necessary for single statement blocks #2153: FILE: drivers/event/sw/sw_evdev_worker.c:177: + for(i = 0; i < out_rels; i++) { + sw_event_release(dev, port_id, i); + } ERROR: space required before the open parenthesis '(' #2159: FILE: drivers/event/sw/sw_evdev_worker.c:183: + if(ev == 0) total: 34 errors, 52 warnings, 2095 lines checked /home/patchWorkOrg/patches/dpdk-dev-3-7-event-sw-software-eventdev-implementation.patch has style problems, please review. If any of these errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. 17051: WARNING: line over 80 characters #164: FILE: app/test/test_eventdev_func.c:131: + printf("%d: Eventdev %s not found - quitting.\n", __LINE__, eventdev_name); WARNING: line over 80 characters #286: FILE: app/test/test_eventdev_func.c:253: + if (rte_event_port_link(t->ev, ports[i - t->nb_qids], &link, 1) != 1) { ERROR: space required before the open parenthesis '(' #324: FILE: app/test/test_eventdev_func.c:291: + for(i = 0; i < RTE_DIM(MAGIC_SEQN); i++) { WARNING: line over 80 characters #357: FILE: app/test/test_eventdev_func.c:324: + printf("%d: error stats incorrect for directed port\n", __LINE__); ERROR: space required before the open parenthesis '(' #370: FILE: app/test/test_eventdev_func.c:337: + if(ev.mbuf->seqn != MAGIC_SEQN[1]) { ERROR: space required before the open parenthesis '(' #383: FILE: app/test/test_eventdev_func.c:350: + if(ev2.mbuf->seqn != MAGIC_SEQN[0]) { WARNING: line over 80 characters #449: FILE: app/test/test_eventdev_func.c:416: + printf("%d: error stats incorrect for directed port\n", __LINE__); WARNING: line over 80 characters #468: FILE: app/test/test_eventdev_func.c:435: + printf("%d: error magic sequence number not dequeued\n", __LINE__); ERROR: space required before the open parenthesis '(' #519: FILE: app/test/test_eventdev_func.c:486: + if(i == THRES-1) { ERROR: space required before the open parenthesis '(' #520: FILE: app/test/test_eventdev_func.c:487: + if(err != -ENOSPC) { WARNING: line over 80 characters #521: FILE: app/test/test_eventdev_func.c:488: + printf("%d: overload trip didn't cause NEW pkt enq fail\n", __LINE__); ERROR: else should follow close brace '}' #524: FILE: app/test/test_eventdev_func.c:491: + } + else { WARNING: line over 80 characters #525: FILE: app/test/test_eventdev_func.c:492: + //printf("iter %d -ENOSPC returned for new enq as expected.\n", i); ERROR: do not use C99 // comments #525: FILE: app/test/test_eventdev_func.c:492: + //printf("iter %d -ENOSPC returned for new enq as expected.\n", i); WARNING: line over 80 characters #529: FILE: app/test/test_eventdev_func.c:496: + printf("%d: error failed to enqueue\n", __LINE__); ERROR: do not use C99 // comments #553: FILE: app/test/test_eventdev_func.c:520: + //return -1; ERROR: space required before the open parenthesis '(' #590: FILE: app/test/test_eventdev_func.c:557: + if(i == THRES-1) { ERROR: space required before the open parenthesis '(' #591: FILE: app/test/test_eventdev_func.c:558: + if(err != -ENOSPC) { WARNING: line over 80 characters #592: FILE: app/test/test_eventdev_func.c:559: + printf("%d: overload trip didn't cause NEW pkt enq fail\n", __LINE__); ERROR: do not use C99 // comments #593: FILE: app/test/test_eventdev_func.c:560: + //return -1; ERROR: else should follow close brace '}' #595: FILE: app/test/test_eventdev_func.c:562: + } + else { WARNING: line over 80 characters #596: FILE: app/test/test_eventdev_func.c:563: + //printf("iter %d -ENOSPC returned for new enq as expected.\n", i); ERROR: do not use C99 // comments #596: FILE: app/test/test_eventdev_func.c:563: + //printf("iter %d -ENOSPC returned for new enq as expected.\n", i); WARNING: line over 80 characters #600: FILE: app/test/test_eventdev_func.c:567: + printf("%d: error failed to enqueue\n", __LINE__); WARNING: line over 80 characters #628: FILE: app/test/test_eventdev_func.c:595: + printf("%d: warning failed to deq (iter = %d), ret %d. Dumping stats\n", WARNING: line over 80 characters #807: FILE: app/test/test_eventdev_func.c:774: + printf("%d: Sched core didn't receive all %d pkts\n", __LINE__, NUM_PKTS); WARNING: line over 80 characters #825: FILE: app/test/test_eventdev_func.c:792: + printf("%d: Half of NUM_PKTS didn't arrive at port 1\n", __LINE__); WARNING: line over 80 characters #838: FILE: app/test/test_eventdev_func.c:805: + printf("%d: Half of NUM_PKTS didn't arrive at port 2\n", __LINE__); WARNING: line over 80 characters #865: FILE: app/test/test_eventdev_func.c:832: + printf("%d: error mapping qid to port %d\n", __LINE__, i); WARNING: line over 80 characters #914: FILE: app/test/test_eventdev_func.c:881: + printf("%d:%s: port 1 inflight not correct\n", __LINE__, __func__); WARNING: line over 80 characters #918: FILE: app/test/test_eventdev_func.c:885: + printf("%d:%s: port 2 inflight not correct\n", __LINE__, __func__); WARNING: line over 80 characters #922: FILE: app/test/test_eventdev_func.c:889: + printf("%d:%s: port 3 inflight not correct\n", __LINE__, __func__); ERROR: space required before the open parenthesis '(' #946: FILE: app/test/test_eventdev_func.c:913: + for(i = 0; i < 4; i++) { WARNING: line over 80 characters #1006: FILE: app/test/test_eventdev_func.c:973: + printf("%d:%s: port 1 inflight count not correct\n", __LINE__, __func__); WARNING: line over 80 characters #1017: FILE: app/test/test_eventdev_func.c:984: + printf("%d:%s: port 1 dropped count not correct\n", __LINE__, __func__); WARNING: line over 80 characters #1036: FILE: app/test/test_eventdev_func.c:1003: + * the Queue Manager. Each packet gets looped through QIDs 0-8, 16 times, WARNING: line over 80 characters #1043: FILE: app/test/test_eventdev_func.c:1010: + uint16_t i, nb_rx = rte_event_dequeue(t->ev, port, ev, BURST_SIZE); WARNING: line over 80 characters #1055: FILE: app/test/test_eventdev_func.c:1022: + printf("%d: Can't enqueue FWD!!\n", __LINE__); WARNING: line over 80 characters #1067: FILE: app/test/test_eventdev_func.c:1034: + printf("%d: Can't enqueue FWD!!\n", __LINE__); ERROR: space required before the open parenthesis '(' #1077: FILE: app/test/test_eventdev_func.c:1044: + if(err != 1) { ERROR: space required before the open parenthesis '(' #1140: FILE: app/test/test_eventdev_func.c:1107: + for(i = 0; i < 8; i++) { WARNING: line over 80 characters #1145: FILE: app/test/test_eventdev_func.c:1112: + printf("%d: error mapping port 2 qid %d\n", __LINE__, i); WARNING: line over 80 characters #1174: FILE: app/test/test_eventdev_func.c:1141: + printf("%d: \tSched Rx = %" PRIu64 ", Tx = %" PRIu64 "\n", WARNING: line over 80 characters #1183: FILE: app/test/test_eventdev_func.c:1150: + printf("%d: \nNo schedules for seconds, deadlock\n", __LINE__); WARNING: unnecessary whitespace before a quoted newline #1183: FILE: app/test/test_eventdev_func.c:1150: + printf("%d: \nNo schedules for seconds, deadlock\n", __LINE__); ERROR: do not use C99 // comments #1193: FILE: app/test/test_eventdev_func.c:1160: + //rte_event_dev_dump(stdout, 0); WARNING: line over 80 characters #1209: FILE: app/test/test_eventdev_func.c:1176: + eventdev_func_mempool = rte_pktmbuf_pool_create("EVDEV_SA_MBUF_POOL", WARNING: unnecessary whitespace before a quoted newline #1291: FILE: app/test/test_eventdev_func.c:1258: + printf("### Not enough cores for worker loopback test. \n"); WARNING: line over 80 characters #1295: FILE: app/test/test_eventdev_func.c:1262: + * in the static eventdev_func_mempool variable. It is re-used on re-runs */ WARNING: do not add new typedefs #1355: FILE: app/test/test_eventdev_unit.c:48: +typedef enum eventdev_api_ut_ids_s { WARNING: do not add new typedefs #1376: FILE: app/test/test_eventdev_unit.c:69: +typedef enum eventdev_tc_status_s { WARNING: do not add new typedefs #1381: FILE: app/test/test_eventdev_unit.c:74: +typedef struct eventdev_api_ut_status_s { total: 17 errors, 35 warnings, 1825 lines checked /home/patchWorkOrg/patches/dpdk-dev-5-7-test-eventdev-unit-and-functional-tests.patch has style problems, please review. If any of these errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. 17053: ERROR: do not initialise statics to 0 or NULL #176: FILE: examples/eventdev_pipeline/main.c:73: +static volatile int done = 0; WARNING: Use of volatile is usually wrong: see Documentation/volatile-considered-harmful.txt #176: FILE: examples/eventdev_pipeline/main.c:73: +static volatile int done = 0; ERROR: do not initialise statics to 0 or NULL #177: FILE: examples/eventdev_pipeline/main.c:74: +static int quiet = 0; ERROR: space required before the open brace '{' #199: FILE: examples/eventdev_pipeline/main.c:96: + if (n == 0){ ERROR: space required before the open parenthesis '(' #222: FILE: examples/eventdev_pipeline/main.c:119: + while(now + 750 > rte_rdtsc()) {} ERROR: trailing statements should be on next line #222: FILE: examples/eventdev_pipeline/main.c:119: + while(now + 750 > rte_rdtsc()) {} WARNING: braces {} are not necessary for single statement blocks #222: FILE: examples/eventdev_pipeline/main.c:119: + while(now + 750 > rte_rdtsc()) {} WARNING: line over 80 characters #275: FILE: examples/eventdev_pipeline/main.c:172: + size_t received_printed = 0; /* tracks when we last printed receive count */ ERROR: space required before the open brace '{' #298: FILE: examples/eventdev_pipeline/main.c:195: + if (n == 0){ WARNING: line over 80 characters #308: FILE: examples/eventdev_pipeline/main.c:205: + rte_eth_tx_buffer(outport, 0, tx_buf[outport], events[i].mbuf); WARNING: line over 80 characters #314: FILE: examples/eventdev_pipeline/main.c:211: + (rte_get_timer_cycles() - start_time) / freq_khz); WARNING: line over 80 characters #356: FILE: examples/eventdev_pipeline/main.c:253: + uint16_t nb_rx = rte_eth_rx_burst(eth_port, 0, mbufs, BATCH_SIZE); WARNING: line over 80 characters #390: FILE: examples/eventdev_pipeline/main.c:287: + rte_panic("producer thread failed to enqueue *all* events\n"); ERROR: "foo** bar" should be "foo **bar" #439: FILE: examples/eventdev_pipeline/main.c:336: +parse_app_args(int argc, char** argv) ERROR: switch and case should be at the same indent #452: FILE: examples/eventdev_pipeline/main.c:349: + switch (c) { + case 'w': [...] + case 'n': [...] + case 'f': [...] + case 'p': [...] + case 'o': [...] + case 'q': [...] + default: ERROR: space prohibited before that close parenthesis ')' #457: FILE: examples/eventdev_pipeline/main.c:354: + num_packets = (unsigned long )atol(optarg); WARNING: line over 80 characters #639: FILE: examples/eventdev_pipeline/main.c:536: + ret = rte_event_port_setup(id, worker_data[i].event_port_id, &port_config); WARNING: line over 80 characters #649: FILE: examples/eventdev_pipeline/main.c:546: + ret = rte_event_port_link(id, worker_data[i].event_port_id, &link, 1); ERROR: space required before the open parenthesis '(' #694: FILE: examples/eventdev_pipeline/main.c:591: + if(sig == SIGTSTP) { ERROR: space required before the open parenthesis '(' #699: FILE: examples/eventdev_pipeline/main.c:596: + if(sig == SIGINT) WARNING: line over 80 characters #764: FILE: examples/eventdev_pipeline/main.c:661: + rte_panic("No event devs found. Do you need to pass in a --vdev flag?\n"); WARNING: line over 80 characters #766: FILE: examples/eventdev_pipeline/main.c:663: + fprintf(stderr, "Warning: More than one event dev, using idx 0"); WARNING: line over 80 characters #779: FILE: examples/eventdev_pipeline/main.c:676: + if (has_prod && has_cons && has_scheduler && nworkers == num_workers) WARNING: line over 80 characters #792: FILE: examples/eventdev_pipeline/main.c:689: + err = rte_eal_remote_launch(worker, &worker_data[nworkers], lcore_id); WARNING: line over 80 characters #794: FILE: examples/eventdev_pipeline/main.c:691: + rte_panic("Failed to launch worker%d\n", nworkers); WARNING: line over 80 characters #800: FILE: examples/eventdev_pipeline/main.c:697: + err = rte_eal_remote_launch(consumer, &cons_data, lcore_id); WARNING: line over 80 characters #808: FILE: examples/eventdev_pipeline/main.c:705: + err = rte_eal_remote_launch(producer, &prod_data, lcore_id); total: 11 errors, 16 warnings, 767 lines checked /home/patchWorkOrg/patches/dpdk-dev-7-7-examples-eventdev_pipeline-adding-example.patch has style problems, please review. If any of these errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. 17047: WARNING: line over 80 characters #493: FILE: lib/librte_eventdev/rte_eventdev.c:433: +rte_event_port_unlink(uint8_t dev_id, uint8_t port_id, uint8_t queues[], int num) ERROR: code indent should use tabs where possible #850: FILE: lib/librte_eventdev/rte_eventdev.h:318: + */$ WARNING: line over 80 characters #1754: FILE: lib/librte_eventdev/rte_eventdev.h:1222: +#define RTE_EVENT_DEV_MAX_PORTS 256 /**< Max number of ports for an instance */ total: 1 errors, 2 warnings, 2017 lines checked NOTE: whitespace errors detected, you may wish to use scripts/cleanpatch or scripts/cleanfile /home/patchWorkOrg/patches/dpdk-dev-1-7-eventdev-header-and-implementation.patch has style problems, please review. If any of these errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Compilation: OS: fedora Nic: niantic GCC: gcc_x86-64, 4.8.3 ICC:16.0.2 i686-native-linuxapp-icc: compile error x86_64-native-linuxapp-gcc-combined: compile error i686-native-linuxapp-gcc: compile error x86_64-native-linuxapp-gcc: compile error x86_64-native-linuxapp-icc: compile error x86_64-native-linuxapp-gcc-debug: compile error x86_64-native-linuxapp-gcc-shared: compile error x86_64-native-linuxapp-clang: compile pass i686-native-linuxapp-icc: Configuration done == Build lib == Build lib/librte_compat == Build lib/librte_eal SYMLINK-FILE include/rte_compat.h == Build lib/librte_eal/common SYMLINK-FILE include/generic/rte_atomic.h SYMLINK-FILE include/generic/rte_byteorder.h SYMLINK-FILE include/generic/rte_prefetch.h SYMLINK-FILE include/generic/rte_cycles.h SYMLINK-FILE include/generic/rte_memcpy.h SYMLINK-FILE include/generic/rte_spinlock.h SYMLINK-FILE include/generic/rte_cpuflags.h SYMLINK-FILE include/generic/rte_rwlock.h SYMLINK-FILE include/rte_branch_prediction.h SYMLINK-FILE include/rte_common.h SYMLINK-FILE include/rte_debug.h SYMLINK-FILE include/rte_eal.h SYMLINK-FILE include/rte_launch.h SYMLINK-FILE include/rte_lcore.h SYMLINK-FILE include/rte_log.h SYMLINK-FILE include/rte_errno.h SYMLINK-FILE include/rte_memory.h SYMLINK-FILE include/rte_memzone.h SYMLINK-FILE include/rte_pci.h SYMLINK-FILE include/rte_per_lcore.h SYMLINK-FILE include/rte_random.h SYMLINK-FILE include/rte_tailq.h SYMLINK-FILE include/rte_interrupts.h SYMLINK-FILE include/rte_alarm.h SYMLINK-FILE include/rte_string_fns.h SYMLINK-FILE include/rte_version.h SYMLINK-FILE include/rte_eal_memconfig.h SYMLINK-FILE include/rte_malloc_heap.h SYMLINK-FILE include/rte_hexdump.h SYMLINK-FILE include/rte_devargs.h SYMLINK-FILE include/rte_dev.h SYMLINK-FILE include/rte_vdev.h SYMLINK-FILE include/rte_pci_dev_feature_defs.h SYMLINK-FILE include/rte_pci_dev_features.h SYMLINK-FILE include/rte_malloc.h SYMLINK-FILE include/rte_keepalive.h SYMLINK-FILE include/rte_time.h SYMLINK-FILE include/rte_rwlock.h SYMLINK-FILE include/rte_memcpy.h SYMLINK-FILE include/rte_cycles.h SYMLINK-FILE include/rte_spinlock.h SYMLINK-FILE include/rte_atomic_32.h SYMLINK-FILE include/rte_vect.h SYMLINK-FILE include/rte_prefetch.h SYMLINK-FILE include/rte_byteorder_32.h SYMLINK-FILE include/rte_atomic_64.h SYMLINK-FILE include/rte_rtm.h SYMLINK-FILE include/rte_cpuflags.h SYMLINK-FILE include/rte_byteorder_64.h SYMLINK-FILE include/rte_atomic.h SYMLINK-FILE include/rte_byteorder.h == Build lib/librte_eal/linuxapp == Build lib/librte_eal/linuxapp/igb_uio == Build lib/librte_eal/linuxapp/eal CC eal.o CC eal_hugepage_info.o CC eal_memory.o CC eal_thread.o CC eal_log.o CC eal_vfio.o CC eal_vfio_mp_sync.o CC eal_pci.o CC eal_pci_uio.o CC eal_pci_vfio.o CC eal_debug.o CC eal_lcore.o CC eal_timer.o CC eal_interrupts.o CC eal_alarm.o CC eal_common_lcore.o CC eal_common_timer.o CC eal_common_memzone.o CC eal_common_log.o CC eal_common_launch.o CC eal_common_vdev.o CC eal_common_pci.o CC eal_common_pci_uio.o CC eal_common_memory.o CC eal_common_tailqs.o CC eal_common_cpuflags.o CC eal_common_errno.o CC eal_common_string_fns.o CC eal_common_hexdump.o CC eal_common_devargs.o CC eal_common_dev.o CC eal_common_options.o CC eal_common_thread.o CC eal_common_proc.o CC rte_malloc.o CC malloc_elem.o CC malloc_heap.o CC rte_keepalive.o CC rte_cpuflags.o SYMLINK-FILE include/exec-env/rte_interrupts.h CC rte_spinlock.o SYMLINK-FILE include/exec-env/rte_kni_common.h SYMLINK-FILE include/exec-env/rte_dom0_common.h LD /home/patchWorkOrg/compilation/i686-native-linuxapp-icc/build/lib/librte_eal/linuxapp/igb_uio/built-in.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-icc/build/lib/librte_eal/linuxapp/igb_uio/igb_uio.o Building modules, stage 2. AR librte_eal.a MODPOST 1 modules INSTALL-LIB librte_eal.a == Build lib/librte_eal/linuxapp/kni CC /home/patchWorkOrg/compilation/i686-native-linuxapp-icc/build/lib/librte_eal/linuxapp/igb_uio/igb_uio.mod.o LD [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-icc/build/lib/librte_eal/linuxapp/igb_uio/igb_uio.ko INSTALL-MODULE igb_uio.ko LD /home/patchWorkOrg/compilation/i686-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/built-in.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/ixgbe_main.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/ixgbe_api.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/ixgbe_common.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/ixgbe_ethtool.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/ixgbe_82599.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/ixgbe_82598.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/ixgbe_x540.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/ixgbe_phy.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/kcompat.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/e1000_82575.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/e1000_i210.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/e1000_api.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/e1000_mac.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/e1000_manage.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/e1000_mbx.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/e1000_nvm.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/e1000_phy.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/igb_ethtool.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/igb_main.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/igb_param.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/igb_vmdq.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/kni_misc.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/kni_net.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/kni_ethtool.o LD [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/rte_kni.o Building modules, stage 2. MODPOST 1 modules CC /home/patchWorkOrg/compilation/i686-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/rte_kni.mod.o LD [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/rte_kni.ko INSTALL-MODULE rte_kni.ko == Build lib/librte_cfgfile == Build lib/librte_ring == Build lib/librte_cmdline == Build lib/librte_acl == Build lib/librte_jobstats == Build lib/librte_kvargs == Build lib/librte_timer == Build lib/librte_lpm == Build lib/librte_power == Build lib/librte_meter SYMLINK-FILE include/rte_cfgfile.h CC rte_cfgfile.o SYMLINK-FILE include/rte_jobstats.h SYMLINK-FILE include/rte_meter.h CC rte_meter.o CC rte_jobstats.o SYMLINK-FILE include/rte_ring.h SYMLINK-FILE include/rte_kvargs.h CC rte_ring.o SYMLINK-FILE include/rte_lpm6.h CC rte_kvargs.o SYMLINK-FILE include/rte_lpm.h CC rte_lpm.o CC rte_lpm6.o SYMLINK-FILE include/rte_lpm_sse.h CC rte_power.o CC rte_power_acpi_cpufreq.o CC rte_power_kvm_vm.o SYMLINK-FILE include/rte_power.h CC cmdline.o CC rte_timer.o SYMLINK-FILE include/rte_timer.h CC guest_channel.o CC cmdline_cirbuf.o CC cmdline_parse.o CC cmdline_parse_etheraddr.o CC cmdline_parse_ipaddr.o CC cmdline_parse_string.o CC cmdline_vt100.o CC cmdline_rdline.o CC cmdline_parse_num.o CC cmdline_socket.o SYMLINK-FILE include/cmdline.h SYMLINK-FILE include/cmdline_parse.h SYMLINK-FILE include/cmdline_parse_num.h SYMLINK-FILE include/cmdline_parse_ipaddr.h CC cmdline_parse_portlist.o SYMLINK-FILE include/cmdline_parse_etheraddr.h SYMLINK-FILE include/cmdline_parse_string.h SYMLINK-FILE include/cmdline_rdline.h SYMLINK-FILE include/cmdline_vt100.h SYMLINK-FILE include/cmdline_socket.h SYMLINK-FILE include/cmdline_parse_portlist.h SYMLINK-FILE include/cmdline_cirbuf.h CC tb_mem.o CC rte_acl.o CC acl_bld.o CC acl_gen.o CC acl_run_scalar.o AR librte_kvargs.a AR librte_meter.a INSTALL-LIB librte_meter.a CC acl_run_sse.o INSTALL-LIB librte_kvargs.a SYMLINK-FILE include/rte_acl_osdep.h SYMLINK-FILE include/rte_acl.h CC acl_run_avx2.o == Build lib/librte_eventdev icc: command line warning #10121: overriding '-march=native' with '-march=core-avx2' AR librte_ring.a INSTALL-LIB librte_ring.a == Build lib/librte_hash AR librte_jobstats.a INSTALL-LIB librte_jobstats.a AR librte_cfgfile.a INSTALL-LIB librte_cfgfile.a SYMLINK-FILE include/rte_eventdev.h SYMLINK-FILE include/rte_eventdev_pmd.h CC rte_eventdev.o SYMLINK-FILE include/rte_eventdev_ops.h CC rte_mempool.o CC rte_mempool_ops.o CC rte_mempool_ring.o SYMLINK-FILE include/rte_mempool.h CC rte_mempool_stack.o SYMLINK-FILE include/rte_hash.h SYMLINK-FILE include/rte_hash_crc.h SYMLINK-FILE include/rte_jhash.h CC rte_cuckoo_hash.o CC rte_fbk_hash.o SYMLINK-FILE include/rte_thash.h SYMLINK-FILE include/rte_fbk_hash.h AR librte_power.a INSTALL-LIB librte_power.a AR librte_eventdev.a INSTALL-LIB librte_eventdev.a AR librte_cmdline.a INSTALL-LIB librte_cmdline.a AR librte_timer.a INSTALL-LIB librte_timer.a AR librte_lpm.a INSTALL-LIB librte_lpm.a AR librte_mempool.a INSTALL-LIB librte_mempool.a == Build lib/librte_mbuf SYMLINK-FILE include/rte_mbuf.h SYMLINK-FILE include/rte_mbuf_ptype.h CC rte_mbuf.o CC rte_mbuf_ptype.o AR librte_mbuf.a INSTALL-LIB librte_mbuf.a == Build lib/librte_net == Build lib/librte_cryptodev == Build lib/librte_reorder == Build lib/librte_distributor SYMLINK-FILE include/rte_ip.h SYMLINK-FILE include/rte_tcp.h SYMLINK-FILE include/rte_udp.h SYMLINK-FILE include/rte_icmp.h SYMLINK-FILE include/rte_sctp.h CC rte_net.o SYMLINK-FILE include/rte_arp.h SYMLINK-FILE include/rte_ether.h SYMLINK-FILE include/rte_gre.h SYMLINK-FILE include/rte_net.h SYMLINK-FILE include/rte_reorder.h SYMLINK-FILE include/rte_distributor.h CC rte_reorder.o CC rte_distributor.o SYMLINK-FILE include/rte_crypto.h SYMLINK-FILE include/rte_crypto_sym.h CC rte_cryptodev.o SYMLINK-FILE include/rte_cryptodev_pmd.h AR librte_net.a INSTALL-LIB librte_net.a == Build lib/librte_ether == Build lib/librte_sched AR librte_distributor.a INSTALL-LIB librte_distributor.a AR librte_cryptodev.a INSTALL-LIB librte_cryptodev.a SYMLINK-FILE include/rte_ethdev.h SYMLINK-FILE include/rte_eth_ctrl.h CC rte_ethdev.o SYMLINK-FILE include/rte_dev_info.h CC rte_sched.o CC rte_red.o CC rte_approx.o SYMLINK-FILE include/rte_bitmap.h SYMLINK-FILE include/rte_sched.h SYMLINK-FILE include/rte_sched_common.h SYMLINK-FILE include/rte_red.h CC rte_reciprocal.o SYMLINK-FILE include/rte_approx.h SYMLINK-FILE include/rte_reciprocal.h AR librte_reorder.a INSTALL-LIB librte_reorder.a AR librte_hash.a INSTALL-LIB librte_hash.a AR librte_ethdev.a INSTALL-LIB librte_ethdev.a == Build lib/librte_vhost == Build lib/librte_ip_frag == Build lib/librte_pdump SYMLINK-FILE include/rte_pdump.h CC rte_pdump.o CC fd_man.o CC socket.o CC rte_ipv4_fragmentation.o CC rte_ipv6_fragmentation.o CC vhost.o SYMLINK-FILE include/rte_virtio_net.h CC vhost_user.o CC virtio_net.o CC rte_ip_frag_common.o CC rte_ipv6_reassembly.o CC rte_ipv4_reassembly.o SYMLINK-FILE include/rte_ip_frag.h CC ip_frag_internal.o AR librte_ip_frag.a INSTALL-LIB librte_ip_frag.a AR librte_sched.a INSTALL-LIB librte_sched.a == Build lib/librte_port CC rte_port_ethdev.o CC rte_port_frag.o CC rte_port_ring.o SYMLINK-FILE include/rte_port.h CC rte_port_fd.o SYMLINK-FILE include/rte_port_ring.h CC rte_port_ras.o CC rte_port_sched.o SYMLINK-FILE include/rte_port_frag.h CC rte_port_source_sink.o SYMLINK-FILE include/rte_port_ras.h SYMLINK-FILE include/rte_port_sched.h SYMLINK-FILE include/rte_port_fd.h SYMLINK-FILE include/rte_port_source_sink.h AR librte_pdump.a INSTALL-LIB librte_pdump.a AR librte_vhost.a INSTALL-LIB librte_vhost.a AR librte_port.a INSTALL-LIB librte_port.a AR librte_acl.a INSTALL-LIB librte_acl.a == Build lib/librte_table CC rte_table_lpm.o CC rte_table_lpm_ipv6.o CC rte_table_acl.o CC rte_table_hash_cuckoo.o CC rte_table_hash_key8.o CC rte_table_hash_key16.o CC rte_table_hash_key32.o CC rte_table_hash_ext.o CC rte_table_hash_lru.o CC rte_table_array.o SYMLINK-FILE include/rte_table.h SYMLINK-FILE include/rte_table_lpm.h SYMLINK-FILE include/rte_table_acl.h CC rte_table_stub.o SYMLINK-FILE include/rte_table_lpm_ipv6.h SYMLINK-FILE include/rte_table_hash.h SYMLINK-FILE include/rte_lru.h SYMLINK-FILE include/rte_table_array.h SYMLINK-FILE include/rte_table_stub.h AR librte_table.a INSTALL-LIB librte_table.a == Build lib/librte_pipeline SYMLINK-FILE include/rte_pipeline.h CC rte_pipeline.o AR librte_pipeline.a INSTALL-LIB librte_pipeline.a == Build buildtools == Build buildtools/pmdinfogen HOSTCC pmdinfogen.o HOSTLD dpdk-pmdinfogen INSTALL-HOSTAPP dpdk-pmdinfogen == Build drivers == Build drivers/net == Build drivers/crypto == Build drivers/event == Build drivers/event/sw == Build drivers/crypto/null == Build drivers/net/af_packet == Build drivers/net/bonding == Build drivers/net/ena == Build drivers/net/cxgbe == Build drivers/net/e1000 == Build drivers/net/enic == Build drivers/net/fm10k == Build drivers/net/bnxt == Build drivers/net/ixgbe == Build drivers/net/null == Build drivers/net/qede == Build drivers/net/pcap == Build drivers/net/ring == Build drivers/net/virtio == Build drivers/net/vmxnet3 == Build drivers/net/vhost CC virtqueue.o CC virtio_pci.o CC virtio_ethdev.o CC virtio_rxtx.o CC virtio_rxtx_simple.o CC virtio_rxtx_simple_sse.o CC virtio_user/vhost_user.o CC virtio_user/virtio_user_dev.o CC virtio_user_ethdev.o CC ena_com.o CC ena_eth_com.o CC ena_ethdev.o CC null_crypto_pmd.o CC null_crypto_pmd_ops.o CC rte_eth_bond_api.o CC rte_eth_bond_pmd.o SYMLINK-FILE include/rte_eth_bond.h CC rte_eth_bond_args.o SYMLINK-FILE include/rte_eth_bond_8023ad.h CC rte_eth_bond_8023ad.o CC rte_eth_bond_alb.o CC bnxt_cpr.o CC bnxt_ethdev.o CC bnxt_filter.o CC bnxt_hwrm.o CC bnxt_ring.o CC bnxt_rxq.o CC bnxt_rxr.o CC bnxt_stats.o CC ixgbe_common.o CC ixgbe_82598.o CC bnxt_txq.o CC bnxt_txr.o CC ixgbe_82599.o CC ixgbe_x540.o CC bnxt_vnic.o CC ixgbe_x550.o CC bnxt_irq.o CC ixgbe_phy.o CC ixgbe_api.o CC ixgbe_vf.o CC ixgbe_dcb.o CC ixgbe_dcb_82598.o CC ixgbe_dcb_82599.o CC ixgbe_mbx.o CC ixgbe_ethdev.o CC ixgbe_rxtx.o SYMLINK-FILE include/rte_pmd_ixgbe.h CC ixgbe_fdir.o CC ixgbe_pf.o CC enic_ethdev.o CC enic_main.o CC enic_rxtx.o CC enic_clsf.o CC rte_eth_pcap.o CC enic_res.o CC base/vnic_wq.o CC sw_evdev.o CC base/vnic_intr.o CC base/vnic_dev.o CC base/vnic_rq.o CC base/vnic_cq.o CC sw_evdev_worker.o CC sw_evdev_scheduler.o CC base/vnic_rss.o CC e1000_80003es2lan.o CC e1000_82540.o CC e1000_82541.o CC e1000_82542.o CC e1000_82543.o CC e1000_82571.o CC e1000_82575.o CC e1000_i210.o CC e1000_api.o CC e1000_ich8lan.o CC e1000_mac.o CC e1000_manage.o CC e1000_nvm.o CC e1000_mbx.o CC e1000_osdep.o CC e1000_phy.o CC e1000_vf.o CC igb_ethdev.o CC igb_rxtx.o CC igb_pf.o CC em_ethdev.o CC em_rxtx.o SYMLINK-FILE include/rte_eth_ring.h CC rte_eth_ring.o SYMLINK-FILE include/rte_eth_null.h CC rte_eth_null.o /home/patchWorkOrg/compilation/drivers/event/sw/sw_evdev.c(169): error #181: argument of type "uint64_t={unsigned long long}" is incompatible with format "%ld", expecting argument of type "long" rxcol, rx_used, rx_free); ^ /home/patchWorkOrg/compilation/drivers/event/sw/sw_evdev.c(169): error #181: argument of type "uint64_t={unsigned long long}" is incompatible with format "%ld", expecting argument of type "long" rxcol, rx_used, rx_free); ^ /home/patchWorkOrg/compilation/drivers/event/sw/sw_evdev.c(175): error #181: argument of type "uint64_t={unsigned long long}" is incompatible with format "%ld", expecting argument of type "long" txcol, tx_used, tx_free); ^ /home/patchWorkOrg/compilation/drivers/event/sw/sw_evdev.c(175): error #181: argument of type "uint64_t={unsigned long long}" is incompatible with format "%ld", expecting argument of type "long" txcol, tx_used, tx_free); ^ compilation aborted for /home/patchWorkOrg/compilation/drivers/event/sw/sw_evdev.c (code 2) make[6]: *** [sw_evdev.o] Error 2 make[6]: *** Waiting for unfinished jobs.... PMDINFO virtio_user_ethdev.o.pmd.c CC virtio_user_ethdev.o.pmd.o CC vmxnet3_rxtx.o CC cxgbe_ethdev.o CC vmxnet3_ethdev.o CC i40e_adminq.o CC fm10k_ethdev.o CC cxgbe_main.o CC sge.o CC rte_eth_af_packet.o CC i40e_common.o CC fm10k_rxtx.o CC t4_hw.o CC i40e_diag.o CC base/ecore_dev.o /home/patchWorkOrg/compilation/drivers/event/sw/sw_evdev_scheduler.c(381): error #300: const variable "dummy_rob" requires an initializer static const struct reorder_buffer_entry dummy_rob; ^ compilation aborted for /home/patchWorkOrg/compilation/drivers/event/sw/sw_evdev_scheduler.c (code 2) make[6]: *** [sw_evdev_scheduler.o] Error 2 CC fm10k_pf.o CC base/ecore_hw.o CC fm10k_tlv.o CC i40e_hmc.o SYMLINK-FILE include/rte_eth_vhost.h CC fm10k_common.o CC i40e_lan_hmc.o CC base/ecore_cxt.o CC i40e_nvm.o CC base/ecore_l2.o CC i40e_dcb.o CC fm10k_mbx.o CC i40e_ethdev.o CC fm10k_vf.o CC base/ecore_sp_commands.o CC i40e_rxtx.o CC fm10k_api.o CC base/ecore_init_fw_funcs.o CC i40e_rxtx_vec_sse.o LD virtio_user_ethdev.o PMDINFO bnxt_ethdev.o.pmd.c CC bnxt_ethdev.o.pmd.o CC fm10k_rxtx_vec.o CC i40e_ethdev_vf.o CC base/ecore_spq.o CC i40e_pf.o CC base/ecore_init_ops.o make[5]: *** [sw] Error 2 make[4]: *** [event] Error 2 make[4]: *** Waiting for unfinished jobs.... CC base/ecore_mcp.o CC i40e_fdir.o CC base/ecore_int.o CC base/ecore_dcbx.o CC base/bcm_osal.o CC base/ecore_sriov.o LD bnxt_ethdev.o CC base/ecore_vf.o CC qede_ethdev.o CC qede_eth_if.o PMDINFO enic_ethdev.o.pmd.c CC enic_ethdev.o.pmd.o CC qede_main.o CC qede_rxtx.o LD enic_ethdev.o PMDINFO null_crypto_pmd.o.pmd.c CC null_crypto_pmd.o.pmd.o PMDINFO em_ethdev.o.pmd.c CC em_ethdev.o.pmd.o PMDINFO vmxnet3_ethdev.o.pmd.c CC vmxnet3_ethdev.o.pmd.o LD null_crypto_pmd.o LD em_ethdev.o PMDINFO ena_ethdev.o.pmd.c PMDINFO rte_eth_af_packet.o.pmd.c CC ena_ethdev.o.pmd.o CC rte_eth_af_packet.o.pmd.o AR librte_pmd_null_crypto.a INSTALL-LIB librte_pmd_null_crypto.a LD vmxnet3_ethdev.o LD ena_ethdev.o LD rte_eth_af_packet.o AR librte_pmd_af_packet.a PMDINFO rte_eth_ring.o.pmd.c INSTALL-LIB librte_pmd_af_packet.a CC rte_eth_ring.o.pmd.o PMDINFO rte_eth_vhost.o.pmd.c CC rte_eth_vhost.o.pmd.o LD rte_eth_ring.o AR librte_pmd_ring.a LD rte_eth_vhost.o INSTALL-LIB librte_pmd_ring.a AR librte_pmd_vhost.a INSTALL-LIB librte_pmd_vhost.a AR librte_pmd_bnxt.a INSTALL-LIB librte_pmd_bnxt.a PMDINFO cxgbe_ethdev.o.pmd.c CC cxgbe_ethdev.o.pmd.o PMDINFO qede_ethdev.o.pmd.c CC qede_ethdev.o.pmd.o LD cxgbe_ethdev.o PMDINFO virtio_ethdev.o.pmd.c CC virtio_ethdev.o.pmd.o PMDINFO igb_ethdev.o.pmd.c LD qede_ethdev.o CC igb_ethdev.o.pmd.o LD virtio_ethdev.o LD igb_ethdev.o PMDINFO i40e_ethdev_vf.o.pmd.c CC i40e_ethdev_vf.o.pmd.o LD i40e_ethdev_vf.o PMDINFO rte_eth_null.o.pmd.c CC rte_eth_null.o.pmd.o LD rte_eth_null.o AR librte_pmd_null.a INSTALL-LIB librte_pmd_null.a PMDINFO rte_eth_bond_pmd.o.pmd.c CC rte_eth_bond_pmd.o.pmd.o LD rte_eth_bond_pmd.o AR librte_pmd_bond.a INSTALL-LIB librte_pmd_bond.a PMDINFO ixgbe_ethdev.o.pmd.c CC ixgbe_ethdev.o.pmd.o LD ixgbe_ethdev.o AR librte_pmd_ena.a INSTALL-LIB librte_pmd_ena.a AR librte_pmd_e1000.a INSTALL-LIB librte_pmd_e1000.a AR librte_pmd_vmxnet3_uio.a INSTALL-LIB librte_pmd_vmxnet3_uio.a AR librte_pmd_enic.a INSTALL-LIB librte_pmd_enic.a AR librte_pmd_virtio.a INSTALL-LIB librte_pmd_virtio.a PMDINFO rte_eth_pcap.o.pmd.c CC rte_eth_pcap.o.pmd.o LD rte_eth_pcap.o AR librte_pmd_pcap.a INSTALL-LIB librte_pmd_pcap.a PMDINFO fm10k_ethdev.o.pmd.c CC fm10k_ethdev.o.pmd.o LD fm10k_ethdev.o AR librte_pmd_fm10k.a INSTALL-LIB librte_pmd_fm10k.a AR librte_pmd_cxgbe.a INSTALL-LIB librte_pmd_cxgbe.a AR librte_pmd_ixgbe.a INSTALL-LIB librte_pmd_ixgbe.a AR librte_pmd_qede.a INSTALL-LIB librte_pmd_qede.a PMDINFO i40e_ethdev.o.pmd.c CC i40e_ethdev.o.pmd.o LD i40e_ethdev.o AR librte_pmd_i40e.a INSTALL-LIB librte_pmd_i40e.a make[3]: *** [drivers] Error 2 make[2]: *** [all] Error 2 make[1]: *** [pre_install] Error 2 make: *** [install] Error 2 x86_64-native-linuxapp-gcc-combined: Configuration done == Build lib == Build lib/librte_compat == Build lib/librte_eal SYMLINK-FILE include/rte_compat.h == Build lib/librte_eal/common SYMLINK-FILE include/generic/rte_atomic.h SYMLINK-FILE include/generic/rte_byteorder.h SYMLINK-FILE include/generic/rte_prefetch.h SYMLINK-FILE include/generic/rte_spinlock.h SYMLINK-FILE include/generic/rte_cycles.h SYMLINK-FILE include/generic/rte_memcpy.h SYMLINK-FILE include/generic/rte_cpuflags.h SYMLINK-FILE include/generic/rte_rwlock.h SYMLINK-FILE include/rte_branch_prediction.h SYMLINK-FILE include/rte_common.h SYMLINK-FILE include/rte_debug.h SYMLINK-FILE include/rte_launch.h SYMLINK-FILE include/rte_errno.h SYMLINK-FILE include/rte_eal.h SYMLINK-FILE include/rte_lcore.h SYMLINK-FILE include/rte_log.h SYMLINK-FILE include/rte_memory.h SYMLINK-FILE include/rte_memzone.h SYMLINK-FILE include/rte_pci.h SYMLINK-FILE include/rte_per_lcore.h SYMLINK-FILE include/rte_random.h SYMLINK-FILE include/rte_tailq.h SYMLINK-FILE include/rte_interrupts.h SYMLINK-FILE include/rte_alarm.h SYMLINK-FILE include/rte_string_fns.h SYMLINK-FILE include/rte_version.h SYMLINK-FILE include/rte_eal_memconfig.h SYMLINK-FILE include/rte_hexdump.h SYMLINK-FILE include/rte_dev.h SYMLINK-FILE include/rte_devargs.h SYMLINK-FILE include/rte_vdev.h SYMLINK-FILE include/rte_pci_dev_features.h SYMLINK-FILE include/rte_pci_dev_feature_defs.h SYMLINK-FILE include/rte_malloc.h SYMLINK-FILE include/rte_keepalive.h SYMLINK-FILE include/rte_time.h SYMLINK-FILE include/rte_rwlock.h SYMLINK-FILE include/rte_memcpy.h SYMLINK-FILE include/rte_spinlock.h SYMLINK-FILE include/rte_cycles.h SYMLINK-FILE include/rte_atomic_32.h SYMLINK-FILE include/rte_vect.h SYMLINK-FILE include/rte_prefetch.h SYMLINK-FILE include/rte_byteorder_32.h SYMLINK-FILE include/rte_atomic_64.h SYMLINK-FILE include/rte_cpuflags.h SYMLINK-FILE include/rte_rtm.h SYMLINK-FILE include/rte_byteorder_64.h SYMLINK-FILE include/rte_atomic.h SYMLINK-FILE include/rte_byteorder.h == Build lib/librte_eal/linuxapp == Build lib/librte_eal/linuxapp/eal == Build lib/librte_eal/linuxapp/igb_uio CC eal.o CC eal_hugepage_info.o CC eal_memory.o CC eal_thread.o CC eal_log.o CC eal_vfio.o CC eal_vfio_mp_sync.o CC eal_pci.o CC eal_pci_vfio.o CC eal_pci_uio.o CC eal_debug.o CC eal_lcore.o CC eal_timer.o CC eal_interrupts.o CC eal_alarm.o CC eal_common_lcore.o CC eal_common_timer.o CC eal_common_memzone.o CC eal_common_log.o CC eal_common_launch.o CC eal_common_vdev.o CC eal_common_pci.o CC eal_common_pci_uio.o CC eal_common_memory.o CC eal_common_tailqs.o CC eal_common_errno.o CC eal_common_string_fns.o CC eal_common_cpuflags.o CC eal_common_hexdump.o CC eal_common_devargs.o CC eal_common_dev.o CC eal_common_thread.o CC eal_common_options.o CC eal_common_proc.o CC rte_malloc.o CC malloc_elem.o CC malloc_heap.o CC rte_keepalive.o SYMLINK-FILE include/exec-env/rte_interrupts.h CC rte_cpuflags.o SYMLINK-FILE include/exec-env/rte_kni_common.h SYMLINK-FILE include/exec-env/rte_dom0_common.h CC rte_spinlock.o AR librte_eal.a INSTALL-LIB librte_eal.a == Build lib/librte_eal/linuxapp/kni LD /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/igb_uio/built-in.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/igb_uio/igb_uio.o Building modules, stage 2. MODPOST 1 modules CC /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/igb_uio/igb_uio.mod.o LD [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/igb_uio/igb_uio.ko INSTALL-MODULE igb_uio.ko LD /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/built-in.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_main.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_api.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_common.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_ethtool.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_82599.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_82598.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_x540.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_phy.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/kcompat.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_82575.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_i210.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_api.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_mac.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_manage.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_mbx.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_nvm.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_phy.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/igb_ethtool.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/igb_main.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/igb_param.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/igb_vmdq.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/kni_misc.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/kni_net.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/kni_ethtool.o LD [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/rte_kni.o Building modules, stage 2. MODPOST 1 modules CC /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/rte_kni.mod.o LD [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/rte_kni.ko INSTALL-MODULE rte_kni.ko == Build lib/librte_timer == Build lib/librte_kvargs == Build lib/librte_acl == Build lib/librte_cfgfile == Build lib/librte_cmdline == Build lib/librte_jobstats == Build lib/librte_ring == Build lib/librte_lpm == Build lib/librte_power == Build lib/librte_meter SYMLINK-FILE include/rte_lpm.h SYMLINK-FILE include/rte_lpm6.h CC rte_lpm.o SYMLINK-FILE include/rte_kvargs.h SYMLINK-FILE include/rte_lpm_sse.h CC rte_lpm6.o SYMLINK-FILE include/rte_cfgfile.h CC rte_kvargs.o SYMLINK-FILE include/rte_meter.h CC rte_cfgfile.o CC rte_meter.o CC rte_power.o SYMLINK-FILE include/rte_power.h SYMLINK-FILE include/rte_jobstats.h CC rte_jobstats.o CC rte_power_acpi_cpufreq.o CC rte_power_kvm_vm.o CC guest_channel.o SYMLINK-FILE include/rte_ring.h CC rte_ring.o SYMLINK-FILE include/rte_timer.h AR librte_kvargs.a CC rte_timer.o INSTALL-LIB librte_kvargs.a AR librte_cfgfile.a CC cmdline.o CC cmdline_parse.o CC cmdline_cirbuf.o CC tb_mem.o AR librte_meter.a INSTALL-LIB librte_cfgfile.a CC rte_acl.o CC acl_bld.o CC cmdline_parse_etheraddr.o CC acl_gen.o CC cmdline_parse_ipaddr.o == Build lib/librte_eventdev CC acl_run_scalar.o INSTALL-LIB librte_meter.a CC cmdline_parse_string.o AR librte_jobstats.a CC cmdline_parse_num.o CC acl_run_sse.o CC acl_run_avx2.o AR librte_ring.a SYMLINK-FILE include/rte_acl_osdep.h SYMLINK-FILE include/rte_acl.h AR librte_power.a INSTALL-LIB librte_jobstats.a AR librte_timer.a INSTALL-LIB librte_ring.a INSTALL-LIB librte_timer.a CC cmdline_rdline.o INSTALL-LIB librte_power.a CC cmdline_vt100.o SYMLINK-FILE include/cmdline.h SYMLINK-FILE include/cmdline_parse.h SYMLINK-FILE include/cmdline_parse_num.h SYMLINK-FILE include/cmdline_parse_ipaddr.h CC cmdline_socket.o SYMLINK-FILE include/cmdline_parse_etheraddr.h SYMLINK-FILE include/cmdline_rdline.h CC cmdline_parse_portlist.o SYMLINK-FILE include/cmdline_parse_string.h SYMLINK-FILE include/cmdline_vt100.h == Build lib/librte_mempool == Build lib/librte_hash SYMLINK-FILE include/cmdline_socket.h SYMLINK-FILE include/cmdline_cirbuf.h SYMLINK-FILE include/cmdline_parse_portlist.h AR librte_lpm.a INSTALL-LIB librte_lpm.a AR librte_cmdline.a INSTALL-LIB librte_cmdline.a AR librte_acl.a INSTALL-LIB librte_acl.a SYMLINK-FILE include/rte_eventdev.h SYMLINK-FILE include/rte_eventdev_pmd.h SYMLINK-FILE include/rte_eventdev_ops.h CC rte_eventdev.o AR librte_eventdev.a INSTALL-LIB librte_eventdev.a CC rte_cuckoo_hash.o SYMLINK-FILE include/rte_hash.h SYMLINK-FILE include/rte_hash_crc.h CC rte_mempool.o CC rte_fbk_hash.o SYMLINK-FILE include/rte_jhash.h SYMLINK-FILE include/rte_thash.h SYMLINK-FILE include/rte_fbk_hash.h CC rte_mempool_ops.o CC rte_mempool_ring.o SYMLINK-FILE include/rte_mempool.h CC rte_mempool_stack.o AR librte_hash.a AR librte_mempool.a INSTALL-LIB librte_mempool.a INSTALL-LIB librte_hash.a == Build lib/librte_mbuf SYMLINK-FILE include/rte_mbuf.h CC rte_mbuf.o SYMLINK-FILE include/rte_mbuf_ptype.h CC rte_mbuf_ptype.o AR librte_mbuf.a INSTALL-LIB librte_mbuf.a == Build lib/librte_net == Build lib/librte_distributor == Build lib/librte_cryptodev == Build lib/librte_reorder SYMLINK-FILE include/rte_crypto.h SYMLINK-FILE include/rte_crypto_sym.h SYMLINK-FILE include/rte_cryptodev.h SYMLINK-FILE include/rte_cryptodev_pmd.h CC rte_cryptodev.o SYMLINK-FILE include/rte_reorder.h CC rte_reorder.o AR librte_cryptodev.a AR librte_reorder.a INSTALL-LIB librte_cryptodev.a INSTALL-LIB librte_reorder.a SYMLINK-FILE include/rte_ip.h SYMLINK-FILE include/rte_distributor.h SYMLINK-FILE include/rte_tcp.h SYMLINK-FILE include/rte_udp.h SYMLINK-FILE include/rte_sctp.h CC rte_net.o CC rte_distributor.o SYMLINK-FILE include/rte_icmp.h SYMLINK-FILE include/rte_arp.h SYMLINK-FILE include/rte_ether.h SYMLINK-FILE include/rte_gre.h SYMLINK-FILE include/rte_net.h AR librte_distributor.a INSTALL-LIB librte_distributor.a AR librte_net.a INSTALL-LIB librte_net.a == Build lib/librte_sched == Build lib/librte_ether SYMLINK-FILE include/rte_ethdev.h CC rte_sched.o CC rte_ethdev.o SYMLINK-FILE include/rte_eth_ctrl.h CC rte_red.o CC rte_approx.o SYMLINK-FILE include/rte_bitmap.h SYMLINK-FILE include/rte_dev_info.h SYMLINK-FILE include/rte_sched_common.h CC rte_reciprocal.o SYMLINK-FILE include/rte_sched.h SYMLINK-FILE include/rte_approx.h SYMLINK-FILE include/rte_reciprocal.h AR librte_sched.a AR librte_ethdev.a INSTALL-LIB librte_sched.a INSTALL-LIB librte_ethdev.a == Build lib/librte_vhost == Build lib/librte_ip_frag == Build lib/librte_pdump == Build lib/librte_kni SYMLINK-FILE include/rte_kni.h SYMLINK-FILE include/rte_pdump.h CC rte_kni.o CC rte_pdump.o CC fd_man.o CC socket.o CC vhost.o CC rte_ipv4_fragmentation.o CC vhost_user.o SYMLINK-FILE include/rte_virtio_net.h CC virtio_net.o CC rte_ipv6_fragmentation.o CC rte_ipv6_reassembly.o CC rte_ipv4_reassembly.o CC rte_ip_frag_common.o SYMLINK-FILE include/rte_ip_frag.h CC ip_frag_internal.o AR librte_pdump.a INSTALL-LIB librte_pdump.a AR librte_ip_frag.a INSTALL-LIB librte_ip_frag.a AR librte_kni.a AR librte_vhost.a INSTALL-LIB librte_kni.a INSTALL-LIB librte_vhost.a == Build lib/librte_port CC rte_port_ethdev.o CC rte_port_ras.o CC rte_port_frag.o CC rte_port_ring.o CC rte_port_sched.o SYMLINK-FILE include/rte_port.h SYMLINK-FILE include/rte_port_ethdev.h CC rte_port_kni.o SYMLINK-FILE include/rte_port_ring.h CC rte_port_source_sink.o CC rte_port_fd.o SYMLINK-FILE include/rte_port_frag.h SYMLINK-FILE include/rte_port_ras.h SYMLINK-FILE include/rte_port_sched.h SYMLINK-FILE include/rte_port_fd.h SYMLINK-FILE include/rte_port_kni.h SYMLINK-FILE include/rte_port_source_sink.h AR librte_port.a INSTALL-LIB librte_port.a == Build lib/librte_table CC rte_table_lpm.o CC rte_table_lpm_ipv6.o CC rte_table_acl.o CC rte_table_hash_cuckoo.o CC rte_table_hash_key8.o CC rte_table_hash_key16.o CC rte_table_hash_key32.o CC rte_table_hash_ext.o CC rte_table_hash_lru.o SYMLINK-FILE include/rte_table.h SYMLINK-FILE include/rte_table_lpm.h CC rte_table_array.o CC rte_table_stub.o SYMLINK-FILE include/rte_table_lpm_ipv6.h SYMLINK-FILE include/rte_table_acl.h SYMLINK-FILE include/rte_table_hash.h SYMLINK-FILE include/rte_lru.h SYMLINK-FILE include/rte_table_array.h SYMLINK-FILE include/rte_table_stub.h AR librte_table.a INSTALL-LIB librte_table.a == Build lib/librte_pipeline SYMLINK-FILE include/rte_pipeline.h CC rte_pipeline.o AR librte_pipeline.a INSTALL-LIB librte_pipeline.a == Build buildtools == Build buildtools/pmdinfogen HOSTCC pmdinfogen.o HOSTLD dpdk-pmdinfogen INSTALL-HOSTAPP dpdk-pmdinfogen == Build drivers == Build drivers/net == Build drivers/crypto == Build drivers/event == Build drivers/crypto/null == Build drivers/net/af_packet == Build drivers/event/sw == Build drivers/net/bonding == Build drivers/net/cxgbe == Build drivers/net/e1000 == Build drivers/net/enic == Build drivers/net/ena == Build drivers/net/i40e == Build drivers/net/fm10k == Build drivers/net/bnxt == Build drivers/net/ixgbe == Build drivers/net/null == Build drivers/net/pcap == Build drivers/net/qede == Build drivers/net/ring == Build drivers/net/virtio == Build drivers/net/vmxnet3 == Build drivers/net/vhost CC rte_eth_af_packet.o CC ena_com.o CC ena_eth_com.o CC ena_ethdev.o CC rte_eth_bond_api.o CC rte_eth_bond_args.o CC rte_eth_bond_pmd.o CC rte_eth_bond_8023ad.o SYMLINK-FILE include/rte_eth_bond.h SYMLINK-FILE include/rte_eth_bond_8023ad.h CC rte_eth_bond_alb.o CC null_crypto_pmd.o CC null_crypto_pmd_ops.o PMDINFO ena_ethdev.o.pmd.c PMDINFO rte_eth_af_packet.o.pmd.c CC rte_eth_af_packet.o.pmd.o CC rte_eth_pcap.o LD rte_eth_af_packet.o SYMLINK-FILE include/rte_eth_null.h PMDINFO rte_eth_bond_pmd.o.pmd.c CC rte_eth_bond_pmd.o.pmd.o CC sw_evdev.o LD rte_eth_bond_pmd.o CC ena_ethdev.o.pmd.o PMDINFO null_crypto_pmd.o.pmd.c LD ena_ethdev.o CC null_crypto_pmd.o.pmd.o CC sw_evdev_worker.o CC rte_eth_null.o CC sw_evdev_scheduler.o LD null_crypto_pmd.o CC enic_ethdev.o PMDINFO rte_eth_pcap.o.pmd.c PMDINFO sw_evdev.o.pmd.c CC rte_eth_pcap.o.pmd.o CC enic_main.o LD rte_eth_pcap.o SYMLINK-FILE include/rte_eth_ring.h AR librte_pmd_ena.a CC sw_evdev.o.pmd.o CC enic_rxtx.o LD sw_evdev.o CC enic_clsf.o AR librte_pmd_bond.a CC virtqueue.o SYMLINK-FILE include/rte_eth_vhost.h CC bnxt_ethdev.o CC bnxt_cpr.o CC virtio_pci.o CC rte_eth_vhost.o PMDINFO rte_eth_null.o.pmd.c CC rte_eth_ring.o CC virtio_rxtx.o CC vmxnet3_rxtx.o AR librte_pmd_af_packet.a CC enic_res.o CC cxgbe_main.o CC bnxt_filter.o CC vmxnet3_ethdev.o CC bnxt_hwrm.o AR librte_pmd_null_crypto.a CC rte_eth_null.o.pmd.o CC base/vnic_wq.o LD rte_eth_null.o INSTALL-LIB librte_pmd_bond.a PMDINFO enic_ethdev.o.pmd.c INSTALL-LIB librte_pmd_af_packet.a CC base/vnic_cq.o PMDINFO rte_eth_vhost.o.pmd.c PMDINFO bnxt_ethdev.o.pmd.c CC e1000_80003es2lan.o CC fm10k_ethdev.o CC bnxt_ethdev.o.pmd.o CC rte_eth_vhost.o.pmd.o CC e1000_82540.o CC enic_ethdev.o.pmd.o PMDINFO vmxnet3_ethdev.o.pmd.c CC bnxt_ring.o CC sge.o CC e1000_82541.o CC vmxnet3_ethdev.o.pmd.o CC virtio_ethdev.o PMDINFO rte_eth_ring.o.pmd.c AR librte_pmd_pcap.a LD bnxt_ethdev.o LD enic_ethdev.o CC virtio_rxtx_simple.o PMDINFO cxgbe_ethdev.o.pmd.c CC i40e_adminq.o LD vmxnet3_ethdev.o CC t4_hw.o CC cxgbe_ethdev.o.pmd.o LD rte_eth_vhost.o CC e1000_82542.o CC i40e_common.o INSTALL-LIB librte_pmd_pcap.a CC e1000_82543.o CC bnxt_rxq.o LD cxgbe_ethdev.o CC fm10k_rxtx.o AR librte_pmd_null.a CC rte_eth_ring.o.pmd.o CC fm10k_pf.o CC fm10k_tlv.o CC i40e_diag.o LD rte_eth_ring.o CC bnxt_rxr.o CC virtio_rxtx_simple_sse.o CC i40e_hmc.o PMDINFO virtio_ethdev.o.pmd.c CC virtio_user/vhost_user.o CC virtio_ethdev.o.pmd.o INSTALL-LIB librte_pmd_null.a CC bnxt_stats.o CC base/vnic_dev.o CC e1000_82571.o CC e1000_82575.o CC e1000_i210.o CC base/vnic_intr.o CC virtio_user/virtio_user_dev.o CC virtio_user_ethdev.o CC bnxt_txq.o CC base/vnic_rq.o CC i40e_nvm.o CC i40e_lan_hmc.o LD virtio_ethdev.o PMDINFO fm10k_ethdev.o.pmd.c CC base/vnic_rss.o CC fm10k_common.o CC i40e_dcb.o AR librte_pmd_vhost.a AR librte_pmd_vmxnet3_uio.a CC i40e_ethdev.o CC fm10k_ethdev.o.pmd.o AR librte_pmd_ring.a CC i40e_rxtx.o CC e1000_api.o CC e1000_ich8lan.o CC bnxt_txr.o CC fm10k_mbx.o CC e1000_mac.o LD fm10k_ethdev.o CC bnxt_vnic.o INSTALL-LIB librte_pmd_vmxnet3_uio.a CC bnxt_irq.o PMDINFO virtio_user_ethdev.o.pmd.c CC e1000_manage.o INSTALL-LIB librte_pmd_vhost.a CC i40e_rxtx_vec_sse.o CC i40e_ethdev_vf.o CC e1000_mbx.o CC virtio_user_ethdev.o.pmd.o CC ixgbe_common.o CC e1000_nvm.o CC fm10k_vf.o LD virtio_user_ethdev.o CC i40e_pf.o CC fm10k_api.o AR librte_pmd_enic.a CC e1000_osdep.o CC i40e_fdir.o CC ixgbe_82598.o CC fm10k_rxtx_vec.o CC ixgbe_82599.o PMDINFO i40e_ethdev.o.pmd.c CC i40e_ethdev.o.pmd.o INSTALL-LIB librte_pmd_enic.a LD i40e_ethdev.o CC ixgbe_x540.o INSTALL-LIB librte_pmd_ring.a CC e1000_phy.o CC ixgbe_x550.o PMDINFO i40e_ethdev_vf.o.pmd.c CC ixgbe_phy.o CC i40e_ethdev_vf.o.pmd.o AR librte_pmd_bnxt.a CC e1000_vf.o LD i40e_ethdev_vf.o CC base/ecore_dev.o CC ixgbe_api.o CC igb_ethdev.o CC base/ecore_hw.o CC ixgbe_vf.o CC ixgbe_dcb.o CC ixgbe_dcb_82599.o CC ixgbe_dcb_82598.o CC base/ecore_l2.o CC base/ecore_cxt.o INSTALL-LIB librte_pmd_bnxt.a CC ixgbe_mbx.o CC igb_pf.o CC ixgbe_rxtx.o /home/patchWorkOrg/compilation/drivers/event/sw/sw_evdev_worker.c: In function ‘sw_event_release’: /home/patchWorkOrg/compilation/drivers/event/sw/sw_evdev_worker.c:212:2: error: missing initializer for field ‘sched_type’ of ‘struct ’ [-Werror=missing-field-initializers] }; ^ In file included from /home/patchWorkOrg/compilation/drivers/event/sw/sw_evdev.h:36:0, from /home/patchWorkOrg/compilation/drivers/event/sw/sw_evdev_worker.c:33: /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:800:13: note: ‘sched_type’ declared here uint32_t sched_type:2; ^ cc1: all warnings being treated as errors make[6]: *** [sw_evdev_worker.o] Error 1 make[5]: *** [sw] Error 2 CC base/ecore_sp_commands.o make[4]: *** [event] Error 2 make[4]: *** Waiting for unfinished jobs.... CC em_ethdev.o CC base/ecore_init_fw_funcs.o CC base/ecore_spq.o CC ixgbe_ethdev.o CC em_rxtx.o AR librte_pmd_i40e.a AR librte_pmd_fm10k.a CC base/ecore_init_ops.o CC base/ecore_mcp.o CC base/ecore_int.o PMDINFO igb_ethdev.o.pmd.c INSTALL-LIB librte_pmd_fm10k.a CC igb_ethdev.o.pmd.o LD igb_ethdev.o CC ixgbe_fdir.o CC ixgbe_rxtx_vec_sse.o SYMLINK-FILE include/rte_pmd_ixgbe.h CC ixgbe_pf.o CC base/ecore_dcbx.o AR librte_pmd_virtio.a INSTALL-LIB librte_pmd_virtio.a CC base/bcm_osal.o CC base/ecore_sriov.o CC base/ecore_vf.o CC qede_ethdev.o CC qede_eth_if.o CC qede_main.o CC qede_rxtx.o PMDINFO em_ethdev.o.pmd.c PMDINFO qede_ethdev.o.pmd.c CC em_ethdev.o.pmd.o CC qede_ethdev.o.pmd.o INSTALL-LIB librte_pmd_i40e.a PMDINFO ixgbe_ethdev.o.pmd.c CC ixgbe_ethdev.o.pmd.o LD ixgbe_ethdev.o AR librte_pmd_cxgbe.a INSTALL-LIB librte_pmd_cxgbe.a AR librte_pmd_ixgbe.a LD qede_ethdev.o LD em_ethdev.o AR librte_pmd_qede.a AR librte_pmd_e1000.a INSTALL-LIB librte_pmd_ixgbe.a INSTALL-LIB librte_pmd_qede.a INSTALL-LIB librte_pmd_e1000.a make[3]: *** [drivers] Error 2 make[2]: *** [all] Error 2 make[1]: *** [pre_install] Error 2 make: *** [install] Error 2 i686-native-linuxapp-gcc: Configuration done == Build lib == Build lib/librte_compat == Build lib/librte_eal SYMLINK-FILE include/rte_compat.h == Build lib/librte_eal/common SYMLINK-FILE include/generic/rte_atomic.h SYMLINK-FILE include/generic/rte_byteorder.h SYMLINK-FILE include/generic/rte_cycles.h SYMLINK-FILE include/generic/rte_prefetch.h SYMLINK-FILE include/generic/rte_spinlock.h SYMLINK-FILE include/generic/rte_memcpy.h SYMLINK-FILE include/generic/rte_cpuflags.h SYMLINK-FILE include/generic/rte_rwlock.h SYMLINK-FILE include/rte_common.h SYMLINK-FILE include/rte_debug.h SYMLINK-FILE include/rte_eal.h SYMLINK-FILE include/rte_errno.h SYMLINK-FILE include/rte_launch.h SYMLINK-FILE include/rte_branch_prediction.h SYMLINK-FILE include/rte_lcore.h SYMLINK-FILE include/rte_log.h SYMLINK-FILE include/rte_memory.h SYMLINK-FILE include/rte_memzone.h SYMLINK-FILE include/rte_pci.h SYMLINK-FILE include/rte_per_lcore.h SYMLINK-FILE include/rte_random.h SYMLINK-FILE include/rte_tailq.h SYMLINK-FILE include/rte_interrupts.h SYMLINK-FILE include/rte_string_fns.h SYMLINK-FILE include/rte_alarm.h SYMLINK-FILE include/rte_malloc_heap.h SYMLINK-FILE include/rte_eal_memconfig.h SYMLINK-FILE include/rte_hexdump.h SYMLINK-FILE include/rte_devargs.h SYMLINK-FILE include/rte_dev.h SYMLINK-FILE include/rte_vdev.h SYMLINK-FILE include/rte_pci_dev_feature_defs.h SYMLINK-FILE include/rte_pci_dev_features.h SYMLINK-FILE include/rte_malloc.h SYMLINK-FILE include/rte_keepalive.h SYMLINK-FILE include/rte_time.h SYMLINK-FILE include/rte_rwlock.h SYMLINK-FILE include/rte_memcpy.h SYMLINK-FILE include/rte_cycles.h SYMLINK-FILE include/rte_spinlock.h SYMLINK-FILE include/rte_atomic_32.h SYMLINK-FILE include/rte_vect.h SYMLINK-FILE include/rte_prefetch.h SYMLINK-FILE include/rte_byteorder_32.h SYMLINK-FILE include/rte_atomic_64.h SYMLINK-FILE include/rte_rtm.h SYMLINK-FILE include/rte_cpuflags.h SYMLINK-FILE include/rte_byteorder_64.h SYMLINK-FILE include/rte_byteorder.h SYMLINK-FILE include/rte_atomic.h == Build lib/librte_eal/linuxapp == Build lib/librte_eal/linuxapp/eal == Build lib/librte_eal/linuxapp/igb_uio CC eal.o CC eal_hugepage_info.o CC eal_memory.o CC eal_thread.o CC eal_log.o CC eal_vfio.o CC eal_vfio_mp_sync.o CC eal_pci.o CC eal_pci_uio.o CC eal_pci_vfio.o CC eal_debug.o CC eal_timer.o CC eal_lcore.o CC eal_interrupts.o CC eal_alarm.o CC eal_common_lcore.o CC eal_common_timer.o CC eal_common_memzone.o CC eal_common_log.o CC eal_common_launch.o CC eal_common_vdev.o CC eal_common_pci.o CC eal_common_memory.o CC eal_common_pci_uio.o CC eal_common_errno.o CC eal_common_cpuflags.o CC eal_common_tailqs.o CC eal_common_string_fns.o CC eal_common_hexdump.o CC eal_common_devargs.o CC eal_common_dev.o CC eal_common_thread.o CC eal_common_options.o CC eal_common_proc.o CC malloc_elem.o CC rte_malloc.o CC malloc_heap.o CC rte_keepalive.o CC rte_cpuflags.o CC rte_spinlock.o SYMLINK-FILE include/exec-env/rte_interrupts.h SYMLINK-FILE include/exec-env/rte_kni_common.h SYMLINK-FILE include/exec-env/rte_dom0_common.h AR librte_eal.a INSTALL-LIB librte_eal.a == Build lib/librte_eal/linuxapp/kni LD /home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/igb_uio/built-in.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/igb_uio/igb_uio.o Building modules, stage 2. MODPOST 1 modules CC /home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/igb_uio/igb_uio.mod.o LD /home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/built-in.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_main.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_api.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_common.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_ethtool.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_82599.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_82598.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_x540.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_phy.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/kcompat.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_82575.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_i210.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_api.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_mac.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_manage.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_mbx.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_nvm.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_phy.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/igb_ethtool.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/igb_main.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/igb_param.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/igb_vmdq.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/kni_misc.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/kni_net.o CC [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/kni_ethtool.o LD [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/igb_uio/igb_uio.ko INSTALL-MODULE igb_uio.ko LD [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/rte_kni.o Building modules, stage 2. MODPOST 1 modules CC /home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/rte_kni.mod.o LD [M] /home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/rte_kni.ko INSTALL-MODULE rte_kni.ko == Build lib/librte_timer == Build lib/librte_kvargs == Build lib/librte_lpm == Build lib/librte_acl == Build lib/librte_ring == Build lib/librte_cfgfile == Build lib/librte_jobstats == Build lib/librte_power == Build lib/librte_cmdline == Build lib/librte_meter SYMLINK-FILE include/rte_ring.h SYMLINK-FILE include/rte_meter.h CC rte_ring.o CC rte_meter.o SYMLINK-FILE include/rte_cfgfile.h CC rte_cfgfile.o SYMLINK-FILE include/rte_lpm6.h SYMLINK-FILE include/rte_timer.h SYMLINK-FILE include/rte_kvargs.h CC rte_timer.o SYMLINK-FILE include/rte_jobstats.h CC rte_lpm.o CC rte_lpm6.o CC rte_jobstats.o CC cmdline.o SYMLINK-FILE include/rte_lpm_sse.h CC cmdline_cirbuf.o CC cmdline_parse.o CC rte_power.o SYMLINK-FILE include/rte_power.h CC rte_power_acpi_cpufreq.o CC guest_channel.o CC cmdline_parse_etheraddr.o CC rte_kvargs.o CC rte_power_kvm_vm.o CC cmdline_parse_ipaddr.o CC cmdline_parse_num.o CC cmdline_parse_string.o CC cmdline_rdline.o CC cmdline_vt100.o CC cmdline_socket.o AR librte_cfgfile.a SYMLINK-FILE include/cmdline_parse.h SYMLINK-FILE include/cmdline_parse_num.h SYMLINK-FILE include/cmdline.h CC cmdline_parse_portlist.o CC tb_mem.o CC rte_acl.o INSTALL-LIB librte_cfgfile.a CC acl_bld.o SYMLINK-FILE include/cmdline_parse_ipaddr.h CC acl_gen.o CC acl_run_scalar.o CC acl_run_sse.o AR librte_meter.a AR librte_kvargs.a SYMLINK-FILE include/rte_acl_osdep.h SYMLINK-FILE include/cmdline_parse_etheraddr.h INSTALL-LIB librte_meter.a CC acl_run_avx2.o SYMLINK-FILE include/rte_acl.h SYMLINK-FILE include/cmdline_rdline.h SYMLINK-FILE include/cmdline_parse_string.h SYMLINK-FILE include/cmdline_vt100.h INSTALL-LIB librte_kvargs.a AR librte_ring.a AR librte_timer.a SYMLINK-FILE include/cmdline_socket.h SYMLINK-FILE include/cmdline_cirbuf.h SYMLINK-FILE include/cmdline_parse_portlist.h INSTALL-LIB librte_ring.a INSTALL-LIB librte_timer.a AR librte_power.a AR librte_jobstats.a INSTALL-LIB librte_power.a == Build lib/librte_eventdev INSTALL-LIB librte_jobstats.a AR librte_lpm.a == Build lib/librte_mempool == Build lib/librte_hash INSTALL-LIB librte_lpm.a AR librte_cmdline.a INSTALL-LIB librte_cmdline.a AR librte_acl.a INSTALL-LIB librte_acl.a SYMLINK-FILE include/rte_eventdev.h SYMLINK-FILE include/rte_eventdev_pmd.h SYMLINK-FILE include/rte_eventdev_ops.h CC rte_eventdev.o CC rte_mempool.o CC rte_mempool_ops.o CC rte_mempool_ring.o SYMLINK-FILE include/rte_mempool.h CC rte_mempool_stack.o SYMLINK-FILE include/rte_hash.h SYMLINK-FILE include/rte_jhash.h SYMLINK-FILE include/rte_hash_crc.h CC rte_cuckoo_hash.o CC rte_fbk_hash.o SYMLINK-FILE include/rte_thash.h SYMLINK-FILE include/rte_fbk_hash.h AR librte_mempool.a AR librte_hash.a INSTALL-LIB librte_mempool.a INSTALL-LIB librte_hash.a == Build lib/librte_mbuf AR librte_eventdev.a INSTALL-LIB librte_eventdev.a SYMLINK-FILE include/rte_mbuf.h CC rte_mbuf.o SYMLINK-FILE include/rte_mbuf_ptype.h CC rte_mbuf_ptype.o AR librte_mbuf.a INSTALL-LIB librte_mbuf.a == Build lib/librte_cryptodev == Build lib/librte_net == Build lib/librte_distributor == Build lib/librte_reorder SYMLINK-FILE include/rte_distributor.h SYMLINK-FILE include/rte_ip.h SYMLINK-FILE include/rte_tcp.h SYMLINK-FILE include/rte_udp.h CC rte_distributor.o SYMLINK-FILE include/rte_sctp.h CC rte_net.o SYMLINK-FILE include/rte_icmp.h SYMLINK-FILE include/rte_arp.h SYMLINK-FILE include/rte_ether.h SYMLINK-FILE include/rte_gre.h SYMLINK-FILE include/rte_net.h SYMLINK-FILE include/rte_crypto.h SYMLINK-FILE include/rte_crypto_sym.h SYMLINK-FILE include/rte_cryptodev.h SYMLINK-FILE include/rte_cryptodev_pmd.h CC rte_cryptodev.o SYMLINK-FILE include/rte_reorder.h CC rte_reorder.o AR librte_net.a AR librte_distributor.a INSTALL-LIB librte_net.a INSTALL-LIB librte_distributor.a == Build lib/librte_ether == Build lib/librte_sched AR librte_cryptodev.a INSTALL-LIB librte_cryptodev.a AR librte_reorder.a INSTALL-LIB librte_reorder.a SYMLINK-FILE include/rte_ethdev.h SYMLINK-FILE include/rte_eth_ctrl.h CC rte_ethdev.o CC rte_sched.o CC rte_red.o SYMLINK-FILE include/rte_dev_info.h CC rte_approx.o SYMLINK-FILE include/rte_sched.h SYMLINK-FILE include/rte_bitmap.h SYMLINK-FILE include/rte_sched_common.h SYMLINK-FILE include/rte_red.h SYMLINK-FILE include/rte_approx.h CC rte_reciprocal.o SYMLINK-FILE include/rte_reciprocal.h AR librte_sched.a INSTALL-LIB librte_sched.a AR librte_ethdev.a INSTALL-LIB librte_ethdev.a == Build lib/librte_vhost == Build lib/librte_pdump == Build lib/librte_ip_frag SYMLINK-FILE include/rte_pdump.h CC rte_pdump.o CC socket.o CC fd_man.o CC vhost.o SYMLINK-FILE include/rte_virtio_net.h CC vhost_user.o CC virtio_net.o CC rte_ipv4_fragmentation.o CC rte_ipv6_fragmentation.o CC rte_ipv4_reassembly.o CC rte_ipv6_reassembly.o SYMLINK-FILE include/rte_ip_frag.h CC rte_ip_frag_common.o CC ip_frag_internal.o AR librte_vhost.a INSTALL-LIB librte_vhost.a AR librte_ip_frag.a INSTALL-LIB librte_ip_frag.a AR librte_pdump.a INSTALL-LIB librte_pdump.a == Build lib/librte_port CC rte_port_ethdev.o CC rte_port_ring.o CC rte_port_frag.o CC rte_port_ras.o CC rte_port_sched.o SYMLINK-FILE include/rte_port.h CC rte_port_fd.o CC rte_port_source_sink.o SYMLINK-FILE include/rte_port_ring.h SYMLINK-FILE include/rte_port_ethdev.h SYMLINK-FILE include/rte_port_frag.h SYMLINK-FILE include/rte_port_ras.h SYMLINK-FILE include/rte_port_sched.h SYMLINK-FILE include/rte_port_fd.h SYMLINK-FILE include/rte_port_source_sink.h AR librte_port.a INSTALL-LIB librte_port.a == Build lib/librte_table CC rte_table_lpm.o CC rte_table_acl.o CC rte_table_lpm_ipv6.o CC rte_table_hash_cuckoo.o CC rte_table_hash_key16.o CC rte_table_hash_key8.o CC rte_table_hash_key32.o CC rte_table_hash_ext.o CC rte_table_hash_lru.o CC rte_table_array.o SYMLINK-FILE include/rte_table.h SYMLINK-FILE include/rte_table_lpm.h SYMLINK-FILE include/rte_table_lpm_ipv6.h SYMLINK-FILE include/rte_table_acl.h CC rte_table_stub.o SYMLINK-FILE include/rte_table_hash.h SYMLINK-FILE include/rte_lru.h SYMLINK-FILE include/rte_table_array.h SYMLINK-FILE include/rte_table_stub.h AR librte_table.a INSTALL-LIB librte_table.a == Build lib/librte_pipeline SYMLINK-FILE include/rte_pipeline.h CC rte_pipeline.o AR librte_pipeline.a INSTALL-LIB librte_pipeline.a == Build buildtools == Build buildtools/pmdinfogen HOSTCC pmdinfogen.o HOSTLD dpdk-pmdinfogen INSTALL-HOSTAPP dpdk-pmdinfogen == Build drivers == Build drivers/net == Build drivers/event == Build drivers/crypto == Build drivers/crypto/null == Build drivers/net/af_packet == Build drivers/net/bonding == Build drivers/net/cxgbe == Build drivers/net/e1000 == Build drivers/net/ena == Build drivers/net/enic == Build drivers/net/fm10k == Build drivers/event/sw == Build drivers/net/i40e == Build drivers/net/ixgbe == Build drivers/net/bnxt == Build drivers/net/null == Build drivers/net/qede == Build drivers/net/ring == Build drivers/net/vmxnet3 == Build drivers/net/virtio == Build drivers/net/vhost CC rte_eth_bond_api.o SYMLINK-FILE include/rte_eth_bond.h CC rte_eth_bond_pmd.o CC rte_eth_bond_args.o CC rte_eth_bond_8023ad.o SYMLINK-FILE include/rte_eth_bond_8023ad.h CC rte_eth_bond_alb.o CC enic_ethdev.o CC enic_main.o CC null_crypto_pmd_ops.o CC null_crypto_pmd.o CC enic_rxtx.o SYMLINK-FILE include/rte_eth_ring.h CC rte_eth_ring.o SYMLINK-FILE include/rte_eth_vhost.h CC rte_eth_vhost.o CC enic_clsf.o CC sw_evdev_worker.o CC sw_evdev.o CC rte_eth_null.o SYMLINK-FILE include/rte_eth_null.h CC sw_evdev_scheduler.o CC enic_res.o CC rte_eth_af_packet.o CC bnxt_cpr.o CC i40e_adminq.o CC bnxt_ethdev.o CC virtqueue.o CC bnxt_filter.o CC i40e_common.o CC base/vnic_wq.o CC i40e_diag.o CC bnxt_hwrm.o CC virtio_pci.o CC base/vnic_cq.o CC ena_ethdev.o CC bnxt_ring.o CC virtio_rxtx.o CC base/vnic_dev.o CC fm10k_ethdev.o CC i40e_hmc.o CC cxgbe_ethdev.o CC ena_com.o CC i40e_lan_hmc.o CC i40e_nvm.o CC e1000_80003es2lan.o CC base/vnic_intr.o CC fm10k_rxtx.o CC ena_eth_com.o CC cxgbe_main.o CC fm10k_pf.o CC bnxt_rxq.o CC e1000_82540.o CC base/vnic_rq.o CC fm10k_tlv.o CC sge.o CC t4_hw.o CC base/vnic_rss.o CC virtio_ethdev.o CC i40e_dcb.o CC bnxt_rxr.o PMDINFO enic_ethdev.o.pmd.c CC vmxnet3_rxtx.o CC virtio_rxtx_simple.o CC e1000_82541.o /home/patchWorkOrg/compilation/drivers/event/sw/sw_evdev.c: In function ‘sw_dump’: /home/patchWorkOrg/compilation/drivers/event/sw/sw_evdev.c:169:5: error: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘uint64_t’ [-Werror=format=] rxcol, rx_used, rx_free); ^ /home/patchWorkOrg/compilation/drivers/event/sw/sw_evdev.c:169:5: error: format ‘%ld’ expects argument of type ‘long int’, but argument 5 has type ‘uint64_t’ [-Werror=format=] /home/patchWorkOrg/compilation/drivers/event/sw/sw_evdev.c:175:5: error: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘uint64_t’ [-Werror=format=] txcol, tx_used, tx_free); ^ /home/patchWorkOrg/compilation/drivers/event/sw/sw_evdev.c:175:5: error: format ‘%ld’ expects argument of type ‘long int’, but argument 5 has type ‘uint64_t’ [-Werror=format=] cc1: all warnings being treated as errors CC i40e_ethdev.o make[6]: *** [sw_evdev.o] Error 1 make[6]: *** Waiting for unfinished jobs.... CC enic_ethdev.o.pmd.o CC vmxnet3_ethdev.o CC e1000_82542.o CC i40e_rxtx.o CC bnxt_stats.o CC bnxt_txq.o PMDINFO cxgbe_ethdev.o.pmd.c CC bnxt_txr.o PMDINFO bnxt_ethdev.o.pmd.c CC virtio_rxtx_simple_sse.o CC i40e_rxtx_vec_sse.o CC i40e_ethdev_vf.o CC bnxt_ethdev.o.pmd.o CC cxgbe_ethdev.o.pmd.o CC virtio_user/vhost_user.o CC fm10k_common.o CC e1000_82543.o CC bnxt_vnic.o CC fm10k_mbx.o LD enic_ethdev.o CC bnxt_irq.o CC e1000_82571.o CC fm10k_vf.o LD cxgbe_ethdev.o CC fm10k_api.o PMDINFO fm10k_ethdev.o.pmd.c CC i40e_pf.o CC virtio_user/virtio_user_dev.o CC fm10k_ethdev.o.pmd.o CC virtio_user_ethdev.o LD bnxt_ethdev.o CC e1000_82575.o CC fm10k_rxtx_vec.o AR librte_pmd_enic.a CC i40e_fdir.o LD fm10k_ethdev.o PMDINFO vmxnet3_ethdev.o.pmd.c CC vmxnet3_ethdev.o.pmd.o /home/patchWorkOrg/compilation/drivers/event/sw/sw_evdev_worker.c: In function ‘sw_event_release’: /home/patchWorkOrg/compilation/drivers/event/sw/sw_evdev_worker.c:212:2: error: missing initializer for field ‘sched_type’ of ‘struct ’ [-Werror=missing-field-initializers] }; ^ In file included from /home/patchWorkOrg/compilation/drivers/event/sw/sw_evdev.h:36:0, from /home/patchWorkOrg/compilation/drivers/event/sw/sw_evdev_worker.c:33: /home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:800:13: note: ‘sched_type’ declared here uint32_t sched_type:2; ^ cc1: all warnings being treated as errors make[6]: *** [sw_evdev_worker.o] Error 1 CC e1000_i210.o INSTALL-LIB librte_pmd_enic.a AR librte_pmd_cxgbe.a CC e1000_api.o CC e1000_ich8lan.o INSTALL-LIB librte_pmd_cxgbe.a PMDINFO ena_ethdev.o.pmd.c CC ena_ethdev.o.pmd.o CC e1000_mac.o CC e1000_manage.o CC e1000_mbx.o CC e1000_nvm.o CC e1000_osdep.o CC e1000_phy.o CC e1000_vf.o PMDINFO virtio_ethdev.o.pmd.c CC igb_ethdev.o CC virtio_ethdev.o.pmd.o LD virtio_ethdev.o CC igb_rxtx.o CC igb_pf.o CC em_ethdev.o CC em_rxtx.o PMDINFO i40e_ethdev.o.pmd.c CC i40e_ethdev.o.pmd.o PMDINFO i40e_ethdev_vf.o.pmd.c LD vmxnet3_ethdev.o CC i40e_ethdev_vf.o.pmd.o AR librte_pmd_vmxnet3_uio.a CC base/ecore_hw.o CC base/ecore_dev.o CC base/ecore_cxt.o INSTALL-LIB librte_pmd_vmxnet3_uio.a CC base/ecore_l2.o CC base/ecore_sp_commands.o CC base/ecore_init_fw_funcs.o CC base/ecore_spq.o CC base/ecore_dcbx.o CC base/ecore_mcp.o CC base/ecore_init_ops.o CC base/ecore_int.o CC base/bcm_osal.o CC base/ecore_vf.o CC base/ecore_sriov.o LD i40e_ethdev.o AR librte_pmd_fm10k.a CC qede_ethdev.o CC qede_eth_if.o CC qede_main.o INSTALL-LIB librte_pmd_fm10k.a CC qede_rxtx.o CC ixgbe_common.o CC ixgbe_82598.o CC ixgbe_82599.o CC ixgbe_x540.o CC ixgbe_x550.o CC ixgbe_phy.o CC ixgbe_api.o CC ixgbe_vf.o CC ixgbe_dcb.o CC ixgbe_dcb_82599.o CC ixgbe_dcb_82598.o CC ixgbe_mbx.o CC ixgbe_rxtx.o SYMLINK-FILE include/rte_pmd_ixgbe.h CC ixgbe_ethdev.o CC ixgbe_pf.o CC ixgbe_fdir.o LD ena_ethdev.o LD i40e_ethdev_vf.o AR librte_pmd_bnxt.a AR librte_pmd_ena.a INSTALL-LIB librte_pmd_ena.a PMDINFO em_ethdev.o.pmd.c CC em_ethdev.o.pmd.o PMDINFO virtio_user_ethdev.o.pmd.c CC virtio_user_ethdev.o.pmd.o PMDINFO null_crypto_pmd.o.pmd.c CC null_crypto_pmd.o.pmd.o PMDINFO rte_eth_vhost.o.pmd.c CC rte_eth_vhost.o.pmd.o PMDINFO rte_eth_af_packet.o.pmd.c CC rte_eth_af_packet.o.pmd.o PMDINFO ixgbe_ethdev.o.pmd.c CC ixgbe_ethdev.o.pmd.o INSTALL-LIB librte_pmd_bnxt.a LD em_ethdev.o PMDINFO qede_ethdev.o.pmd.c CC qede_ethdev.o.pmd.o PMDINFO igb_ethdev.o.pmd.c CC igb_ethdev.o.pmd.o LD rte_eth_vhost.o AR librte_pmd_vhost.a LD virtio_user_ethdev.o INSTALL-LIB librte_pmd_vhost.a LD igb_ethdev.o PMDINFO rte_eth_ring.o.pmd.c CC rte_eth_ring.o.pmd.o LD qede_ethdev.o LD ixgbe_ethdev.o AR librte_pmd_e1000.a LD rte_eth_ring.o AR librte_pmd_ring.a INSTALL-LIB librte_pmd_ring.a LD rte_eth_af_packet.o AR librte_pmd_af_packet.a LD null_crypto_pmd.o INSTALL-LIB librte_pmd_af_packet.a AR librte_pmd_null_crypto.a INSTALL-LIB librte_pmd_null_crypto.a AR librte_pmd_virtio.a INSTALL-LIB librte_pmd_e1000.a INSTALL-LIB librte_pmd_virtio.a make[5]: *** [sw] Error 2 make[4]: *** [event] Error 2 make[4]: *** Waiting for unfinished jobs.... AR librte_pmd_i40e.a AR librte_pmd_ixgbe.a INSTALL-LIB librte_pmd_i40e.a INSTALL-LIB librte_pmd_ixgbe.a AR librte_pmd_qede.a INSTALL-LIB librte_pmd_qede.a PMDINFO rte_eth_null.o.pmd.c CC rte_eth_null.o.pmd.o LD rte_eth_null.o AR librte_pmd_null.a INSTALL-LIB librte_pmd_null.a PMDINFO rte_eth_bond_pmd.o.pmd.c CC rte_eth_bond_pmd.o.pmd.o LD rte_eth_bond_pmd.o AR librte_pmd_bond.a INSTALL-LIB librte_pmd_bond.a make[3]: *** [drivers] Error 2 make[2]: *** [all] Error 2 make[1]: *** [pre_install] Error 2 make: *** [install] Error 2 x86_64-native-linuxapp-gcc: Configuration done == Build lib == Build lib/librte_compat == Build lib/librte_eal SYMLINK-FILE include/rte_compat.h == Build lib/librte_eal/common SYMLINK-FILE include/generic/rte_atomic.h SYMLINK-FILE include/generic/rte_byteorder.h SYMLINK-FILE include/generic/rte_cycles.h SYMLINK-FILE include/generic/rte_prefetch.h SYMLINK-FILE include/generic/rte_spinlock.h SYMLINK-FILE include/generic/rte_memcpy.h SYMLINK-FILE include/generic/rte_cpuflags.h SYMLINK-FILE include/generic/rte_rwlock.h SYMLINK-FILE include/rte_branch_prediction.h SYMLINK-FILE include/rte_common.h SYMLINK-FILE include/rte_debug.h SYMLINK-FILE include/rte_eal.h SYMLINK-FILE include/rte_errno.h SYMLINK-FILE include/rte_launch.h SYMLINK-FILE include/rte_lcore.h SYMLINK-FILE include/rte_log.h SYMLINK-FILE include/rte_memory.h SYMLINK-FILE include/rte_memzone.h SYMLINK-FILE include/rte_pci.h SYMLINK-FILE include/rte_per_lcore.h SYMLINK-FILE include/rte_random.h SYMLINK-FILE include/rte_tailq.h SYMLINK-FILE include/rte_interrupts.h SYMLINK-FILE include/rte_alarm.h SYMLINK-FILE include/rte_string_fns.h SYMLINK-FILE include/rte_version.h SYMLINK-FILE include/rte_eal_memconfig.h SYMLINK-FILE include/rte_malloc_heap.h SYMLINK-FILE include/rte_hexdump.h SYMLINK-FILE include/rte_devargs.h SYMLINK-FILE include/rte_dev.h SYMLINK-FILE include/rte_vdev.h SYMLINK-FILE include/rte_pci_dev_feature_defs.h SYMLINK-FILE include/rte_malloc.h SYMLINK-FILE include/rte_pci_dev_features.h SYMLINK-FILE include/rte_keepalive.h SYMLINK-FILE include/rte_time.h SYMLINK-FILE include/rte_rwlock.h SYMLINK-FILE include/rte_memcpy.h SYMLINK-FILE include/rte_cycles.h SYMLINK-FILE include/rte_spinlock.h SYMLINK-FILE include/rte_atomic_32.h SYMLINK-FILE include/rte_vect.h SYMLINK-FILE include/rte_prefetch.h SYMLINK-FILE include/rte_byteorder_32.h SYMLINK-FILE include/rte_atomic_64.h SYMLINK-FILE include/rte_rtm.h SYMLINK-FILE include/rte_cpuflags.h SYMLINK-FILE include/rte_byteorder_64.h SYMLINK-FILE include/rte_atomic.h SYMLINK-FILE include/rte_byteorder.h == Build lib/librte_eal/linuxapp == Build lib/librte_eal/linuxapp/eal == Build lib/librte_eal/linuxapp/igb_uio CC eal.o CC eal_hugepage_info.o CC eal_memory.o CC eal_thread.o CC eal_log.o CC eal_vfio.o CC eal_vfio_mp_sync.o CC eal_pci.o CC eal_pci_uio.o CC eal_pci_vfio.o CC eal_debug.o CC eal_lcore.o CC eal_timer.o CC eal_alarm.o CC eal_interrupts.o CC eal_common_lcore.o CC eal_common_timer.o CC eal_common_memzone.o CC eal_common_log.o CC eal_common_vdev.o CC eal_common_launch.o CC eal_common_pci.o CC eal_common_pci_uio.o CC eal_common_memory.o CC eal_common_errno.o CC eal_common_tailqs.o CC eal_common_cpuflags.o CC eal_common_string_fns.o CC eal_common_hexdump.o CC eal_common_dev.o CC eal_common_devargs.o CC eal_common_options.o CC eal_common_thread.o CC eal_common_proc.o CC rte_malloc.o CC malloc_elem.o CC malloc_heap.o CC rte_keepalive.o SYMLINK-FILE include/exec-env/rte_interrupts.h CC rte_cpuflags.o CC rte_spinlock.o SYMLINK-FILE include/exec-env/rte_kni_common.h SYMLINK-FILE include/exec-env/rte_dom0_common.h AR librte_eal.a INSTALL-LIB librte_eal.a == Build lib/librte_eal/linuxapp/kni LD /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/igb_uio/built-in.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/igb_uio/igb_uio.o Building modules, stage 2. MODPOST 1 modules CC /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/igb_uio/igb_uio.mod.o LD /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/built-in.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_main.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_api.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_common.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_ethtool.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_82599.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_82598.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_x540.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_phy.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/kcompat.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_82575.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_i210.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_api.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_mac.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_manage.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_mbx.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_nvm.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_phy.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/igb_ethtool.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/igb_main.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/igb_param.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/igb_vmdq.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/kni_misc.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/kni_net.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/kni_ethtool.o LD [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/igb_uio/igb_uio.ko INSTALL-MODULE igb_uio.ko LD [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/rte_kni.o Building modules, stage 2. MODPOST 1 modules CC /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/rte_kni.mod.o LD [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/rte_kni.ko INSTALL-MODULE rte_kni.ko == Build lib/librte_ring == Build lib/librte_cfgfile == Build lib/librte_timer == Build lib/librte_lpm == Build lib/librte_kvargs == Build lib/librte_acl == Build lib/librte_power == Build lib/librte_jobstats == Build lib/librte_cmdline == Build lib/librte_meter SYMLINK-FILE include/rte_cfgfile.h SYMLINK-FILE include/rte_lpm_sse.h SYMLINK-FILE include/rte_lpm.h SYMLINK-FILE include/rte_lpm6.h CC rte_lpm.o CC rte_cfgfile.o CC rte_lpm6.o SYMLINK-FILE include/rte_timer.h CC rte_timer.o SYMLINK-FILE include/rte_meter.h SYMLINK-FILE include/rte_ring.h CC rte_meter.o SYMLINK-FILE include/rte_kvargs.h SYMLINK-FILE include/rte_jobstats.h CC rte_jobstats.o CC rte_ring.o CC rte_kvargs.o CC rte_power.o CC rte_power_acpi_cpufreq.o CC rte_power_kvm_vm.o CC guest_channel.o SYMLINK-FILE include/rte_power.h CC cmdline.o CC cmdline_cirbuf.o CC cmdline_parse.o CC cmdline_parse_etheraddr.o CC cmdline_parse_ipaddr.o CC cmdline_parse_num.o CC cmdline_parse_string.o CC tb_mem.o CC cmdline_rdline.o AR librte_cfgfile.a CC cmdline_vt100.o CC acl_bld.o CC rte_acl.o CC acl_gen.o CC acl_run_scalar.o CC cmdline_socket.o AR librte_timer.a SYMLINK-FILE include/cmdline.h SYMLINK-FILE include/cmdline_parse.h CC cmdline_parse_portlist.o SYMLINK-FILE include/cmdline_parse_num.h INSTALL-LIB librte_cfgfile.a INSTALL-LIB librte_timer.a AR librte_kvargs.a CC acl_run_sse.o SYMLINK-FILE include/cmdline_parse_ipaddr.h SYMLINK-FILE include/rte_acl_osdep.h SYMLINK-FILE include/rte_acl.h CC acl_run_avx2.o SYMLINK-FILE include/cmdline_parse_etheraddr.h INSTALL-LIB librte_kvargs.a SYMLINK-FILE include/cmdline_parse_string.h SYMLINK-FILE include/cmdline_rdline.h SYMLINK-FILE include/cmdline_vt100.h AR librte_meter.a == Build lib/librte_eventdev SYMLINK-FILE include/cmdline_socket.h SYMLINK-FILE include/cmdline_cirbuf.h AR librte_lpm.a INSTALL-LIB librte_meter.a AR librte_ring.a SYMLINK-FILE include/cmdline_parse_portlist.h AR librte_jobstats.a INSTALL-LIB librte_ring.a INSTALL-LIB librte_lpm.a INSTALL-LIB librte_jobstats.a == Build lib/librte_mempool == Build lib/librte_hash AR librte_power.a INSTALL-LIB librte_power.a AR librte_cmdline.a INSTALL-LIB librte_cmdline.a AR librte_acl.a INSTALL-LIB librte_acl.a SYMLINK-FILE include/rte_eventdev.h SYMLINK-FILE include/rte_eventdev_pmd.h SYMLINK-FILE include/rte_eventdev_ops.h CC rte_eventdev.o SYMLINK-FILE include/rte_mempool.h CC rte_mempool.o CC rte_mempool_ops.o CC rte_mempool_ring.o CC rte_mempool_stack.o SYMLINK-FILE include/rte_hash.h SYMLINK-FILE include/rte_hash_crc.h CC rte_cuckoo_hash.o SYMLINK-FILE include/rte_thash.h SYMLINK-FILE include/rte_jhash.h SYMLINK-FILE include/rte_fbk_hash.h CC rte_fbk_hash.o AR librte_hash.a INSTALL-LIB librte_hash.a AR librte_mempool.a INSTALL-LIB librte_mempool.a == Build lib/librte_mbuf AR librte_eventdev.a INSTALL-LIB librte_eventdev.a SYMLINK-FILE include/rte_mbuf.h SYMLINK-FILE include/rte_mbuf_ptype.h CC rte_mbuf.o CC rte_mbuf_ptype.o AR librte_mbuf.a INSTALL-LIB librte_mbuf.a == Build lib/librte_net == Build lib/librte_reorder == Build lib/librte_cryptodev == Build lib/librte_distributor SYMLINK-FILE include/rte_crypto.h SYMLINK-FILE include/rte_crypto_sym.h SYMLINK-FILE include/rte_ip.h SYMLINK-FILE include/rte_cryptodev.h SYMLINK-FILE include/rte_tcp.h SYMLINK-FILE include/rte_cryptodev_pmd.h SYMLINK-FILE include/rte_udp.h CC rte_cryptodev.o SYMLINK-FILE include/rte_sctp.h SYMLINK-FILE include/rte_reorder.h CC rte_net.o SYMLINK-FILE include/rte_icmp.h SYMLINK-FILE include/rte_arp.h SYMLINK-FILE include/rte_distributor.h CC rte_distributor.o CC rte_reorder.o SYMLINK-FILE include/rte_ether.h SYMLINK-FILE include/rte_net.h SYMLINK-FILE include/rte_gre.h AR librte_reorder.a AR librte_net.a INSTALL-LIB librte_reorder.a AR librte_distributor.a INSTALL-LIB librte_net.a INSTALL-LIB librte_distributor.a AR librte_cryptodev.a == Build lib/librte_ether == Build lib/librte_sched INSTALL-LIB librte_cryptodev.a SYMLINK-FILE include/rte_eth_ctrl.h SYMLINK-FILE include/rte_ethdev.h SYMLINK-FILE include/rte_dev_info.h CC rte_sched.o SYMLINK-FILE include/rte_sched.h CC rte_ethdev.o SYMLINK-FILE include/rte_bitmap.h CC rte_red.o CC rte_approx.o CC rte_reciprocal.o SYMLINK-FILE include/rte_sched_common.h SYMLINK-FILE include/rte_red.h SYMLINK-FILE include/rte_reciprocal.h SYMLINK-FILE include/rte_approx.h AR librte_sched.a INSTALL-LIB librte_sched.a AR librte_ethdev.a INSTALL-LIB librte_ethdev.a == Build lib/librte_kni == Build lib/librte_vhost == Build lib/librte_pdump == Build lib/librte_ip_frag SYMLINK-FILE include/rte_pdump.h CC rte_pdump.o SYMLINK-FILE include/rte_kni.h CC rte_kni.o CC fd_man.o CC socket.o CC vhost.o CC rte_ipv6_fragmentation.o CC vhost_user.o CC rte_ipv4_fragmentation.o SYMLINK-FILE include/rte_virtio_net.h CC rte_ipv4_reassembly.o CC virtio_net.o CC rte_ipv6_reassembly.o SYMLINK-FILE include/rte_ip_frag.h CC rte_ip_frag_common.o CC ip_frag_internal.o AR librte_kni.a INSTALL-LIB librte_kni.a AR librte_pdump.a AR librte_ip_frag.a INSTALL-LIB librte_pdump.a INSTALL-LIB librte_ip_frag.a INSTALL-LIB librte_vhost.a == Build lib/librte_port CC rte_port_ethdev.o CC rte_port_ring.o CC rte_port_frag.o CC rte_port_ras.o CC rte_port_sched.o SYMLINK-FILE include/rte_port.h CC rte_port_fd.o CC rte_port_kni.o SYMLINK-FILE include/rte_port_ethdev.h CC rte_port_source_sink.o SYMLINK-FILE include/rte_port_ras.h SYMLINK-FILE include/rte_port_frag.h SYMLINK-FILE include/rte_port_sched.h SYMLINK-FILE include/rte_port_ring.h SYMLINK-FILE include/rte_port_fd.h SYMLINK-FILE include/rte_port_kni.h SYMLINK-FILE include/rte_port_source_sink.h AR librte_port.a INSTALL-LIB librte_port.a == Build lib/librte_table CC rte_table_lpm.o CC rte_table_acl.o CC rte_table_lpm_ipv6.o CC rte_table_hash_cuckoo.o CC rte_table_hash_key8.o CC rte_table_hash_key16.o CC rte_table_hash_key32.o CC rte_table_hash_ext.o CC rte_table_hash_lru.o SYMLINK-FILE include/rte_table.h CC rte_table_stub.o CC rte_table_array.o SYMLINK-FILE include/rte_table_lpm.h SYMLINK-FILE include/rte_table_lpm_ipv6.h SYMLINK-FILE include/rte_table_acl.h SYMLINK-FILE include/rte_table_hash.h SYMLINK-FILE include/rte_lru.h SYMLINK-FILE include/rte_table_array.h SYMLINK-FILE include/rte_table_stub.h AR librte_table.a INSTALL-LIB librte_table.a == Build lib/librte_pipeline SYMLINK-FILE include/rte_pipeline.h CC rte_pipeline.o AR librte_pipeline.a INSTALL-LIB librte_pipeline.a == Build buildtools == Build buildtools/pmdinfogen HOSTCC pmdinfogen.o HOSTLD dpdk-pmdinfogen INSTALL-HOSTAPP dpdk-pmdinfogen == Build drivers == Build drivers/net == Build drivers/crypto == Build drivers/event == Build drivers/event/sw == Build drivers/net/af_packet == Build drivers/net/bonding == Build drivers/net/cxgbe == Build drivers/net/e1000 == Build drivers/net/ena == Build drivers/net/enic == Build drivers/net/fm10k == Build drivers/net/i40e == Build drivers/crypto/null == Build drivers/net/ixgbe == Build drivers/net/bnxt == Build drivers/net/null == Build drivers/net/pcap == Build drivers/net/qede == Build drivers/net/ring == Build drivers/net/virtio == Build drivers/net/vhost == Build drivers/net/vmxnet3 CC rte_eth_bond_api.o CC null_crypto_pmd.o CC ena_ethdev.o CC rte_eth_bond_pmd.o CC ena_com.o CC ena_eth_com.o CC rte_eth_bond_args.o CC rte_eth_bond_8023ad.o CC null_crypto_pmd_ops.o CC rte_eth_bond_alb.o SYMLINK-FILE include/rte_eth_bond.h SYMLINK-FILE include/rte_eth_bond_8023ad.h CC rte_eth_af_packet.o CC rte_eth_pcap.o SYMLINK-FILE include/rte_eth_null.h CC bnxt_cpr.o SYMLINK-FILE include/rte_eth_ring.h CC bnxt_ethdev.o CC cxgbe_ethdev.o CC cxgbe_main.o CC rte_eth_null.o CC sge.o CC t4_hw.o CC rte_eth_ring.o CC bnxt_filter.o CC bnxt_hwrm.o CC bnxt_ring.o SYMLINK-FILE include/rte_eth_vhost.h CC i40e_adminq.o CC rte_eth_vhost.o CC virtqueue.o CC sw_evdev_worker.o CC sw_evdev.o CC i40e_common.o CC enic_ethdev.o CC bnxt_rxq.o CC bnxt_rxr.o CC enic_main.o CC i40e_diag.o CC enic_rxtx.o CC fm10k_ethdev.o CC e1000_80003es2lan.o CC virtio_rxtx.o CC e1000_82540.o CC vmxnet3_rxtx.o CC bnxt_stats.o CC enic_clsf.o CC vmxnet3_ethdev.o CC virtio_ethdev.o CC sw_evdev_scheduler.o PMDINFO ena_ethdev.o.pmd.c CC enic_res.o CC fm10k_rxtx.o CC ena_ethdev.o.pmd.o CC i40e_hmc.o CC i40e_lan_hmc.o CC virtio_rxtx_simple.o CC bnxt_txq.o CC fm10k_pf.o CC e1000_82541.o CC e1000_82542.o CC bnxt_txr.o CC i40e_nvm.o PMDINFO bnxt_ethdev.o.pmd.c LD ena_ethdev.o PMDINFO cxgbe_ethdev.o.pmd.c CC bnxt_ethdev.o.pmd.o CC bnxt_vnic.o CC virtio_rxtx_simple_sse.o CC fm10k_tlv.o CC virtio_user/vhost_user.o CC bnxt_irq.o CC base/vnic_cq.o CC base/vnic_wq.o CC base/vnic_dev.o CC cxgbe_ethdev.o.pmd.o CC e1000_82543.o CC virtio_user/virtio_user_dev.o LD bnxt_ethdev.o CC i40e_dcb.o CC fm10k_common.o CC virtio_user_ethdev.o PMDINFO fm10k_ethdev.o.pmd.c CC e1000_82571.o LD cxgbe_ethdev.o CC fm10k_ethdev.o.pmd.o CC base/vnic_intr.o CC i40e_ethdev.o CC e1000_82575.o PMDINFO enic_ethdev.o.pmd.c CC i40e_rxtx.o CC enic_ethdev.o.pmd.o CC base/vnic_rq.o CC i40e_rxtx_vec_sse.o PMDINFO virtio_ethdev.o.pmd.c AR librte_pmd_ena.a CC e1000_i210.o CC fm10k_mbx.o LD enic_ethdev.o CC fm10k_vf.o CC virtio_ethdev.o.pmd.o LD fm10k_ethdev.o CC base/vnic_rss.o /home/patchWorkOrg/compilation/drivers/event/sw/sw_evdev_worker.c: In function ‘sw_event_release’: /home/patchWorkOrg/compilation/drivers/event/sw/sw_evdev_worker.c:212:2: error: missing initializer for field ‘sched_type’ of ‘struct ’ [-Werror=missing-field-initializers] }; ^ In file included from /home/patchWorkOrg/compilation/drivers/event/sw/sw_evdev.h:36:0, from /home/patchWorkOrg/compilation/drivers/event/sw/sw_evdev_worker.c:33: /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:800:13: note: ‘sched_type’ declared here uint32_t sched_type:2; ^ cc1: all warnings being treated as errors PMDINFO vmxnet3_ethdev.o.pmd.c CC e1000_api.o CC vmxnet3_ethdev.o.pmd.o INSTALL-LIB librte_pmd_ena.a AR librte_pmd_cxgbe.a CC i40e_pf.o CC i40e_fdir.o CC i40e_ethdev_vf.o make[6]: *** [sw_evdev_worker.o] Error 1 make[6]: *** Waiting for unfinished jobs.... CC e1000_ich8lan.o CC ixgbe_common.o CC fm10k_api.o INSTALL-LIB librte_pmd_cxgbe.a CC fm10k_rxtx_vec.o CC e1000_mac.o CC ixgbe_82598.o CC e1000_manage.o CC e1000_mbx.o CC ixgbe_82599.o CC ixgbe_x540.o CC e1000_nvm.o CC e1000_osdep.o CC ixgbe_x550.o CC base/ecore_dev.o CC base/ecore_hw.o CC base/ecore_cxt.o CC base/ecore_l2.o CC e1000_phy.o LD vmxnet3_ethdev.o CC ixgbe_phy.o CC e1000_vf.o CC ixgbe_api.o CC base/ecore_init_fw_funcs.o CC base/ecore_sp_commands.o CC igb_ethdev.o CC igb_rxtx.o CC ixgbe_vf.o CC ixgbe_dcb.o CC base/ecore_spq.o CC ixgbe_dcb_82599.o CC igb_pf.o CC em_ethdev.o CC base/ecore_init_ops.o CC ixgbe_dcb_82598.o CC em_rxtx.o LD virtio_ethdev.o CC base/ecore_mcp.o AR librte_pmd_vmxnet3_uio.a CC ixgbe_mbx.o CC ixgbe_rxtx.o INSTALL-LIB librte_pmd_vmxnet3_uio.a CC base/ecore_int.o PMDINFO null_crypto_pmd.o.pmd.c CC null_crypto_pmd.o.pmd.o CC ixgbe_ethdev.o CC base/ecore_dcbx.o CC ixgbe_fdir.o CC ixgbe_pf.o CC ixgbe_rxtx_vec_sse.o SYMLINK-FILE include/rte_pmd_ixgbe.h CC base/ecore_sriov.o CC base/bcm_osal.o CC base/ecore_vf.o CC qede_ethdev.o CC qede_eth_if.o CC qede_main.o CC qede_rxtx.o PMDINFO rte_eth_ring.o.pmd.c CC rte_eth_ring.o.pmd.o LD rte_eth_ring.o AR librte_pmd_bnxt.a AR librte_pmd_enic.a AR librte_pmd_ring.a AR librte_pmd_fm10k.a INSTALL-LIB librte_pmd_ring.a INSTALL-LIB librte_pmd_fm10k.a LD null_crypto_pmd.o AR librte_pmd_null_crypto.a INSTALL-LIB librte_pmd_null_crypto.a PMDINFO i40e_ethdev_vf.o.pmd.c CC i40e_ethdev_vf.o.pmd.o PMDINFO i40e_ethdev.o.pmd.c CC i40e_ethdev.o.pmd.o LD i40e_ethdev_vf.o PMDINFO igb_ethdev.o.pmd.c PMDINFO ixgbe_ethdev.o.pmd.c CC igb_ethdev.o.pmd.o CC ixgbe_ethdev.o.pmd.o INSTALL-LIB librte_pmd_bnxt.a INSTALL-LIB librte_pmd_enic.a PMDINFO rte_eth_af_packet.o.pmd.c PMDINFO qede_ethdev.o.pmd.c CC rte_eth_af_packet.o.pmd.o CC qede_ethdev.o.pmd.o PMDINFO em_ethdev.o.pmd.c CC em_ethdev.o.pmd.o PMDINFO virtio_user_ethdev.o.pmd.c CC virtio_user_ethdev.o.pmd.o LD virtio_user_ethdev.o LD qede_ethdev.o LD ixgbe_ethdev.o AR librte_pmd_virtio.a INSTALL-LIB librte_pmd_virtio.a PMDINFO rte_eth_vhost.o.pmd.c CC rte_eth_vhost.o.pmd.o LD igb_ethdev.o LD i40e_ethdev.o AR librte_pmd_i40e.a LD rte_eth_af_packet.o AR librte_pmd_af_packet.a PMDINFO sw_evdev.o.pmd.c CC sw_evdev.o.pmd.o INSTALL-LIB librte_pmd_af_packet.a LD rte_eth_vhost.o LD sw_evdev.o AR librte_pmd_vhost.a make[5]: *** [sw] Error 2 make[4]: *** [event] Error 2 make[4]: *** Waiting for unfinished jobs.... INSTALL-LIB librte_pmd_vhost.a INSTALL-LIB librte_pmd_i40e.a AR librte_pmd_qede.a AR librte_pmd_ixgbe.a LD em_ethdev.o AR librte_pmd_e1000.a INSTALL-LIB librte_pmd_ixgbe.a INSTALL-LIB librte_pmd_qede.a INSTALL-LIB librte_pmd_e1000.a PMDINFO rte_eth_null.o.pmd.c CC rte_eth_null.o.pmd.o LD rte_eth_null.o AR librte_pmd_null.a INSTALL-LIB librte_pmd_null.a PMDINFO rte_eth_bond_pmd.o.pmd.c CC rte_eth_bond_pmd.o.pmd.o LD rte_eth_bond_pmd.o AR librte_pmd_bond.a INSTALL-LIB librte_pmd_bond.a PMDINFO rte_eth_pcap.o.pmd.c CC rte_eth_pcap.o.pmd.o LD rte_eth_pcap.o AR librte_pmd_pcap.a INSTALL-LIB librte_pmd_pcap.a make[3]: *** [drivers] Error 2 make[2]: *** [all] Error 2 make[1]: *** [pre_install] Error 2 make: *** [install] Error 2 x86_64-native-linuxapp-icc: Configuration done == Build lib == Build lib/librte_eal == Build lib/librte_compat SYMLINK-FILE include/rte_compat.h == Build lib/librte_eal/common SYMLINK-FILE include/generic/rte_atomic.h SYMLINK-FILE include/generic/rte_byteorder.h SYMLINK-FILE include/generic/rte_cycles.h SYMLINK-FILE include/generic/rte_prefetch.h SYMLINK-FILE include/generic/rte_spinlock.h SYMLINK-FILE include/generic/rte_memcpy.h SYMLINK-FILE include/generic/rte_cpuflags.h SYMLINK-FILE include/generic/rte_rwlock.h SYMLINK-FILE include/rte_branch_prediction.h SYMLINK-FILE include/rte_common.h SYMLINK-FILE include/rte_debug.h SYMLINK-FILE include/rte_eal.h SYMLINK-FILE include/rte_errno.h SYMLINK-FILE include/rte_launch.h SYMLINK-FILE include/rte_lcore.h SYMLINK-FILE include/rte_log.h SYMLINK-FILE include/rte_memory.h SYMLINK-FILE include/rte_memzone.h SYMLINK-FILE include/rte_pci.h SYMLINK-FILE include/rte_random.h SYMLINK-FILE include/rte_per_lcore.h SYMLINK-FILE include/rte_tailq.h SYMLINK-FILE include/rte_interrupts.h SYMLINK-FILE include/rte_alarm.h SYMLINK-FILE include/rte_string_fns.h SYMLINK-FILE include/rte_version.h SYMLINK-FILE include/rte_eal_memconfig.h SYMLINK-FILE include/rte_malloc_heap.h SYMLINK-FILE include/rte_hexdump.h SYMLINK-FILE include/rte_devargs.h SYMLINK-FILE include/rte_dev.h SYMLINK-FILE include/rte_vdev.h SYMLINK-FILE include/rte_pci_dev_feature_defs.h SYMLINK-FILE include/rte_pci_dev_features.h SYMLINK-FILE include/rte_malloc.h SYMLINK-FILE include/rte_keepalive.h SYMLINK-FILE include/rte_time.h SYMLINK-FILE include/rte_rwlock.h SYMLINK-FILE include/rte_memcpy.h SYMLINK-FILE include/rte_cycles.h SYMLINK-FILE include/rte_spinlock.h SYMLINK-FILE include/rte_atomic_32.h SYMLINK-FILE include/rte_vect.h SYMLINK-FILE include/rte_prefetch.h SYMLINK-FILE include/rte_byteorder_32.h SYMLINK-FILE include/rte_atomic_64.h SYMLINK-FILE include/rte_rtm.h SYMLINK-FILE include/rte_cpuflags.h SYMLINK-FILE include/rte_byteorder_64.h SYMLINK-FILE include/rte_atomic.h SYMLINK-FILE include/rte_byteorder.h == Build lib/librte_eal/linuxapp == Build lib/librte_eal/linuxapp/eal == Build lib/librte_eal/linuxapp/igb_uio CC eal.o CC eal_hugepage_info.o CC eal_memory.o CC eal_thread.o CC eal_log.o CC eal_vfio.o CC eal_vfio_mp_sync.o CC eal_pci.o CC eal_pci_uio.o CC eal_debug.o CC eal_pci_vfio.o CC eal_lcore.o CC eal_timer.o CC eal_interrupts.o CC eal_alarm.o CC eal_common_lcore.o CC eal_common_memzone.o CC eal_common_log.o CC eal_common_launch.o CC eal_common_timer.o CC eal_common_vdev.o CC eal_common_pci.o CC eal_common_pci_uio.o CC eal_common_memory.o CC eal_common_tailqs.o CC eal_common_errno.o CC eal_common_cpuflags.o CC eal_common_string_fns.o CC eal_common_hexdump.o CC eal_common_devargs.o CC eal_common_dev.o CC eal_common_options.o CC eal_common_thread.o CC eal_common_proc.o CC rte_malloc.o CC malloc_elem.o CC malloc_heap.o CC rte_keepalive.o CC rte_cpuflags.o SYMLINK-FILE include/exec-env/rte_interrupts.h SYMLINK-FILE include/exec-env/rte_kni_common.h CC rte_spinlock.o SYMLINK-FILE include/exec-env/rte_dom0_common.h LD /home/patchWorkOrg/compilation/x86_64-native-linuxapp-icc/build/lib/librte_eal/linuxapp/igb_uio/built-in.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-icc/build/lib/librte_eal/linuxapp/igb_uio/igb_uio.o Building modules, stage 2. MODPOST 1 modules AR librte_eal.a INSTALL-LIB librte_eal.a == Build lib/librte_eal/linuxapp/kni CC /home/patchWorkOrg/compilation/x86_64-native-linuxapp-icc/build/lib/librte_eal/linuxapp/igb_uio/igb_uio.mod.o LD [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-icc/build/lib/librte_eal/linuxapp/igb_uio/igb_uio.ko INSTALL-MODULE igb_uio.ko LD /home/patchWorkOrg/compilation/x86_64-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/built-in.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/ixgbe_main.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/ixgbe_api.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/ixgbe_common.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/ixgbe_ethtool.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/ixgbe_82599.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/ixgbe_82598.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/ixgbe_x540.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/ixgbe_phy.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/kcompat.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/e1000_82575.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/e1000_i210.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/e1000_api.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/e1000_mac.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/e1000_manage.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/e1000_mbx.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/e1000_nvm.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/e1000_phy.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/igb_ethtool.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/igb_main.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/igb_param.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/igb_vmdq.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/kni_misc.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/kni_net.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/kni_ethtool.o LD [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/rte_kni.o Building modules, stage 2. MODPOST 1 modules CC /home/patchWorkOrg/compilation/x86_64-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/rte_kni.mod.o LD [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-icc/build/lib/librte_eal/linuxapp/kni/rte_kni.ko INSTALL-MODULE rte_kni.ko == Build lib/librte_cmdline == Build lib/librte_timer == Build lib/librte_ring == Build lib/librte_cfgfile == Build lib/librte_acl == Build lib/librte_kvargs == Build lib/librte_lpm == Build lib/librte_jobstats == Build lib/librte_power == Build lib/librte_meter SYMLINK-FILE include/rte_jobstats.h SYMLINK-FILE include/rte_ring.h CC rte_jobstats.o CC rte_ring.o SYMLINK-FILE include/rte_kvargs.h SYMLINK-FILE include/rte_cfgfile.h CC rte_kvargs.o SYMLINK-FILE include/rte_timer.h CC rte_cfgfile.o SYMLINK-FILE include/rte_meter.h CC rte_timer.o CC cmdline.o CC cmdline_cirbuf.o CC rte_lpm.o SYMLINK-FILE include/rte_power.h CC rte_meter.o SYMLINK-FILE include/rte_lpm.h CC cmdline_parse.o CC rte_power_acpi_cpufreq.o CC rte_power.o CC rte_power_kvm_vm.o CC guest_channel.o SYMLINK-FILE include/rte_lpm6.h CC cmdline_parse_etheraddr.o CC rte_lpm6.o CC cmdline_parse_ipaddr.o CC cmdline_parse_num.o CC cmdline_parse_string.o SYMLINK-FILE include/rte_lpm_sse.h CC cmdline_rdline.o CC cmdline_vt100.o CC cmdline_socket.o SYMLINK-FILE include/cmdline.h CC cmdline_parse_portlist.o SYMLINK-FILE include/cmdline_parse_num.h SYMLINK-FILE include/cmdline_parse_ipaddr.h SYMLINK-FILE include/cmdline_parse_etheraddr.h SYMLINK-FILE include/cmdline_parse_string.h SYMLINK-FILE include/cmdline_rdline.h SYMLINK-FILE include/cmdline_vt100.h SYMLINK-FILE include/cmdline_socket.h SYMLINK-FILE include/cmdline_cirbuf.h SYMLINK-FILE include/cmdline_parse_portlist.h AR librte_meter.a CC rte_acl.o CC tb_mem.o CC acl_bld.o AR librte_kvargs.a INSTALL-LIB librte_meter.a CC acl_gen.o SYMLINK-FILE include/rte_acl_osdep.h CC acl_run_sse.o CC acl_run_scalar.o SYMLINK-FILE include/rte_acl.h CC acl_run_avx2.o INSTALL-LIB librte_kvargs.a == Build lib/librte_eventdev icc: command line warning #10121: overriding '-march=native' with '-march=core-avx2' AR librte_ring.a INSTALL-LIB librte_ring.a == Build lib/librte_mempool == Build lib/librte_hash AR librte_jobstats.a INSTALL-LIB librte_jobstats.a SYMLINK-FILE include/rte_eventdev.h SYMLINK-FILE include/rte_eventdev_ops.h SYMLINK-FILE include/rte_eventdev_pmd.h CC rte_eventdev.o SYMLINK-FILE include/rte_hash.h SYMLINK-FILE include/rte_jhash.h SYMLINK-FILE include/rte_hash_crc.h CC rte_fbk_hash.o SYMLINK-FILE include/rte_thash.h SYMLINK-FILE include/rte_fbk_hash.h CC rte_mempool.o CC rte_mempool_ops.o SYMLINK-FILE include/rte_mempool.h AR librte_cfgfile.a CC rte_mempool_stack.o CC rte_mempool_ring.o INSTALL-LIB librte_cfgfile.a AR librte_power.a INSTALL-LIB librte_power.a AR librte_cmdline.a INSTALL-LIB librte_cmdline.a AR librte_eventdev.a INSTALL-LIB librte_eventdev.a AR librte_timer.a INSTALL-LIB librte_timer.a AR librte_lpm.a INSTALL-LIB librte_lpm.a AR librte_mempool.a INSTALL-LIB librte_mempool.a == Build lib/librte_mbuf SYMLINK-FILE include/rte_mbuf.h SYMLINK-FILE include/rte_mbuf_ptype.h CC rte_mbuf_ptype.o CC rte_mbuf.o AR librte_mbuf.a INSTALL-LIB librte_mbuf.a == Build lib/librte_net == Build lib/librte_cryptodev == Build lib/librte_distributor == Build lib/librte_reorder SYMLINK-FILE include/rte_distributor.h SYMLINK-FILE include/rte_ip.h SYMLINK-FILE include/rte_udp.h SYMLINK-FILE include/rte_tcp.h CC rte_distributor.o SYMLINK-FILE include/rte_sctp.h SYMLINK-FILE include/rte_icmp.h CC rte_net.o SYMLINK-FILE include/rte_arp.h SYMLINK-FILE include/rte_ether.h SYMLINK-FILE include/rte_gre.h SYMLINK-FILE include/rte_net.h SYMLINK-FILE include/rte_reorder.h CC rte_reorder.o SYMLINK-FILE include/rte_crypto.h CC rte_cryptodev.o SYMLINK-FILE include/rte_cryptodev.h SYMLINK-FILE include/rte_cryptodev_pmd.h AR librte_net.a INSTALL-LIB librte_net.a == Build lib/librte_ether == Build lib/librte_sched AR librte_distributor.a INSTALL-LIB librte_distributor.a SYMLINK-FILE include/rte_ethdev.h SYMLINK-FILE include/rte_eth_ctrl.h SYMLINK-FILE include/rte_dev_info.h CC rte_sched.o CC rte_red.o CC rte_ethdev.o SYMLINK-FILE include/rte_sched.h CC rte_approx.o SYMLINK-FILE include/rte_bitmap.h SYMLINK-FILE include/rte_sched_common.h SYMLINK-FILE include/rte_red.h CC rte_reciprocal.o SYMLINK-FILE include/rte_approx.h SYMLINK-FILE include/rte_reciprocal.h AR librte_cryptodev.a INSTALL-LIB librte_cryptodev.a AR librte_reorder.a INSTALL-LIB librte_reorder.a AR librte_hash.a INSTALL-LIB librte_hash.a AR librte_ethdev.a INSTALL-LIB librte_ethdev.a == Build lib/librte_vhost == Build lib/librte_kni == Build lib/librte_ip_frag == Build lib/librte_pdump SYMLINK-FILE include/rte_kni.h SYMLINK-FILE include/rte_pdump.h CC rte_kni.o CC rte_pdump.o CC fd_man.o CC rte_ipv4_fragmentation.o CC rte_ipv6_fragmentation.o CC vhost.o CC vhost_user.o CC socket.o SYMLINK-FILE include/rte_virtio_net.h CC virtio_net.o CC rte_ipv4_reassembly.o CC rte_ipv6_reassembly.o CC rte_ip_frag_common.o CC ip_frag_internal.o SYMLINK-FILE include/rte_ip_frag.h AR librte_kni.a INSTALL-LIB librte_kni.a AR librte_ip_frag.a INSTALL-LIB librte_ip_frag.a AR librte_sched.a INSTALL-LIB librte_sched.a == Build lib/librte_port CC rte_port_ring.o CC rte_port_ethdev.o CC rte_port_frag.o CC rte_port_ras.o CC rte_port_sched.o CC rte_port_fd.o CC rte_port_kni.o SYMLINK-FILE include/rte_port.h SYMLINK-FILE include/rte_port_ethdev.h SYMLINK-FILE include/rte_port_ring.h CC rte_port_source_sink.o SYMLINK-FILE include/rte_port_frag.h SYMLINK-FILE include/rte_port_ras.h SYMLINK-FILE include/rte_port_sched.h SYMLINK-FILE include/rte_port_fd.h SYMLINK-FILE include/rte_port_kni.h SYMLINK-FILE include/rte_port_source_sink.h AR librte_pdump.a INSTALL-LIB librte_pdump.a AR librte_vhost.a INSTALL-LIB librte_vhost.a AR librte_port.a INSTALL-LIB librte_port.a AR librte_acl.a INSTALL-LIB librte_acl.a == Build lib/librte_table CC rte_table_lpm.o CC rte_table_lpm_ipv6.o CC rte_table_acl.o CC rte_table_hash_cuckoo.o CC rte_table_hash_key8.o CC rte_table_hash_key16.o CC rte_table_hash_key32.o CC rte_table_hash_ext.o SYMLINK-FILE include/rte_table.h SYMLINK-FILE include/rte_table_lpm.h CC rte_table_array.o SYMLINK-FILE include/rte_table_lpm_ipv6.h CC rte_table_hash_lru.o CC rte_table_stub.o SYMLINK-FILE include/rte_table_acl.h SYMLINK-FILE include/rte_table_hash.h SYMLINK-FILE include/rte_lru.h SYMLINK-FILE include/rte_table_array.h SYMLINK-FILE include/rte_table_stub.h AR librte_table.a INSTALL-LIB librte_table.a == Build lib/librte_pipeline SYMLINK-FILE include/rte_pipeline.h CC rte_pipeline.o AR librte_pipeline.a INSTALL-LIB librte_pipeline.a == Build buildtools == Build buildtools/pmdinfogen HOSTCC pmdinfogen.o HOSTLD dpdk-pmdinfogen INSTALL-HOSTAPP dpdk-pmdinfogen == Build drivers == Build drivers/net == Build drivers/crypto == Build drivers/event == Build drivers/crypto/null == Build drivers/event/sw == Build drivers/net/af_packet == Build drivers/net/cxgbe == Build drivers/net/bonding == Build drivers/net/e1000 == Build drivers/net/ena == Build drivers/net/enic == Build drivers/net/fm10k == Build drivers/net/i40e == Build drivers/net/ixgbe == Build drivers/net/null == Build drivers/net/bnxt == Build drivers/net/qede == Build drivers/net/ring == Build drivers/net/pcap == Build drivers/net/virtio == Build drivers/net/vhost == Build drivers/net/vmxnet3 CC rte_eth_af_packet.o CC ixgbe_common.o CC ixgbe_82598.o CC ixgbe_x540.o CC ixgbe_82599.o CC ixgbe_x550.o CC ixgbe_phy.o CC ixgbe_api.o CC ixgbe_vf.o CC ixgbe_dcb.o CC ixgbe_dcb_82599.o CC ixgbe_dcb_82598.o CC ixgbe_mbx.o CC ixgbe_rxtx.o CC ixgbe_ethdev.o CC base/ecore_dev.o CC base/ecore_hw.o CC base/ecore_l2.o CC base/ecore_init_fw_funcs.o CC base/ecore_cxt.o CC base/ecore_sp_commands.o CC ixgbe_fdir.o SYMLINK-FILE include/rte_pmd_ixgbe.h CC base/ecore_spq.o CC base/ecore_init_ops.o CC base/ecore_mcp.o CC base/ecore_int.o CC ixgbe_pf.o CC ixgbe_rxtx_vec_sse.o CC base/ecore_dcbx.o CC base/bcm_osal.o CC base/ecore_vf.o CC qede_ethdev.o CC base/ecore_sriov.o CC qede_eth_if.o CC qede_main.o CC qede_rxtx.o CC rte_eth_bond_api.o CC rte_eth_pcap.o CC rte_eth_bond_pmd.o CC rte_eth_bond_args.o SYMLINK-FILE include/rte_eth_bond.h SYMLINK-FILE include/rte_eth_bond_8023ad.h CC rte_eth_bond_8023ad.o CC rte_eth_bond_alb.o SYMLINK-FILE include/rte_eth_null.h CC rte_eth_null.o CC cxgbe_ethdev.o CC cxgbe_main.o CC sge.o CC t4_hw.o CC virtqueue.o CC virtio_rxtx.o CC virtio_pci.o CC virtio_ethdev.o CC virtio_rxtx_simple_sse.o CC virtio_rxtx_simple.o CC virtio_user/virtio_user_dev.o CC virtio_user/vhost_user.o CC virtio_user_ethdev.o SYMLINK-FILE include/rte_eth_ring.h CC rte_eth_ring.o CC null_crypto_pmd.o CC null_crypto_pmd_ops.o CC ena_ethdev.o CC bnxt_ethdev.o CC bnxt_cpr.o CC ena_com.o CC bnxt_filter.o CC bnxt_hwrm.o CC ena_eth_com.o CC bnxt_ring.o CC bnxt_rxq.o CC bnxt_rxr.o CC bnxt_stats.o CC bnxt_txq.o CC bnxt_txr.o CC bnxt_vnic.o CC bnxt_irq.o CC enic_ethdev.o CC enic_main.o CC enic_rxtx.o CC fm10k_ethdev.o CC fm10k_rxtx.o CC enic_clsf.o CC enic_res.o CC fm10k_pf.o CC base/vnic_cq.o CC base/vnic_wq.o CC fm10k_tlv.o CC fm10k_common.o CC base/vnic_dev.o CC base/vnic_intr.o CC base/vnic_rq.o CC fm10k_vf.o CC base/vnic_rss.o CC fm10k_rxtx_vec.o CC fm10k_api.o CC sw_evdev.o CC sw_evdev_worker.o CC sw_evdev_scheduler.o CC i40e_adminq.o CC i40e_common.o CC i40e_diag.o CC i40e_hmc.o CC e1000_80003es2lan.o CC e1000_82540.o CC i40e_lan_hmc.o SYMLINK-FILE include/rte_eth_vhost.h CC i40e_nvm.o CC rte_eth_vhost.o CC e1000_82541.o CC i40e_dcb.o CC e1000_82542.o CC i40e_ethdev.o CC e1000_82543.o CC e1000_82571.o CC e1000_82575.o CC i40e_rxtx.o CC e1000_i210.o PMDINFO rte_eth_af_packet.o.pmd.c CC rte_eth_af_packet.o.pmd.o CC i40e_rxtx_vec_sse.o CC e1000_api.o PMDINFO virtio_user_ethdev.o.pmd.c CC virtio_user_ethdev.o.pmd.o /home/patchWorkOrg/compilation/drivers/event/sw/sw_evdev_scheduler.c(381): error #300: const variable "dummy_rob" requires an initializer static const struct reorder_buffer_entry dummy_rob; ^ CC e1000_ich8lan.o compilation aborted for /home/patchWorkOrg/compilation/drivers/event/sw/sw_evdev_scheduler.c (code 2) make[6]: *** [sw_evdev_scheduler.o] Error 2 make[6]: *** Waiting for unfinished jobs.... CC vmxnet3_rxtx.o CC vmxnet3_ethdev.o CC e1000_mac.o CC i40e_ethdev_vf.o CC e1000_manage.o CC i40e_pf.o CC e1000_mbx.o CC i40e_fdir.o CC e1000_nvm.o PMDINFO enic_ethdev.o.pmd.c CC enic_ethdev.o.pmd.o CC e1000_osdep.o CC e1000_phy.o LD rte_eth_af_packet.o LD virtio_user_ethdev.o CC e1000_vf.o CC igb_ethdev.o CC igb_rxtx.o CC igb_pf.o AR librte_pmd_af_packet.a CC em_ethdev.o PMDINFO sw_evdev.o.pmd.c CC em_rxtx.o LD enic_ethdev.o CC sw_evdev.o.pmd.o INSTALL-LIB librte_pmd_af_packet.a PMDINFO null_crypto_pmd.o.pmd.c CC null_crypto_pmd.o.pmd.o PMDINFO bnxt_ethdev.o.pmd.c CC bnxt_ethdev.o.pmd.o LD sw_evdev.o LD null_crypto_pmd.o LD bnxt_ethdev.o make[5]: *** [sw] Error 2 make[4]: *** [event] Error 2 make[4]: *** Waiting for unfinished jobs.... AR librte_pmd_null_crypto.a INSTALL-LIB librte_pmd_null_crypto.a PMDINFO rte_eth_ring.o.pmd.c CC rte_eth_ring.o.pmd.o PMDINFO qede_ethdev.o.pmd.c CC qede_ethdev.o.pmd.o PMDINFO vmxnet3_ethdev.o.pmd.c CC vmxnet3_ethdev.o.pmd.o PMDINFO em_ethdev.o.pmd.c CC em_ethdev.o.pmd.o PMDINFO rte_eth_vhost.o.pmd.c CC rte_eth_vhost.o.pmd.o LD rte_eth_ring.o LD qede_ethdev.o LD vmxnet3_ethdev.o AR librte_pmd_ring.a LD em_ethdev.o INSTALL-LIB librte_pmd_ring.a LD rte_eth_vhost.o AR librte_pmd_vhost.a INSTALL-LIB librte_pmd_vhost.a AR librte_pmd_bnxt.a PMDINFO ena_ethdev.o.pmd.c CC ena_ethdev.o.pmd.o INSTALL-LIB librte_pmd_bnxt.a LD ena_ethdev.o PMDINFO cxgbe_ethdev.o.pmd.c CC cxgbe_ethdev.o.pmd.o LD cxgbe_ethdev.o PMDINFO rte_eth_null.o.pmd.c CC rte_eth_null.o.pmd.o PMDINFO virtio_ethdev.o.pmd.c CC virtio_ethdev.o.pmd.o LD rte_eth_null.o LD virtio_ethdev.o AR librte_pmd_null.a INSTALL-LIB librte_pmd_null.a PMDINFO igb_ethdev.o.pmd.c CC igb_ethdev.o.pmd.o LD igb_ethdev.o PMDINFO i40e_ethdev_vf.o.pmd.c CC i40e_ethdev_vf.o.pmd.o LD i40e_ethdev_vf.o PMDINFO ixgbe_ethdev.o.pmd.c CC ixgbe_ethdev.o.pmd.o LD ixgbe_ethdev.o PMDINFO rte_eth_bond_pmd.o.pmd.c CC rte_eth_bond_pmd.o.pmd.o LD rte_eth_bond_pmd.o AR librte_pmd_bond.a INSTALL-LIB librte_pmd_bond.a AR librte_pmd_ena.a INSTALL-LIB librte_pmd_ena.a AR librte_pmd_vmxnet3_uio.a INSTALL-LIB librte_pmd_vmxnet3_uio.a AR librte_pmd_enic.a INSTALL-LIB librte_pmd_enic.a AR librte_pmd_e1000.a INSTALL-LIB librte_pmd_e1000.a AR librte_pmd_virtio.a INSTALL-LIB librte_pmd_virtio.a PMDINFO rte_eth_pcap.o.pmd.c CC rte_eth_pcap.o.pmd.o LD rte_eth_pcap.o AR librte_pmd_pcap.a INSTALL-LIB librte_pmd_pcap.a AR librte_pmd_cxgbe.a INSTALL-LIB librte_pmd_cxgbe.a PMDINFO fm10k_ethdev.o.pmd.c CC fm10k_ethdev.o.pmd.o LD fm10k_ethdev.o AR librte_pmd_fm10k.a INSTALL-LIB librte_pmd_fm10k.a AR librte_pmd_ixgbe.a INSTALL-LIB librte_pmd_ixgbe.a AR librte_pmd_qede.a INSTALL-LIB librte_pmd_qede.a PMDINFO i40e_ethdev.o.pmd.c CC i40e_ethdev.o.pmd.o LD i40e_ethdev.o AR librte_pmd_i40e.a INSTALL-LIB librte_pmd_i40e.a make[3]: *** [drivers] Error 2 make[2]: *** [all] Error 2 make[1]: *** [pre_install] Error 2 make: *** [install] Error 2 x86_64-native-linuxapp-gcc-debug: Configuration done == Build lib == Build lib/librte_compat == Build lib/librte_eal SYMLINK-FILE include/rte_compat.h == Build lib/librte_eal/common SYMLINK-FILE include/generic/rte_atomic.h SYMLINK-FILE include/generic/rte_byteorder.h SYMLINK-FILE include/generic/rte_cycles.h SYMLINK-FILE include/generic/rte_prefetch.h SYMLINK-FILE include/generic/rte_memcpy.h SYMLINK-FILE include/generic/rte_spinlock.h SYMLINK-FILE include/generic/rte_cpuflags.h SYMLINK-FILE include/generic/rte_rwlock.h SYMLINK-FILE include/rte_branch_prediction.h SYMLINK-FILE include/rte_common.h SYMLINK-FILE include/rte_debug.h SYMLINK-FILE include/rte_eal.h SYMLINK-FILE include/rte_errno.h SYMLINK-FILE include/rte_launch.h SYMLINK-FILE include/rte_lcore.h SYMLINK-FILE include/rte_log.h SYMLINK-FILE include/rte_memory.h SYMLINK-FILE include/rte_memzone.h SYMLINK-FILE include/rte_pci.h SYMLINK-FILE include/rte_per_lcore.h SYMLINK-FILE include/rte_tailq.h SYMLINK-FILE include/rte_random.h SYMLINK-FILE include/rte_interrupts.h SYMLINK-FILE include/rte_alarm.h SYMLINK-FILE include/rte_string_fns.h SYMLINK-FILE include/rte_version.h SYMLINK-FILE include/rte_eal_memconfig.h SYMLINK-FILE include/rte_malloc_heap.h SYMLINK-FILE include/rte_hexdump.h SYMLINK-FILE include/rte_devargs.h SYMLINK-FILE include/rte_dev.h SYMLINK-FILE include/rte_vdev.h SYMLINK-FILE include/rte_pci_dev_feature_defs.h SYMLINK-FILE include/rte_pci_dev_features.h SYMLINK-FILE include/rte_malloc.h SYMLINK-FILE include/rte_keepalive.h SYMLINK-FILE include/rte_time.h SYMLINK-FILE include/rte_rwlock.h SYMLINK-FILE include/rte_memcpy.h SYMLINK-FILE include/rte_cycles.h SYMLINK-FILE include/rte_atomic_32.h SYMLINK-FILE include/rte_spinlock.h SYMLINK-FILE include/rte_vect.h SYMLINK-FILE include/rte_prefetch.h SYMLINK-FILE include/rte_byteorder_32.h SYMLINK-FILE include/rte_rtm.h SYMLINK-FILE include/rte_atomic_64.h SYMLINK-FILE include/rte_cpuflags.h SYMLINK-FILE include/rte_byteorder_64.h SYMLINK-FILE include/rte_byteorder.h SYMLINK-FILE include/rte_atomic.h == Build lib/librte_eal/linuxapp == Build lib/librte_eal/linuxapp/igb_uio == Build lib/librte_eal/linuxapp/eal CC eal.o CC eal_hugepage_info.o CC eal_memory.o CC eal_thread.o CC eal_log.o CC eal_vfio.o CC eal_vfio_mp_sync.o CC eal_pci.o CC eal_pci_uio.o CC eal_pci_vfio.o CC eal_debug.o CC eal_lcore.o CC eal_timer.o CC eal_interrupts.o CC eal_alarm.o CC eal_common_lcore.o CC eal_common_timer.o CC eal_common_memzone.o CC eal_common_log.o CC eal_common_vdev.o CC eal_common_launch.o CC eal_common_pci.o CC eal_common_pci_uio.o CC eal_common_tailqs.o CC eal_common_memory.o CC eal_common_errno.o CC eal_common_cpuflags.o CC eal_common_string_fns.o CC eal_common_hexdump.o CC eal_common_devargs.o CC eal_common_dev.o CC eal_common_options.o CC eal_common_thread.o CC rte_malloc.o CC eal_common_proc.o CC malloc_elem.o CC rte_cpuflags.o CC malloc_heap.o SYMLINK-FILE include/exec-env/rte_kni_common.h SYMLINK-FILE include/exec-env/rte_interrupts.h CC rte_keepalive.o SYMLINK-FILE include/exec-env/rte_dom0_common.h CC rte_spinlock.o AR librte_eal.a INSTALL-LIB librte_eal.a == Build lib/librte_eal/linuxapp/kni LD /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/igb_uio/built-in.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/igb_uio/igb_uio.o Building modules, stage 2. MODPOST 1 modules LD /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/built-in.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_main.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_api.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_common.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_ethtool.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_82599.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_82598.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_x540.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_phy.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/kcompat.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_82575.o CC /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/igb_uio/igb_uio.mod.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_i210.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_api.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_mac.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_manage.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_mbx.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_nvm.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_phy.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/igb_ethtool.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/igb_main.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/igb_param.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/igb_vmdq.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/kni_misc.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/kni_net.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/kni_ethtool.o LD [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/igb_uio/igb_uio.ko INSTALL-MODULE igb_uio.ko LD [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/rte_kni.o Building modules, stage 2. MODPOST 1 modules CC /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/rte_kni.mod.o LD [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/rte_kni.ko INSTALL-MODULE rte_kni.ko == Build lib/librte_ring == Build lib/librte_timer == Build lib/librte_cmdline == Build lib/librte_cfgfile == Build lib/librte_lpm == Build lib/librte_acl == Build lib/librte_jobstats == Build lib/librte_kvargs == Build lib/librte_power == Build lib/librte_meter SYMLINK-FILE include/rte_timer.h CC rte_timer.o SYMLINK-FILE include/rte_kvargs.h SYMLINK-FILE include/rte_jobstats.h CC rte_kvargs.o SYMLINK-FILE include/rte_ring.h CC rte_jobstats.o SYMLINK-FILE include/rte_lpm.h SYMLINK-FILE include/rte_lpm6.h CC rte_ring.o CC rte_lpm.o SYMLINK-FILE include/rte_lpm_sse.h CC rte_lpm6.o SYMLINK-FILE include/rte_meter.h CC rte_meter.o SYMLINK-FILE include/rte_cfgfile.h CC rte_cfgfile.o CC rte_power.o CC rte_power_acpi_cpufreq.o SYMLINK-FILE include/rte_power.h CC rte_power_kvm_vm.o CC guest_channel.o CC cmdline.o CC cmdline_cirbuf.o CC tb_mem.o CC rte_acl.o CC acl_bld.o AR librte_cfgfile.a CC acl_gen.o CC acl_run_scalar.o CC acl_run_sse.o CC cmdline_parse.o CC cmdline_parse_etheraddr.o SYMLINK-FILE include/rte_acl_osdep.h SYMLINK-FILE include/rte_acl.h CC acl_run_avx2.o AR librte_kvargs.a INSTALL-LIB librte_cfgfile.a CC cmdline_parse_ipaddr.o CC cmdline_parse_num.o INSTALL-LIB librte_kvargs.a CC cmdline_parse_string.o CC cmdline_rdline.o CC cmdline_vt100.o AR librte_meter.a CC cmdline_socket.o SYMLINK-FILE include/cmdline.h == Build lib/librte_eventdev AR librte_ring.a SYMLINK-FILE include/cmdline_parse.h CC cmdline_parse_portlist.o INSTALL-LIB librte_ring.a AR librte_jobstats.a AR librte_timer.a INSTALL-LIB librte_meter.a INSTALL-LIB librte_jobstats.a INSTALL-LIB librte_timer.a SYMLINK-FILE include/cmdline_parse_num.h SYMLINK-FILE include/cmdline_parse_ipaddr.h == Build lib/librte_mempool == Build lib/librte_hash AR librte_lpm.a SYMLINK-FILE include/cmdline_parse_etheraddr.h SYMLINK-FILE include/cmdline_parse_string.h SYMLINK-FILE include/cmdline_rdline.h SYMLINK-FILE include/cmdline_socket.h SYMLINK-FILE include/cmdline_vt100.h AR librte_power.a INSTALL-LIB librte_lpm.a SYMLINK-FILE include/cmdline_cirbuf.h INSTALL-LIB librte_power.a SYMLINK-FILE include/cmdline_parse_portlist.h AR librte_acl.a INSTALL-LIB librte_acl.a AR librte_cmdline.a INSTALL-LIB librte_cmdline.a SYMLINK-FILE include/rte_eventdev.h SYMLINK-FILE include/rte_eventdev_pmd.h SYMLINK-FILE include/rte_eventdev_ops.h CC rte_eventdev.o CC rte_mempool.o CC rte_mempool_ops.o SYMLINK-FILE include/rte_mempool.h CC rte_mempool_ring.o CC rte_mempool_stack.o SYMLINK-FILE include/rte_hash.h SYMLINK-FILE include/rte_hash_crc.h SYMLINK-FILE include/rte_jhash.h CC rte_cuckoo_hash.o CC rte_fbk_hash.o SYMLINK-FILE include/rte_thash.h SYMLINK-FILE include/rte_fbk_hash.h AR librte_mempool.a INSTALL-LIB librte_mempool.a AR librte_hash.a == Build lib/librte_mbuf INSTALL-LIB librte_hash.a AR librte_eventdev.a INSTALL-LIB librte_eventdev.a SYMLINK-FILE include/rte_mbuf.h SYMLINK-FILE include/rte_mbuf_ptype.h CC rte_mbuf_ptype.o CC rte_mbuf.o AR librte_mbuf.a INSTALL-LIB librte_mbuf.a == Build lib/librte_net == Build lib/librte_cryptodev == Build lib/librte_distributor == Build lib/librte_reorder SYMLINK-FILE include/rte_crypto.h SYMLINK-FILE include/rte_crypto_sym.h SYMLINK-FILE include/rte_cryptodev.h SYMLINK-FILE include/rte_cryptodev_pmd.h CC rte_cryptodev.o SYMLINK-FILE include/rte_tcp.h SYMLINK-FILE include/rte_udp.h SYMLINK-FILE include/rte_ip.h SYMLINK-FILE include/rte_sctp.h SYMLINK-FILE include/rte_icmp.h CC rte_net.o SYMLINK-FILE include/rte_reorder.h SYMLINK-FILE include/rte_distributor.h CC rte_reorder.o SYMLINK-FILE include/rte_arp.h SYMLINK-FILE include/rte_ether.h CC rte_distributor.o SYMLINK-FILE include/rte_gre.h SYMLINK-FILE include/rte_net.h AR librte_net.a AR librte_reorder.a INSTALL-LIB librte_net.a AR librte_cryptodev.a AR librte_distributor.a INSTALL-LIB librte_reorder.a INSTALL-LIB librte_cryptodev.a INSTALL-LIB librte_distributor.a == Build lib/librte_ether == Build lib/librte_sched CC rte_sched.o SYMLINK-FILE include/rte_sched.h CC rte_red.o SYMLINK-FILE include/rte_ethdev.h SYMLINK-FILE include/rte_bitmap.h CC rte_approx.o SYMLINK-FILE include/rte_red.h SYMLINK-FILE include/rte_sched_common.h SYMLINK-FILE include/rte_eth_ctrl.h CC rte_ethdev.o SYMLINK-FILE include/rte_dev_info.h CC rte_reciprocal.o SYMLINK-FILE include/rte_approx.h SYMLINK-FILE include/rte_reciprocal.h AR librte_sched.a INSTALL-LIB librte_sched.a AR librte_ethdev.a INSTALL-LIB librte_ethdev.a == Build lib/librte_vhost == Build lib/librte_pdump == Build lib/librte_ip_frag == Build lib/librte_kni SYMLINK-FILE include/rte_pdump.h CC rte_pdump.o SYMLINK-FILE include/rte_kni.h CC fd_man.o CC rte_kni.o CC socket.o CC rte_ipv4_fragmentation.o CC rte_ipv6_fragmentation.o CC vhost.o CC rte_ipv4_reassembly.o CC rte_ipv6_reassembly.o SYMLINK-FILE include/rte_ip_frag.h CC vhost_user.o CC rte_ip_frag_common.o SYMLINK-FILE include/rte_virtio_net.h CC ip_frag_internal.o CC virtio_net.o AR librte_ip_frag.a AR librte_pdump.a AR librte_kni.a INSTALL-LIB librte_ip_frag.a INSTALL-LIB librte_pdump.a INSTALL-LIB librte_kni.a AR librte_vhost.a == Build lib/librte_port INSTALL-LIB librte_vhost.a CC rte_port_ethdev.o CC rte_port_ring.o CC rte_port_frag.o CC rte_port_ras.o CC rte_port_sched.o SYMLINK-FILE include/rte_port.h CC rte_port_fd.o SYMLINK-FILE include/rte_port_ethdev.h SYMLINK-FILE include/rte_port_ring.h CC rte_port_kni.o SYMLINK-FILE include/rte_port_frag.h CC rte_port_source_sink.o SYMLINK-FILE include/rte_port_ras.h SYMLINK-FILE include/rte_port_sched.h SYMLINK-FILE include/rte_port_fd.h SYMLINK-FILE include/rte_port_kni.h SYMLINK-FILE include/rte_port_source_sink.h AR librte_port.a INSTALL-LIB librte_port.a == Build lib/librte_table CC rte_table_lpm.o CC rte_table_lpm_ipv6.o CC rte_table_acl.o CC rte_table_hash_cuckoo.o CC rte_table_hash_key16.o CC rte_table_hash_key32.o CC rte_table_hash_key8.o CC rte_table_hash_lru.o SYMLINK-FILE include/rte_table.h SYMLINK-FILE include/rte_table_lpm.h CC rte_table_hash_ext.o SYMLINK-FILE include/rte_table_lpm_ipv6.h CC rte_table_array.o CC rte_table_stub.o SYMLINK-FILE include/rte_table_acl.h SYMLINK-FILE include/rte_table_hash.h SYMLINK-FILE include/rte_lru.h SYMLINK-FILE include/rte_table_array.h SYMLINK-FILE include/rte_table_stub.h AR librte_table.a INSTALL-LIB librte_table.a == Build lib/librte_pipeline SYMLINK-FILE include/rte_pipeline.h CC rte_pipeline.o AR librte_pipeline.a INSTALL-LIB librte_pipeline.a == Build buildtools == Build buildtools/pmdinfogen HOSTCC pmdinfogen.o HOSTLD dpdk-pmdinfogen INSTALL-HOSTAPP dpdk-pmdinfogen == Build drivers == Build drivers/net == Build drivers/event == Build drivers/crypto == Build drivers/crypto/null == Build drivers/net/af_packet == Build drivers/net/bonding == Build drivers/net/cxgbe == Build drivers/net/e1000 == Build drivers/net/ena == Build drivers/net/fm10k == Build drivers/event/sw == Build drivers/net/i40e == Build drivers/net/enic == Build drivers/net/ixgbe == Build drivers/net/bnxt == Build drivers/net/null == Build drivers/net/pcap == Build drivers/net/qede == Build drivers/net/ring == Build drivers/net/vmxnet3 == Build drivers/net/virtio == Build drivers/net/vhost CC rte_eth_af_packet.o CC rte_eth_bond_api.o CC rte_eth_bond_pmd.o CC rte_eth_bond_8023ad.o CC rte_eth_bond_args.o CC bnxt_ethdev.o CC ena_ethdev.o CC bnxt_cpr.o CC bnxt_filter.o CC bnxt_hwrm.o CC ena_com.o SYMLINK-FILE include/rte_eth_bond.h CC rte_eth_bond_alb.o CC ena_eth_com.o CC bnxt_ring.o CC sw_evdev.o CC sw_evdev_worker.o CC bnxt_rxq.o SYMLINK-FILE include/rte_eth_bond_8023ad.h CC null_crypto_pmd.o SYMLINK-FILE include/rte_eth_vhost.h CC enic_ethdev.o SYMLINK-FILE include/rte_eth_ring.h CC rte_eth_vhost.o CC rte_eth_ring.o CC bnxt_rxr.o CC bnxt_stats.o CC sw_evdev_scheduler.o SYMLINK-FILE include/rte_eth_null.h CC null_crypto_pmd_ops.o CC rte_eth_pcap.o CC enic_main.o CC enic_rxtx.o CC rte_eth_null.o CC enic_clsf.o CC bnxt_txr.o CC bnxt_txq.o CC enic_res.o CC bnxt_vnic.o CC bnxt_irq.o CC virtqueue.o CC virtio_pci.o CC base/vnic_cq.o CC e1000_80003es2lan.o CC virtio_rxtx.o CC base/vnic_wq.o CC base/vnic_dev.o CC e1000_82540.o CC virtio_ethdev.o CC base/vnic_intr.o CC base/vnic_rq.o CC fm10k_ethdev.o CC vmxnet3_rxtx.o PMDINFO bnxt_ethdev.o.pmd.c CC bnxt_ethdev.o.pmd.o CC fm10k_rxtx.o CC vmxnet3_ethdev.o CC e1000_82541.o CC i40e_adminq.o CC base/vnic_rss.o CC virtio_rxtx_simple.o CC cxgbe_ethdev.o PMDINFO ena_ethdev.o.pmd.c CC ena_ethdev.o.pmd.o PMDINFO enic_ethdev.o.pmd.c CC fm10k_pf.o CC i40e_common.o LD bnxt_ethdev.o CC virtio_rxtx_simple_sse.o CC fm10k_tlv.o CC enic_ethdev.o.pmd.o CC i40e_diag.o CC e1000_82542.o CC i40e_hmc.o /home/patchWorkOrg/compilation/drivers/event/sw/sw_evdev_worker.c: In function ‘sw_event_release’: /home/patchWorkOrg/compilation/drivers/event/sw/sw_evdev_worker.c:212:2: error: missing initializer for field ‘sched_type’ of ‘struct ’ [-Werror=missing-field-initializers] }; ^ In file included from /home/patchWorkOrg/compilation/drivers/event/sw/sw_evdev.h:36:0, from /home/patchWorkOrg/compilation/drivers/event/sw/sw_evdev_worker.c:33: /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:800:13: note: ‘sched_type’ declared here uint32_t sched_type:2; ^ cc1: all warnings being treated as errors make[6]: *** [sw_evdev_worker.o] Error 1 make[6]: *** Waiting for unfinished jobs.... CC fm10k_common.o CC virtio_user/vhost_user.o CC fm10k_mbx.o CC cxgbe_main.o CC sge.o CC virtio_user/virtio_user_dev.o CC e1000_82543.o LD ena_ethdev.o CC e1000_82575.o CC i40e_lan_hmc.o CC e1000_82571.o CC t4_hw.o LD enic_ethdev.o CC fm10k_vf.o AR librte_pmd_bnxt.a CC fm10k_api.o CC i40e_nvm.o CC virtio_user_ethdev.o INSTALL-LIB librte_pmd_bnxt.a CC i40e_dcb.o AR librte_pmd_ena.a CC e1000_i210.o PMDINFO virtio_ethdev.o.pmd.c CC virtio_ethdev.o.pmd.o CC e1000_api.o CC fm10k_rxtx_vec.o PMDINFO vmxnet3_ethdev.o.pmd.c CC vmxnet3_ethdev.o.pmd.o INSTALL-LIB librte_pmd_ena.a CC base/ecore_dev.o AR librte_pmd_enic.a PMDINFO cxgbe_ethdev.o.pmd.c CC e1000_ich8lan.o CC i40e_ethdev.o CC base/ecore_hw.o CC i40e_rxtx.o CC cxgbe_ethdev.o.pmd.o LD vmxnet3_ethdev.o LD virtio_ethdev.o INSTALL-LIB librte_pmd_enic.a CC e1000_mac.o CC e1000_manage.o CC e1000_mbx.o CC i40e_rxtx_vec_sse.o CC base/ecore_cxt.o CC i40e_ethdev_vf.o CC base/ecore_l2.o CC e1000_nvm.o LD cxgbe_ethdev.o CC e1000_osdep.o CC i40e_pf.o CC i40e_fdir.o AR librte_pmd_vmxnet3_uio.a CC ixgbe_common.o CC base/ecore_sp_commands.o CC e1000_phy.o PMDINFO fm10k_ethdev.o.pmd.c CC base/ecore_init_fw_funcs.o CC e1000_vf.o CC fm10k_ethdev.o.pmd.o INSTALL-LIB librte_pmd_vmxnet3_uio.a CC igb_ethdev.o CC base/ecore_spq.o CC igb_rxtx.o CC base/ecore_init_ops.o CC ixgbe_82598.o CC igb_pf.o LD fm10k_ethdev.o CC em_ethdev.o CC ixgbe_82599.o CC em_rxtx.o CC base/ecore_mcp.o CC ixgbe_x540.o CC base/ecore_int.o CC ixgbe_x550.o CC ixgbe_phy.o AR librte_pmd_cxgbe.a CC ixgbe_api.o CC base/ecore_dcbx.o CC ixgbe_vf.o CC base/bcm_osal.o AR librte_pmd_fm10k.a CC ixgbe_dcb.o CC ixgbe_dcb_82599.o INSTALL-LIB librte_pmd_fm10k.a CC base/ecore_sriov.o CC base/ecore_vf.o CC ixgbe_dcb_82598.o PMDINFO i40e_ethdev_vf.o.pmd.c INSTALL-LIB librte_pmd_cxgbe.a CC i40e_ethdev_vf.o.pmd.o CC qede_eth_if.o CC qede_ethdev.o CC ixgbe_mbx.o CC ixgbe_rxtx.o CC ixgbe_ethdev.o PMDINFO i40e_ethdev.o.pmd.c CC i40e_ethdev.o.pmd.o CC qede_main.o CC qede_rxtx.o CC ixgbe_fdir.o CC ixgbe_pf.o SYMLINK-FILE include/rte_pmd_ixgbe.h CC ixgbe_rxtx_vec_sse.o LD i40e_ethdev_vf.o PMDINFO sw_evdev.o.pmd.c CC sw_evdev.o.pmd.o PMDINFO igb_ethdev.o.pmd.c CC igb_ethdev.o.pmd.o PMDINFO rte_eth_af_packet.o.pmd.c CC rte_eth_af_packet.o.pmd.o PMDINFO rte_eth_vhost.o.pmd.c CC rte_eth_vhost.o.pmd.o PMDINFO null_crypto_pmd.o.pmd.c CC null_crypto_pmd.o.pmd.o PMDINFO rte_eth_ring.o.pmd.c LD rte_eth_vhost.o CC rte_eth_ring.o.pmd.o LD i40e_ethdev.o LD rte_eth_af_packet.o PMDINFO qede_ethdev.o.pmd.c LD igb_ethdev.o CC qede_ethdev.o.pmd.o PMDINFO virtio_user_ethdev.o.pmd.c CC virtio_user_ethdev.o.pmd.o AR librte_pmd_vhost.a AR librte_pmd_i40e.a AR librte_pmd_af_packet.a INSTALL-LIB librte_pmd_vhost.a INSTALL-LIB librte_pmd_af_packet.a LD sw_evdev.o LD virtio_user_ethdev.o PMDINFO ixgbe_ethdev.o.pmd.c CC ixgbe_ethdev.o.pmd.o make[5]: *** [sw] Error 2 make[4]: *** [event] Error 2 make[4]: *** Waiting for unfinished jobs.... LD rte_eth_ring.o AR librte_pmd_virtio.a INSTALL-LIB librte_pmd_virtio.a LD ixgbe_ethdev.o AR librte_pmd_ring.a INSTALL-LIB librte_pmd_ring.a AR librte_pmd_ixgbe.a LD qede_ethdev.o PMDINFO em_ethdev.o.pmd.c CC em_ethdev.o.pmd.o INSTALL-LIB librte_pmd_i40e.a INSTALL-LIB librte_pmd_ixgbe.a LD null_crypto_pmd.o PMDINFO rte_eth_bond_pmd.o.pmd.c CC rte_eth_bond_pmd.o.pmd.o PMDINFO rte_eth_null.o.pmd.c CC rte_eth_null.o.pmd.o AR librte_pmd_qede.a AR librte_pmd_null_crypto.a LD rte_eth_bond_pmd.o INSTALL-LIB librte_pmd_null_crypto.a LD rte_eth_null.o AR librte_pmd_bond.a AR librte_pmd_null.a INSTALL-LIB librte_pmd_qede.a INSTALL-LIB librte_pmd_bond.a INSTALL-LIB librte_pmd_null.a PMDINFO rte_eth_pcap.o.pmd.c CC rte_eth_pcap.o.pmd.o LD rte_eth_pcap.o AR librte_pmd_pcap.a INSTALL-LIB librte_pmd_pcap.a LD em_ethdev.o AR librte_pmd_e1000.a INSTALL-LIB librte_pmd_e1000.a make[3]: *** [drivers] Error 2 make[2]: *** [all] Error 2 make[1]: *** [pre_install] Error 2 make: *** [install] Error 2 x86_64-native-linuxapp-gcc-shared: Configuration done == Build lib == Build lib/librte_compat == Build lib/librte_eal SYMLINK-FILE include/rte_compat.h == Build lib/librte_eal/common SYMLINK-FILE include/generic/rte_atomic.h SYMLINK-FILE include/generic/rte_byteorder.h SYMLINK-FILE include/generic/rte_spinlock.h SYMLINK-FILE include/generic/rte_cycles.h SYMLINK-FILE include/generic/rte_prefetch.h SYMLINK-FILE include/generic/rte_memcpy.h SYMLINK-FILE include/generic/rte_cpuflags.h SYMLINK-FILE include/generic/rte_rwlock.h SYMLINK-FILE include/rte_common.h SYMLINK-FILE include/rte_branch_prediction.h SYMLINK-FILE include/rte_debug.h SYMLINK-FILE include/rte_eal.h SYMLINK-FILE include/rte_errno.h SYMLINK-FILE include/rte_launch.h SYMLINK-FILE include/rte_lcore.h SYMLINK-FILE include/rte_log.h SYMLINK-FILE include/rte_memory.h SYMLINK-FILE include/rte_memzone.h SYMLINK-FILE include/rte_pci.h SYMLINK-FILE include/rte_per_lcore.h SYMLINK-FILE include/rte_random.h SYMLINK-FILE include/rte_tailq.h SYMLINK-FILE include/rte_interrupts.h SYMLINK-FILE include/rte_alarm.h SYMLINK-FILE include/rte_string_fns.h SYMLINK-FILE include/rte_version.h SYMLINK-FILE include/rte_eal_memconfig.h SYMLINK-FILE include/rte_malloc_heap.h SYMLINK-FILE include/rte_hexdump.h SYMLINK-FILE include/rte_devargs.h SYMLINK-FILE include/rte_dev.h SYMLINK-FILE include/rte_vdev.h SYMLINK-FILE include/rte_pci_dev_feature_defs.h SYMLINK-FILE include/rte_pci_dev_features.h SYMLINK-FILE include/rte_malloc.h SYMLINK-FILE include/rte_keepalive.h SYMLINK-FILE include/rte_time.h SYMLINK-FILE include/rte_rwlock.h SYMLINK-FILE include/rte_memcpy.h SYMLINK-FILE include/rte_cycles.h SYMLINK-FILE include/rte_spinlock.h SYMLINK-FILE include/rte_atomic_32.h SYMLINK-FILE include/rte_vect.h SYMLINK-FILE include/rte_prefetch.h SYMLINK-FILE include/rte_byteorder_32.h SYMLINK-FILE include/rte_atomic_64.h SYMLINK-FILE include/rte_rtm.h SYMLINK-FILE include/rte_cpuflags.h SYMLINK-FILE include/rte_byteorder_64.h SYMLINK-FILE include/rte_atomic.h SYMLINK-FILE include/rte_byteorder.h == Build lib/librte_eal/linuxapp == Build lib/librte_eal/linuxapp/eal == Build lib/librte_eal/linuxapp/igb_uio CC eal.o CC eal_hugepage_info.o CC eal_memory.o CC eal_thread.o CC eal_log.o CC eal_vfio.o CC eal_vfio_mp_sync.o CC eal_pci.o CC eal_pci_uio.o CC eal_pci_vfio.o CC eal_debug.o CC eal_lcore.o CC eal_timer.o CC eal_interrupts.o CC eal_alarm.o CC eal_common_lcore.o CC eal_common_timer.o CC eal_common_memzone.o CC eal_common_log.o CC eal_common_launch.o CC eal_common_vdev.o CC eal_common_pci.o CC eal_common_pci_uio.o CC eal_common_memory.o CC eal_common_tailqs.o CC eal_common_errno.o CC eal_common_hexdump.o CC eal_common_cpuflags.o CC eal_common_string_fns.o CC eal_common_dev.o CC eal_common_devargs.o CC eal_common_options.o CC eal_common_thread.o CC eal_common_proc.o CC malloc_elem.o CC rte_malloc.o CC malloc_heap.o CC rte_keepalive.o SYMLINK-FILE include/exec-env/rte_interrupts.h CC rte_cpuflags.o SYMLINK-FILE include/exec-env/rte_kni_common.h SYMLINK-FILE include/exec-env/rte_dom0_common.h CC rte_spinlock.o LD librte_eal.so.3.1 INSTALL-LIB librte_eal.so.3.1 == Build lib/librte_eal/linuxapp/kni LD /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/igb_uio/built-in.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/igb_uio/igb_uio.o Building modules, stage 2. MODPOST 1 modules CC /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/igb_uio/igb_uio.mod.o LD /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/built-in.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_main.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_api.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_common.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_ethtool.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_82599.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_82598.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_x540.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_phy.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/kcompat.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_82575.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_i210.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_api.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_mac.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_manage.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_nvm.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_mbx.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_phy.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/igb_main.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/igb_ethtool.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/igb_param.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/igb_vmdq.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/kni_misc.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/kni_net.o CC [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/kni_ethtool.o LD [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/igb_uio/igb_uio.ko INSTALL-MODULE igb_uio.ko LD [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/rte_kni.o Building modules, stage 2. MODPOST 1 modules CC /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/rte_kni.mod.o LD [M] /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/rte_kni.ko INSTALL-MODULE rte_kni.ko == Build lib/librte_ring == Build lib/librte_cfgfile == Build lib/librte_timer == Build lib/librte_cmdline == Build lib/librte_lpm == Build lib/librte_kvargs == Build lib/librte_acl == Build lib/librte_jobstats == Build lib/librte_power == Build lib/librte_meter SYMLINK-FILE include/rte_jobstats.h CC rte_jobstats.o SYMLINK-FILE include/rte_lpm6.h SYMLINK-FILE include/rte_lpm.h SYMLINK-FILE include/rte_lpm_sse.h CC rte_lpm.o CC rte_lpm6.o SYMLINK-FILE include/rte_cfgfile.h CC rte_cfgfile.o SYMLINK-FILE include/rte_kvargs.h CC rte_kvargs.o CC cmdline.o CC cmdline_cirbuf.o SYMLINK-FILE include/rte_meter.h CC cmdline_parse.o CC cmdline_parse_etheraddr.o CC rte_meter.o CC cmdline_parse_ipaddr.o CC cmdline_parse_num.o CC cmdline_parse_string.o CC cmdline_rdline.o LD librte_cfgfile.so.2.1 SYMLINK-FILE include/cmdline.h LD librte_jobstats.so.1.1 LD librte_kvargs.so.1.1 SYMLINK-FILE include/rte_ring.h CC rte_ring.o CC cmdline_vt100.o CC cmdline_parse_portlist.o CC cmdline_socket.o SYMLINK-FILE include/cmdline_parse.h SYMLINK-FILE include/cmdline_parse_num.h SYMLINK-FILE include/cmdline_parse_ipaddr.h SYMLINK-FILE include/cmdline_parse_etheraddr.h SYMLINK-FILE include/cmdline_parse_string.h SYMLINK-FILE include/cmdline_rdline.h SYMLINK-FILE include/cmdline_vt100.h CC tb_mem.o CC rte_acl.o SYMLINK-FILE include/cmdline_socket.h SYMLINK-FILE include/cmdline_cirbuf.h LD librte_lpm.so.2.1 CC acl_bld.o SYMLINK-FILE include/cmdline_parse_portlist.h SYMLINK-FILE include/rte_acl_osdep.h INSTALL-LIB librte_jobstats.so.1.1 CC acl_gen.o CC acl_run_scalar.o SYMLINK-FILE include/rte_acl.h CC acl_run_sse.o CC acl_run_avx2.o INSTALL-LIB librte_kvargs.so.1.1 INSTALL-LIB librte_cfgfile.so.2.1 == Build lib/librte_eventdev LD librte_meter.so.1.1 INSTALL-LIB librte_lpm.so.2.1 LD librte_cmdline.so.2.1 INSTALL-LIB librte_meter.so.1.1 LD librte_ring.so.1.1 INSTALL-LIB librte_cmdline.so.2.1 SYMLINK-FILE include/rte_timer.h CC rte_timer.o INSTALL-LIB librte_ring.so.1.1 SYMLINK-FILE include/rte_power.h CC rte_power.o CC rte_power_acpi_cpufreq.o CC rte_power_kvm_vm.o CC guest_channel.o == Build lib/librte_mempool == Build lib/librte_hash LD librte_timer.so.1.1 LD librte_power.so.1.1 LD librte_acl.so.2.1 INSTALL-LIB librte_timer.so.1.1 INSTALL-LIB librte_power.so.1.1 INSTALL-LIB librte_acl.so.2.1 SYMLINK-FILE include/rte_eventdev.h SYMLINK-FILE include/rte_eventdev_pmd.h CC rte_eventdev.o SYMLINK-FILE include/rte_eventdev_ops.h SYMLINK-FILE include/rte_hash_crc.h SYMLINK-FILE include/rte_jhash.h SYMLINK-FILE include/rte_hash.h CC rte_cuckoo_hash.o SYMLINK-FILE include/rte_thash.h CC rte_fbk_hash.o SYMLINK-FILE include/rte_fbk_hash.h SYMLINK-FILE include/rte_mempool.h CC rte_mempool.o CC rte_mempool_ring.o CC rte_mempool_ops.o CC rte_mempool_stack.o LD librte_hash.so.2.1 LD librte_mempool.so.2.1 INSTALL-LIB librte_hash.so.2.1 INSTALL-LIB librte_mempool.so.2.1 == Build lib/librte_mbuf LD librte_eventdev.so.1.1 INSTALL-LIB librte_eventdev.so.1.1 CC rte_mbuf.o SYMLINK-FILE include/rte_mbuf.h CC rte_mbuf_ptype.o SYMLINK-FILE include/rte_mbuf_ptype.h LD librte_mbuf.so.2.1 INSTALL-LIB librte_mbuf.so.2.1 == Build lib/librte_net == Build lib/librte_cryptodev == Build lib/librte_distributor == Build lib/librte_reorder SYMLINK-FILE include/rte_ip.h SYMLINK-FILE include/rte_tcp.h SYMLINK-FILE include/rte_distributor.h CC rte_net.o SYMLINK-FILE include/rte_crypto.h SYMLINK-FILE include/rte_crypto_sym.h SYMLINK-FILE include/rte_cryptodev.h SYMLINK-FILE include/rte_sctp.h SYMLINK-FILE include/rte_reorder.h SYMLINK-FILE include/rte_cryptodev_pmd.h SYMLINK-FILE include/rte_icmp.h CC rte_cryptodev.o CC rte_reorder.o SYMLINK-FILE include/rte_arp.h SYMLINK-FILE include/rte_ether.h SYMLINK-FILE include/rte_gre.h SYMLINK-FILE include/rte_net.h LD librte_net.so.1.1 LD librte_distributor.so.1.1 LD librte_reorder.so.1.1 LD librte_cryptodev.so.2.1 INSTALL-LIB librte_net.so.1.1 INSTALL-LIB librte_distributor.so.1.1 == Build lib/librte_sched INSTALL-LIB librte_reorder.so.1.1 == Build lib/librte_ether INSTALL-LIB librte_cryptodev.so.2.1 SYMLINK-FILE include/rte_ethdev.h SYMLINK-FILE include/rte_eth_ctrl.h SYMLINK-FILE include/rte_dev_info.h CC rte_ethdev.o CC rte_red.o CC rte_sched.o SYMLINK-FILE include/rte_sched.h CC rte_approx.o SYMLINK-FILE include/rte_bitmap.h SYMLINK-FILE include/rte_sched_common.h CC rte_reciprocal.o SYMLINK-FILE include/rte_red.h SYMLINK-FILE include/rte_approx.h SYMLINK-FILE include/rte_reciprocal.h LD librte_sched.so.1.1 LD librte_ethdev.so.5.1 INSTALL-LIB librte_sched.so.1.1 INSTALL-LIB librte_ethdev.so.5.1 == Build lib/librte_vhost == Build lib/librte_ip_frag == Build lib/librte_pdump == Build lib/librte_kni SYMLINK-FILE include/rte_pdump.h CC rte_pdump.o SYMLINK-FILE include/rte_kni.h CC fd_man.o CC socket.o CC rte_kni.o CC vhost.o SYMLINK-FILE include/rte_virtio_net.h CC virtio_net.o CC rte_ipv4_fragmentation.o CC rte_ipv6_fragmentation.o CC rte_ipv4_reassembly.o CC rte_ipv6_reassembly.o CC rte_ip_frag_common.o SYMLINK-FILE include/rte_ip_frag.h CC ip_frag_internal.o LD librte_kni.so.2.1 LD librte_pdump.so.1.1 INSTALL-LIB librte_kni.so.2.1 LD librte_vhost.so.3.1 LD librte_ip_frag.so.1.1 INSTALL-LIB librte_pdump.so.1.1 INSTALL-LIB librte_vhost.so.3.1 INSTALL-LIB librte_ip_frag.so.1.1 == Build lib/librte_port CC rte_port_ring.o CC rte_port_ethdev.o CC rte_port_frag.o CC rte_port_ras.o CC rte_port_sched.o SYMLINK-FILE include/rte_port.h CC rte_port_fd.o CC rte_port_kni.o CC rte_port_source_sink.o SYMLINK-FILE include/rte_port_ring.h SYMLINK-FILE include/rte_port_frag.h SYMLINK-FILE include/rte_port_ethdev.h SYMLINK-FILE include/rte_port_ras.h SYMLINK-FILE include/rte_port_sched.h SYMLINK-FILE include/rte_port_fd.h SYMLINK-FILE include/rte_port_kni.h SYMLINK-FILE include/rte_port_source_sink.h LD librte_port.so.3.1 INSTALL-LIB librte_port.so.3.1 == Build lib/librte_table CC rte_table_lpm.o CC rte_table_lpm_ipv6.o CC rte_table_hash_cuckoo.o CC rte_table_acl.o CC rte_table_hash_key8.o CC rte_table_hash_key16.o CC rte_table_hash_key32.o SYMLINK-FILE include/rte_table.h CC rte_table_hash_ext.o CC rte_table_array.o CC rte_table_hash_lru.o SYMLINK-FILE include/rte_table_lpm.h CC rte_table_stub.o SYMLINK-FILE include/rte_table_lpm_ipv6.h SYMLINK-FILE include/rte_table_acl.h SYMLINK-FILE include/rte_table_hash.h SYMLINK-FILE include/rte_lru.h SYMLINK-FILE include/rte_table_array.h SYMLINK-FILE include/rte_table_stub.h LD librte_table.so.2.1 INSTALL-LIB librte_table.so.2.1 == Build lib/librte_pipeline SYMLINK-FILE include/rte_pipeline.h CC rte_pipeline.o LD librte_pipeline.so.3.1 INSTALL-LIB librte_pipeline.so.3.1 == Build buildtools == Build buildtools/pmdinfogen HOSTCC pmdinfogen.o HOSTLD dpdk-pmdinfogen INSTALL-HOSTAPP dpdk-pmdinfogen == Build drivers == Build drivers/net == Build drivers/crypto == Build drivers/event == Build drivers/net/af_packet == Build drivers/event/sw == Build drivers/net/bonding == Build drivers/crypto/null == Build drivers/net/ena == Build drivers/net/cxgbe == Build drivers/net/e1000 == Build drivers/net/enic == Build drivers/net/fm10k == Build drivers/net/i40e == Build drivers/net/ixgbe == Build drivers/net/bnxt == Build drivers/net/pcap == Build drivers/net/null == Build drivers/net/qede == Build drivers/net/ring == Build drivers/net/virtio == Build drivers/net/vmxnet3 == Build drivers/net/vhost CC null_crypto_pmd.o CC null_crypto_pmd_ops.o CC ena_ethdev.o CC ena_eth_com.o CC ena_com.o CC sw_evdev.o CC sw_evdev_worker.o CC sw_evdev_scheduler.o CC rte_eth_bond_api.o CC rte_eth_af_packet.o CC rte_eth_bond_pmd.o CC rte_eth_bond_args.o CC rte_eth_pcap.o CC rte_eth_bond_8023ad.o SYMLINK-FILE include/rte_eth_null.h CC bnxt_cpr.o SYMLINK-FILE include/rte_eth_ring.h CC rte_eth_bond_alb.o SYMLINK-FILE include/rte_eth_bond.h SYMLINK-FILE include/rte_eth_bond_8023ad.h CC bnxt_ethdev.o CC cxgbe_ethdev.o CC bnxt_filter.o CC bnxt_hwrm.o CC bnxt_ring.o CC rte_eth_null.o CC cxgbe_main.o CC bnxt_rxq.o CC sge.o SYMLINK-FILE include/rte_eth_vhost.h CC enic_main.o CC rte_eth_ring.o CC t4_hw.o CC fm10k_ethdev.o CC enic_ethdev.o CC rte_eth_vhost.o CC bnxt_rxr.o CC fm10k_rxtx.o CC fm10k_pf.o CC enic_rxtx.o CC i40e_adminq.o CC i40e_common.o CC e1000_80003es2lan.o CC enic_clsf.o CC vmxnet3_rxtx.o CC bnxt_stats.o CC fm10k_tlv.o CC virtqueue.o CC bnxt_txq.o CC enic_res.o CC vmxnet3_ethdev.o CC base/vnic_cq.o CC virtio_pci.o CC bnxt_txr.o CC bnxt_vnic.o CC base/vnic_dev.o CC fm10k_common.o CC fm10k_mbx.o CC bnxt_irq.o CC base/vnic_wq.o PMDINFO ena_ethdev.o.pmd.c CC e1000_82540.o CC ena_ethdev.o.pmd.o CC i40e_diag.o CC i40e_hmc.o CC virtio_rxtx.o CC base/vnic_intr.o CC virtio_ethdev.o CC base/vnic_rq.o CC e1000_82541.o CC fm10k_vf.o CC i40e_lan_hmc.o CC e1000_82542.o CC base/vnic_rss.o CC i40e_nvm.o LD ena_ethdev.o PMDINFO bnxt_ethdev.o.pmd.c PMDINFO enic_ethdev.o.pmd.c CC virtio_rxtx_simple_sse.o CC virtio_rxtx_simple.o CC enic_ethdev.o.pmd.o PMDINFO fm10k_ethdev.o.pmd.c CC fm10k_ethdev.o.pmd.o CC ixgbe_common.o CC ixgbe_82598.o /home/patchWorkOrg/compilation/drivers/event/sw/sw_evdev_worker.c: In function ‘sw_event_release’: /home/patchWorkOrg/compilation/drivers/event/sw/sw_evdev_worker.c:212:2: error: missing initializer for field ‘sched_type’ of ‘struct ’ [-Werror=missing-field-initializers] }; ^ In file included from /home/patchWorkOrg/compilation/drivers/event/sw/sw_evdev.h:36:0, from /home/patchWorkOrg/compilation/drivers/event/sw/sw_evdev_worker.c:33: /home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:800:13: note: ‘sched_type’ declared here uint32_t sched_type:2; ^ cc1: all warnings being treated as errors make[6]: *** [sw_evdev_worker.o] Error 1 make[6]: *** Waiting for unfinished jobs.... CC e1000_82543.o CC e1000_82571.o CC fm10k_api.o CC virtio_user/virtio_user_dev.o CC bnxt_ethdev.o.pmd.o PMDINFO cxgbe_ethdev.o.pmd.c CC i40e_dcb.o CC fm10k_rxtx_vec.o CC virtio_user_ethdev.o CC cxgbe_ethdev.o.pmd.o CC i40e_ethdev.o CC virtio_user/vhost_user.o LD enic_ethdev.o CC ixgbe_82599.o CC e1000_82575.o CC ixgbe_x540.o CC i40e_rxtx_vec_sse.o CC i40e_rxtx.o CC ixgbe_x550.o CC ixgbe_phy.o CC i40e_ethdev_vf.o CC e1000_api.o CC e1000_ich8lan.o PMDINFO vmxnet3_ethdev.o.pmd.c CC i40e_pf.o CC i40e_fdir.o LD librte_pmd_ena.so.1.1 CC ixgbe_api.o CC ixgbe_vf.o CC vmxnet3_ethdev.o.pmd.o CC e1000_mac.o CC ixgbe_dcb.o CC ixgbe_dcb_82599.o CC ixgbe_dcb_82598.o CC e1000_manage.o CC e1000_mbx.o CC ixgbe_mbx.o CC ixgbe_rxtx.o CC e1000_nvm.o CC e1000_osdep.o CC ixgbe_ethdev.o CC ixgbe_fdir.o SYMLINK-FILE include/rte_pmd_ixgbe.h CC ixgbe_pf.o CC ixgbe_rxtx_vec_sse.o CC e1000_phy.o CC e1000_vf.o CC igb_rxtx.o CC igb_ethdev.o CC igb_pf.o CC em_ethdev.o CC em_rxtx.o LD vmxnet3_ethdev.o LD cxgbe_ethdev.o PMDINFO i40e_ethdev.o.pmd.c CC i40e_ethdev.o.pmd.o PMDINFO virtio_ethdev.o.pmd.c CC virtio_ethdev.o.pmd.o LD librte_pmd_bnxt.so.1.1 LD librte_pmd_cxgbe.so.1.1 LD librte_pmd_fm10k.so.1.1 LD librte_pmd_vmxnet3_uio.so.1.1 INSTALL-LIB librte_pmd_ena.so.1.1 CC base/ecore_dev.o CC base/ecore_hw.o CC base/ecore_cxt.o CC base/ecore_l2.o CC base/ecore_sp_commands.o CC base/ecore_init_fw_funcs.o CC base/ecore_init_ops.o CC base/ecore_spq.o CC base/ecore_mcp.o CC base/ecore_int.o CC base/ecore_dcbx.o CC base/ecore_sriov.o CC base/bcm_osal.o CC base/ecore_vf.o CC qede_ethdev.o CC qede_main.o CC qede_eth_if.o CC qede_rxtx.o PMDINFO virtio_user_ethdev.o.pmd.c CC virtio_user_ethdev.o.pmd.o PMDINFO null_crypto_pmd.o.pmd.c CC null_crypto_pmd.o.pmd.o INSTALL-LIB librte_pmd_vmxnet3_uio.so.1.1 INSTALL-LIB librte_pmd_cxgbe.so.1.1 PMDINFO ixgbe_ethdev.o.pmd.c CC ixgbe_ethdev.o.pmd.o PMDINFO igb_ethdev.o.pmd.c LD null_crypto_pmd.o CC igb_ethdev.o.pmd.o PMDINFO em_ethdev.o.pmd.c CC em_ethdev.o.pmd.o LD librte_pmd_null_crypto.so.1.1 LD librte_pmd_enic.so.1.1 INSTALL-LIB librte_pmd_null_crypto.so.1.1 LD virtio_ethdev.o PMDINFO rte_eth_vhost.o.pmd.c CC rte_eth_vhost.o.pmd.o LD i40e_ethdev.o LD igb_ethdev.o PMDINFO i40e_ethdev_vf.o.pmd.c CC i40e_ethdev_vf.o.pmd.o LD ixgbe_ethdev.o PMDINFO rte_eth_ring.o.pmd.c CC rte_eth_ring.o.pmd.o INSTALL-LIB librte_pmd_enic.so.1.1 LD rte_eth_ring.o PMDINFO rte_eth_af_packet.o.pmd.c CC rte_eth_af_packet.o.pmd.o LD librte_pmd_ring.so.2.1 LD virtio_user_ethdev.o LD rte_eth_vhost.o INSTALL-LIB librte_pmd_fm10k.so.1.1 LD librte_pmd_virtio.so.1.1 LD librte_pmd_vhost.so.1.1 LD rte_eth_af_packet.o LD em_ethdev.o LD i40e_ethdev_vf.o LD librte_pmd_af_packet.so.1.1 LD librte_pmd_i40e.so.1.1 INSTALL-LIB librte_pmd_vhost.so.1.1 INSTALL-LIB librte_pmd_virtio.so.1.1 INSTALL-LIB librte_pmd_ring.so.2.1 PMDINFO qede_ethdev.o.pmd.c CC qede_ethdev.o.pmd.o INSTALL-LIB librte_pmd_i40e.so.1.1 INSTALL-LIB librte_pmd_af_packet.so.1.1 LD qede_ethdev.o INSTALL-LIB librte_pmd_bnxt.so.1.1 PMDINFO sw_evdev.o.pmd.c CC sw_evdev.o.pmd.o LD librte_pmd_qede.so.1.1 LD librte_pmd_ixgbe.so.1.1 LD sw_evdev.o PMDINFO rte_eth_null.o.pmd.c CC rte_eth_null.o.pmd.o make[5]: *** [sw] Error 2 make[4]: *** [event] Error 2 make[4]: *** Waiting for unfinished jobs.... LD rte_eth_null.o INSTALL-LIB librte_pmd_qede.so.1.1 LD librte_pmd_null.so.1.1 INSTALL-LIB librte_pmd_ixgbe.so.1.1 INSTALL-LIB librte_pmd_null.so.1.1 LD librte_pmd_e1000.so.1.1 PMDINFO rte_eth_bond_pmd.o.pmd.c CC rte_eth_bond_pmd.o.pmd.o LD rte_eth_bond_pmd.o INSTALL-LIB librte_pmd_e1000.so.1.1 LD librte_pmd_bond.so.1.1 INSTALL-LIB librte_pmd_bond.so.1.1 PMDINFO rte_eth_pcap.o.pmd.c CC rte_eth_pcap.o.pmd.o LD rte_eth_pcap.o LD librte_pmd_pcap.so.1.1 INSTALL-LIB librte_pmd_pcap.so.1.1 make[3]: *** [drivers] Error 2 make[2]: *** [all] Error 2 make[1]: *** [pre_install] Error 2 make: *** [install] Error 2 DPDK STV team