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

2015-10-28 Thread Bruce Richardson
dpdk-dev] [PATCH] ixgbe: change logging for ixgbe tx code path > > selection > > > > > > > > > -Original Message- > > > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Bruce Richardson > > > Sent: Tuesday, October 27, 2015 11:50

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

2015-10-27 Thread Traynor, Kevin
> -Original Message- > From: Ananyev, Konstantin > Sent: Tuesday, October 27, 2015 12:13 PM > To: Richardson, Bruce; Traynor, Kevin > Cc: dev at dpdk.org > Subject: RE: [dpdk-dev] [PATCH] ixgbe: change logging for ixgbe tx code path > selection > > &

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

2015-10-27 Thread Mcnamara, John
> -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 vect

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

2015-10-27 Thread Bruce Richardson
v at dpdk.org > > Subject: Re: [dpdk-dev] [PATCH] ixgbe: change logging for ixgbe tx code > > path selection > > > > On Tue, Oct 27, 2015 at 11:41:08AM +, Kevin Traynor wrote: > > > Simple and vector are different tx code paths. If vector > > > is sele

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

2015-10-27 Thread Ananyev, Konstantin
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Bruce Richardson > Sent: Tuesday, October 27, 2015 11:50 AM > To: Traynor, Kevin > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] ixgbe: change logging for ixgbe tx code path >

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

2015-10-27 Thread Bruce Richardson
On Tue, Oct 27, 2015 at 11:41:08AM +, Kevin Traynor wrote: > 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_fun

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

2015-10-27 Thread Kevin Traynor
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