From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Wu, Jingjing" Subject: Re: [PATCH v4] doc: flow bifurcation guide on Linux 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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" , "Liu, Yong" , "Zhang, Helin" , "Iremonger, Bernard" To: "Mcnamara, John" 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) In-Reply-To: Content-Language: en-US List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----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