net/e1000: use dynamic log type for Tx/Rx debug
authorStephen Hemminger <stephen@networkplumber.org>
Tue, 16 Jul 2019 15:40:08 +0000 (08:40 -0700)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 7 Oct 2019 13:00:57 +0000 (15:00 +0200)
The generic RTE_LOGTYPE_PMD is a historical relic and should
not be used. Every driver should register the logtypes
for itself.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>

No differences found