[dpdk-dev] [PATCH] ixgbe: change logging for ixgbe tx code path selection

Mcnamara, John john.mcnamara at intel.com
Tue Oct 27 14:56:09 CET 2015


> -----Original Message-----
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Kevin Traynor
> Sent: Tuesday, October 27, 2015 11:41 AM
> To: dev at dpdk.org
> Subject: [dpdk-dev] [PATCH] ixgbe: change logging for ixgbe tx code path
> selection
> 
> Simple and vector are different tx code paths. If vector is selected,
> change logging from:
> PMD: ixgbe_set_tx_function(): Using simple tx code path
> PMD: ixgbe_set_tx_function(): Vector tx enabled.
> 
> to:
> PMD: ixgbe_set_tx_function(): Using vector tx code path
> 
> or, if simple selected:
> PMD: ixgbe_set_tx_function(): Using simple tx code path
> 
> The dangling else in the #ifdef makes readability difficult, so resolving
> in way that seems most readable.
> 
> Signed-off-by: Kevin Traynor <kevin.traynor at intel.com>

Acked-by: John McNamara <john.mcnamara at intel.com>



More information about the dev mailing list