From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 1/3] lib/librte_port: enable file descriptor port support Date: Thu, 13 Oct 2016 14:38:36 +0200 Message-ID: <9606832.HBF1PHgMXQ@xps13> References: <1472999921-43283-1-git-send-email-jasvinder.singh@intel.com> <1476350269-225965-1-git-send-email-jasvinder.singh@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, cristian.dumitrescu@intel.com To: Jasvinder Singh Return-path: Received: from mail-lf0-f50.google.com (mail-lf0-f50.google.com [209.85.215.50]) by dpdk.org (Postfix) with ESMTP id 7489C29D2 for ; Thu, 13 Oct 2016 14:38:40 +0200 (CEST) Received: by mail-lf0-f50.google.com with SMTP id b81so132190699lfe.1 for ; Thu, 13 Oct 2016 05:38:40 -0700 (PDT) In-Reply-To: <1476350269-225965-1-git-send-email-jasvinder.singh@intel.com> 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" 2016-10-13 10:17, Jasvinder Singh: > This patch adds File Descriptor(FD) port type (e.g. TAP port) to the > packet framework library that allows interface with the kernel network > stack. The FD port APIs are defined that allow port creation, writing > and reading packet from the kernel interface. > > Signed-off-by: Jasvinder Singh > Acked-by: Cristian Dumitrescu Series applied, thanks