From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4] doc: flow bifurcation guide on Linux Date: Fri, 22 Jul 2016 10:23:00 -0700 (PDT) Message-ID: <1564213.HiMhRdu1Yu@xps13> 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: 7Bit Cc: dev@dpdk.org, "Mcnamara, John" , "Liu, Yong" , "Zhang, Helin" , "Iremonger, Bernard" To: "Wu, Jingjing" Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id B667B558E for ; Fri, 22 Jul 2016 19:23:01 +0200 (CEST) Received: by mail-wm0-f51.google.com with SMTP id q128so64998054wma.1 for ; Fri, 22 Jul 2016 10:23:01 -0700 (PDT) In-Reply-To: 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" > > 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 > > Acked-by: John McNamara Applied, thanks