[dpdk-dev] [PATCH v5 0/2] ethdev: debug code cleanup

2015-11-25 Thread Thomas Monjalon
2015-11-24 17:37, Bruce Richardson: > This patchset performs two cleanups: > 1. Four functions in ethdev.c which were enabled for debug only have been > merged into their inlined header-file counterparts. This change required > that > a number of macros be renamed and moved to the header file

[dpdk-dev] [PATCH v5 0/2] ethdev: debug code cleanup

2015-11-24 Thread Bruce Richardson
This patchset performs two cleanups: 1. Four functions in ethdev.c which were enabled for debug only have been merged into their inlined header-file counterparts. This change required that a number of macros be renamed and moved to the header file too. The macro changes are in patches 1 & 2,