numam-dpdk/drivers/event/octeontx2
Andrzej Ostruszka 12bddd9134 event/octeontx2: clean LTO warnings
During LTO build compiler reports some 'false positive' warnings about
variables being possibly used uninitialized.  This patch silences these
warnings.

Exemplary compiler warning to suppress (with LTO enabled):
error: ‘chunk’ may be used uninitialized in this function
[-Werror=maybe-uninitialized]
   bkt->current_chunk = (uintptr_t)chunk;

Signed-off-by: Andrzej Ostruszka <aostruszka@marvell.com>
2019-11-08 15:18:52 +01:00
..
Makefile event/octeontx2: add Rx adapter 2019-07-07 15:06:30 +02:00
meson.build event/octeontx2: add Rx adapter 2019-07-07 15:06:30 +02:00
otx2_evdev_adptr.c event/octeontx2: fix Rx adapter capabilities 2019-10-05 15:39:31 +02:00
otx2_evdev_irq.c event/octeontx2: add TIM IRQ handlers 2019-07-03 06:57:02 +02:00
otx2_evdev_selftest.c event/octeontx2: add SSO selftest 2019-07-03 06:56:29 +02:00
otx2_evdev_stats.h event/octeontx2: add SSO dual workslot mode 2019-07-03 06:56:10 +02:00
otx2_evdev.c eventdev: add Tx flag for packets with same destination 2019-10-18 10:03:08 +02:00
otx2_evdev.h net/octeontx2: support TSO offload 2019-10-08 12:14:31 +02:00
otx2_tim_evdev.c event/octeontx2: fix null dereference 2019-07-29 22:17:29 +02:00
otx2_tim_evdev.h event/octeontx2: add devargs to control timer adapters 2019-07-03 06:57:28 +02:00
otx2_tim_worker.c event/octeontx2: add timer stats get and reset 2019-07-03 06:57:10 +02:00
otx2_tim_worker.h event/octeontx2: clean LTO warnings 2019-11-08 15:18:52 +01:00
otx2_worker_dual.c event/octeontx2: remove hot spots by prefetching data 2019-10-31 11:48:44 +01:00
otx2_worker_dual.h net/octeontx2: fix PTP performance 2019-07-29 12:23:22 +02:00
otx2_worker.c net/octeontx2: support TSO offload 2019-10-08 12:14:31 +02:00
otx2_worker.h event/octeontx2: remove hot spots by prefetching data 2019-10-31 11:48:44 +01:00
rte_pmd_octeontx2_event_version.map event/octeontx2: add build infra and device probe 2019-07-03 06:55:44 +02:00