[PATCH v2 0/2] add includes to help when editing in Eclipse
Bruce Richardson
bruce.richardson at intel.com
Wed Jun 15 19:10:11 CEST 2022
These two small patches add in some additional header includes to 3 DPDK
files, in order to improve the experience of anyone who, like me,
sometimes uses eclipse-cdt as an editor for working with DPDK code.
The C indexer in eclipse seems easily confused when missing some of
our macro definitions, so we can reduce that confusion by ensuring
that we include all needed headers to get those definitions.
V2: fix copy-paste error
Bruce Richardson (2):
examples/l3fwd: add include for macro definition
common/cnxk: add include for macro definition
drivers/common/cnxk/roc_io.h | 2 ++
examples/l3fwd/l3fwd_em.h | 2 ++
examples/l3fwd/l3fwd_em_sequential.h | 2 ++
3 files changed, 6 insertions(+)
--
2.34.1
More information about the dev
mailing list