fm10k: log Rx and Tx functions in use
authorChen Jing D(Mark) <jing.d.chen@intel.com>
Fri, 27 Nov 2015 01:54:12 +0000 (09:54 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 27 Nov 2015 18:52:49 +0000 (19:52 +0100)
commitb316bcde95173ae3568b04048d06dddd6ff9442d
tree359e9d3bf16ba19cf21ff6434324c35c6c1db6b1
parentff0f9a6e37fde15d1e225550ec49e87d2148e390
fm10k: log Rx and Tx functions in use

After introducing vPMD feature, fm10k driver will select best
Rx/Tx in running time. Original implementation selects Rx/Tx
silently without notifications.

This patch adds debug info to notify user what actual Rx/Tx
func are used.

Signed-off-by: Chen Jing D(Mark) <jing.d.chen@intel.com>
drivers/net/fm10k/fm10k_ethdev.c