From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <john.mcnamara@intel.com>
Received: from mga04.intel.com (mga04.intel.com [192.55.52.120])
 by dpdk.org (Postfix) with ESMTP id DD789592A
 for <dev@dpdk.org>; Fri,  8 Jul 2016 11:24:23 +0200 (CEST)
Received: from fmsmga001.fm.intel.com ([10.253.24.23])
 by fmsmga104.fm.intel.com with ESMTP; 08 Jul 2016 02:24:23 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.28,329,1464678000"; d="scan'208";a="1003078660"
Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3])
 by fmsmga001.fm.intel.com with ESMTP; 08 Jul 2016 02:24:22 -0700
Received: from irsmsx103.ger.corp.intel.com ([169.254.3.240]) by
 IRSMSX108.ger.corp.intel.com ([169.254.11.125]) with mapi id 14.03.0248.002;
 Fri, 8 Jul 2016 10:24:21 +0100
From: "Mcnamara, John" <john.mcnamara@intel.com>
To: Thomas Monjalon <thomas.monjalon@6wind.com>, "Wu, Jingjing"
 <jingjing.wu@intel.com>
CC: "dev@dpdk.org" <dev@dpdk.org>, "Liu, Yong" <yong.liu@intel.com>, "Zhang,
 Helin" <helin.zhang@intel.com>, "Iremonger, Bernard"
 <bernard.iremonger@intel.com>
Thread-Topic: [dpdk-dev] [PATCH v2 1/2] doc: add bifurcated driver guide on
 ixgbe nic
Thread-Index: AQHRzPu8pJ9NhGfBlEaPG8pjkuhkzJ/280GAgBdLWICAAAjbgIAAErqQ
Date: Fri, 8 Jul 2016 09:24:20 +0000
Message-ID: <B27915DBBA3421428155699D51E4CFE20258D176@IRSMSX103.ger.corp.intel.com>
References: <1466650946-22523-1-git-send-email-jingjing.wu@intel.com>
 <2397257.zo8BvNnhcC@xps13>
 <9BB6961774997848B5B42BEC655768F80E169131@SHSMSX103.ccr.corp.intel.com>
 <367000689.y0psKNqMLI@xps13>
In-Reply-To: <367000689.y0psKNqMLI@xps13>
Accept-Language: en-GB, en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-ctpclassification: CTP_IC
x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMGRiNmIyNWUtMGI3MC00MmIxLWI3YWEtMGJjMDIwZmIyMjExIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlZkcHMyWW5hZm9aWjBpXC9VekVGenp2YlVyM0k1czNPYlBZc0ppRDRtMmw0PSJ9
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 v2 1/2] doc: add bifurcated driver guide on
 ixgbe nic
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: Fri, 08 Jul 2016 09:24:24 -0000

> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]
> Sent: Friday, July 8, 2016 10:14 AM
> To: Wu, Jingjing <jingjing.wu@intel.com>
> Cc: dev@dpdk.org; Mcnamara, John <john.mcnamara@intel.com>; Liu, Yong
> <yong.liu@intel.com>; Zhang, Helin <helin.zhang@intel.com>; Iremonger,
> Bernard <bernard.iremonger@intel.com>
> Subject: Re: [dpdk-dev] [PATCH v2 1/2] doc: add bifurcated driver guide o=
n
> ixgbe nic
>=20
> >
> > Yes, it is an feature in Linux driver. And the typical use case how DPD=
K
> co-work with Linux networking.
> > I think it will be a good reference. When I preparde this patch, I'm
> > also doubt where to put, and the behavior may be NIC specific, so I
> added it here.
> >
> > Any other suggestion?
>=20
> Bernard is creating an howto section.


I think a howto section would be good for this too.

John