From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 66CBBDE3 for ; Tue, 19 Jul 2016 18:35:02 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP; 19 Jul 2016 09:34:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,390,1464678000"; d="scan'208";a="736714331" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by FMSMGA003.fm.intel.com with ESMTP; 19 Jul 2016 09:34:34 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.204]) by irsmsx110.ger.corp.intel.com ([163.33.3.25]) with mapi id 14.03.0248.002; Tue, 19 Jul 2016 17:34:31 +0100 From: "Mcnamara, John" To: "Wu, Jingjing" CC: "dev@dpdk.org" , "Liu, Yong" , "Zhang, Helin" , "Iremonger, Bernard" Thread-Topic: [PATCH v4] doc: flow bifurcation guide on Linux Thread-Index: AQHR4W4Gqjo+9l8/wUuapZuXf/+f1qAf8lQw Date: Tue, 19 Jul 2016 16:34:30 +0000 Message-ID: References: <1468483465-29135-1-git-send-email-jingjing.wu@intel.com> <1468899070-21417-1-git-send-email-jingjing.wu@intel.com> In-Reply-To: <1468899070-21417-1-git-send-email-jingjing.wu@intel.com> 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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTI3OTViMjktMzFhMy00MDZkLWJlNWUtMzA0ZGMxZGE1OGE5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Im4wUUYxdUNxajZYXC93VFwvSE5EU1F3Z3FBSjJ0Qng0bGhlUXNjMFMxbzZaUT0ifQ== 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 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: Tue, 19 Jul 2016 16:35:02 -0000 > -----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 >=20 > Flow Bifurcation is a mechanism which uses features of advanced Ethernet > devices to split traffic between queues. It provides the capability to le= t > the kernel driver and DPDK driver co-exist and take advantage of both. >=20 > 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. >=20 > Signed-off-by: Jingjing Wu This patch is dependent on: [PATCH v5 1/2] doc: live migration of VM with Virtio and VF The following patch is also dependent on it: [PATCH v3 1/2] doc: live migration of VM with vhost_user on host There is now a merge conflict between your patch and the second patch because index.rst has been changed. Maybe the 2 patches above could be combined and you can rebase your patch against it. But as for the patch itself: Acked-by: John McNamara