From mboxrd@z Thu Jan 1 00:00:00 1970 From: Abhishek Verma Subject: Bifurcated driver in DPDK 2.0 Date: Fri, 3 Jul 2015 13:37:14 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 To: dev@dpdk.org Return-path: Received: from mail-ig0-f174.google.com (mail-ig0-f174.google.com [209.85.213.174]) by dpdk.org (Postfix) with ESMTP id C4AE3FFA for ; Fri, 3 Jul 2015 10:07:14 +0200 (CEST) Received: by igcur8 with SMTP id ur8so138635779igc.0 for ; Fri, 03 Jul 2015 01:07:14 -0700 (PDT) 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" Hi, I have downloaded DPDK release 2.0 and was looking at how i can install bifurcated driver support. Can somebody point me towards it? I dont plan to use the KNI to push the slow path traffic through the kernel space networking stack as i end up paying some penalty. I intend to use the bifurcated driver and by installing a few filter rules in the NIC to look at certain UDP L4 ports and sending those to queues dedicated to DPDK and all the rest being passed to the native kernel networking stack. Any pointers in how i can install bifurcated driver would be of immense help. Thanks, Abhishek