[dpdk-dev] [PATCH v3] doc: flow bifurcation guide on Linux

2016-07-17 Thread Mcnamara, John
> -Original Message- > From: Wu, Jingjing > Sent: Thursday, July 14, 2016 9:04 AM > To: Mcnamara, John > Cc: dev at dpdk.org; Wu, Jingjing ; Liu, Yong > ; Zhang, Helin > Subject: [PATCH v3] doc: flow bifurcation guide on Linux > > Flow bifurcation is a mechanism which depends the advance

[dpdk-dev] [PATCH v3] doc: flow bifurcation guide on Linux

2016-07-14 Thread Jingjing Wu
Flow bifurcation is a mechanism which depends the advanced Ethernet device to split traffic between queues. It provides the capability to let the kernel driver and DPDK driver co-exist and take their advantages. It is achieved by using SRIOV and NIC's advanced filtering. This patch describes it and