From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <john.mcnamara@intel.com>
Received: from mga03.intel.com (mga03.intel.com [134.134.136.65])
 by dpdk.org (Postfix) with ESMTP id 18355B50F
 for <dev@dpdk.org>; Thu, 19 Feb 2015 10:33:50 +0100 (CET)
Received: from fmsmga001.fm.intel.com ([10.253.24.23])
 by orsmga103.jf.intel.com with ESMTP; 19 Feb 2015 01:28:25 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.09,512,1418112000"; d="scan'208";a="668526434"
Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28])
 by fmsmga001.fm.intel.com with ESMTP; 19 Feb 2015 01:33:47 -0800
Received: from irsmsx103.ger.corp.intel.com ([169.254.3.247]) by
 irsmsx105.ger.corp.intel.com ([169.254.7.117]) with mapi id 14.03.0195.001;
 Thu, 19 Feb 2015 09:33:46 +0000
From: "Mcnamara, John" <john.mcnamara@intel.com>
To: Thomas Monjalon <thomas.monjalon@6wind.com>, "Richardson, Bruce"
 <bruce.richardson@intel.com>
Thread-Topic: [PATCH v3 2/3] ethdev: Add rxtx callback support
Thread-Index: AQHQS6JWGKdBv0kwjEGYwP/kTz1BzJz2t7kAgAD+euA=
Date: Thu, 19 Feb 2015 09:33:45 +0000
Message-ID: <B27915DBBA3421428155699D51E4CFE2EC523E@IRSMSX103.ger.corp.intel.com>
References: <1419266844-4848-1-git-send-email-bruce.richardson@intel.com>
 <1424281343-2994-1-git-send-email-john.mcnamara@intel.com>
 <1424281343-2994-3-git-send-email-john.mcnamara@intel.com>
 <1752572.3jiM2I5nLp@xps13>
In-Reply-To: <1752572.3jiM2I5nLp@xps13>
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
Cc: "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH v3 2/3] ethdev: Add rxtx callback support
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: Thu, 19 Feb 2015 09:33:51 -0000

> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]
> Sent: Wednesday, February 18, 2015 6:20 PM
> To: Mcnamara, John; Richardson, Bruce
> Cc: dev@dpdk.org; nhorman@tuxdriver.com; stephen@networkplumber.org;
> Doherty, Declan
> Subject: Re: [PATCH v3 2/3] ethdev: Add rxtx callback support
>=20
> 2015-02-18 17:42, John McNamara:
>=20
> Excuse me, it wasn't very clear for me but I thought from the following
> email that the consensus was to use a compile-time option:
> 	http://dpdk.org/ml/archives/dev/2015-February/013450.html


Hi Thomas,

I think that got a little lost from our side in the follow-on discussions.

I'll revert with a revision that makes this feature a compile time option.

John.
--=20