[dpdk-dev] [PATCH v2] fm10k: add debug info for actual Rx/Tx func

2015-11-27 Thread Thomas Monjalon
2015-11-27 09:54, Chen Jing D: > From: "Chen Jing D(Mark)" > > 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

[dpdk-dev] [PATCH v2] fm10k: add debug info for actual Rx/Tx func

2015-11-27 Thread Chen Jing D(Mark)
From: "Chen Jing D(Mark)" 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) ---