From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <john.mcnamara@intel.com>
Received: from mga11.intel.com (mga11.intel.com [192.55.52.93])
 by dpdk.org (Postfix) with ESMTP id 509268D3D
 for <dev@dpdk.org>; Tue, 27 Oct 2015 14:56:30 +0100 (CET)
Received: from orsmga001.jf.intel.com ([10.7.209.18])
 by fmsmga102.fm.intel.com with ESMTP; 27 Oct 2015 06:56:11 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.20,205,1444719600"; d="scan'208";a="804338591"
Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31])
 by orsmga001.jf.intel.com with ESMTP; 27 Oct 2015 06:56:11 -0700
Received: from irsmsx103.ger.corp.intel.com ([169.254.3.116]) by
 IRSMSX106.ger.corp.intel.com ([169.254.8.229]) with mapi id 14.03.0248.002;
 Tue, 27 Oct 2015 13:56:10 +0000
From: "Mcnamara, John" <john.mcnamara@intel.com>
To: "Traynor, Kevin" <kevin.traynor@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
Thread-Topic: [dpdk-dev] [PATCH] ixgbe: change logging for ixgbe tx code
 path	selection
Thread-Index: AQHREKx3MpyEuVCIKUe2KYxQw6LmJ55/XQKA
Date: Tue, 27 Oct 2015 13:56:09 +0000
Message-ID: <B27915DBBA3421428155699D51E4CFE202390C99@IRSMSX103.ger.corp.intel.com>
References: <1445946068-28183-1-git-send-email-kevin.traynor@intel.com>
In-Reply-To: <1445946068-28183-1-git-send-email-kevin.traynor@intel.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [163.33.239.181]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [dpdk-dev] [PATCH] ixgbe: change logging for ixgbe tx code
	path	selection
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 27 Oct 2015 13:56:30 -0000

> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Kevin Traynor
> Sent: Tuesday, October 27, 2015 11:41 AM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH] ixgbe: change logging for ixgbe tx code path
> selection
>=20
> 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.
>=20
> to:
> PMD: ixgbe_set_tx_function(): Using vector tx code path
>=20
> or, if simple selected:
> PMD: ixgbe_set_tx_function(): Using simple tx code path
>=20
> The dangling else in the #ifdef makes readability difficult, so resolving
> in way that seems most readable.
>=20
> Signed-off-by: Kevin Traynor <kevin.traynor@intel.com>

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