From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 17B392BD7 for ; Wed, 20 Jul 2016 02:59:44 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 19 Jul 2016 17:59:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,391,1464678000"; d="scan'208";a="1010168294" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga001.fm.intel.com with ESMTP; 19 Jul 2016 17:59:12 -0700 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 19 Jul 2016 17:59:11 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 19 Jul 2016 17:59:11 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.181]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.150]) with mapi id 14.03.0248.002; Wed, 20 Jul 2016 08:59:09 +0800 From: "Wu, Jingjing" To: "Mcnamara, John" CC: "dev@dpdk.org" , "Liu, Yong" , "Zhang, Helin" , "Iremonger, Bernard" Thread-Topic: [PATCH v4] doc: flow bifurcation guide on Linux Thread-Index: AQHR4W4rbfkETSyFzUGh9fUlJDAPh6Afbd8AgAESikA= Date: Wed, 20 Jul 2016 00:59:09 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F80E16F33A@SHSMSX103.ccr.corp.intel.com> References: <1468483465-29135-1-git-send-email-jingjing.wu@intel.com> <1468899070-21417-1-git-send-email-jingjing.wu@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4] doc: flow bifurcation guide on Linux X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2016 00:59:45 -0000 > -----Original Message----- > From: Mcnamara, John > Sent: Wednesday, July 20, 2016 12:35 AM > To: Wu, Jingjing > Cc: dev@dpdk.org; Liu, Yong; Zhang, Helin; Iremonger, Bernard > Subject: RE: [PATCH v4] doc: flow bifurcation guide on Linux >=20 >=20 >=20 > > -----Original Message----- > > From: Wu, Jingjing > > Sent: Tuesday, July 19, 2016 4:31 AM > > To: Mcnamara, John > > Cc: dev@dpdk.org; Wu, Jingjing ; Liu, Yong > > ; Zhang, Helin > > Subject: [PATCH v4] doc: flow bifurcation guide on Linux > > > > Flow Bifurcation is a mechanism which uses features of advanced > > Ethernet devices to split traffic between queues. It provides the > > capability to let the kernel driver and DPDK driver co-exist and take > advantage of both. > > > > It is achieved by using SR-IOV and the NIC's advanced filtering. This > > patch describes Flow Bifurcation and adds the user guide for ixgbe and > > i40e NICs. > > > > Signed-off-by: Jingjing Wu >=20 >=20 >=20 >=20 > This patch is dependent on: > [PATCH v5 1/2] doc: live migration of VM with Virtio and VF >=20 > The following patch is also dependent on it: >=20 > [PATCH v3 1/2] doc: live migration of VM with vhost_user on host >=20 > There is now a merge conflict between your patch and the second patch > because index.rst has been changed. >=20 > Maybe the 2 patches above could be combined and you can rebase your > patch against it. >=20 Sure, I can definitely rebase if above one or two patches are merged. Thank= s. > But as for the patch itself: >=20 >=20 > Acked-by: John McNamara