From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=rrmj5SSDqrAkueVHVqTwzSaSw8haiBaMpnlVnU1J1Jk=; b=QvM8058gYR2+ps4QpBTWXh8/Nl8pL7CO1hjC5rsJCwLnRgSGzEuuIc3yutEUyA9GZ+ f6flXUsw4McvSQqSDzOqYuYxsR7gtU8Z4YTOfo+5hHZqCngopXTiUXArxqvs2pWz/18h 03L3qxFhDV7MntYUrJQVNbbHsO1a8pY0YUaKNYXBalEPa+XCPXPVukIhiBsYzJImwKTs 8ATG40upQLLgr68zdxFk545V8FPx8C/RpDLKGFDZ85tT/WVax29shtJqZuVXx918G6eP Hf52/JuKJkCkioO2RCnOBv1peMMgC4TDk7o3A2DDhkQ4OfSrJdNwvg0pgTyKzatvRAaF QIlQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=rrmj5SSDqrAkueVHVqTwzSaSw8haiBaMpnlVnU1J1Jk=; b=ib4d6AKGFuDGpHAoPbvb9BlMBnsaCWBc3Pt40BkjQOqgdbXfEsF0B/NOUUqwYFqQnd VjvcMPj8COUvPTlZft1jAlCtNRxMLdt6FBWJXDKHvw5Hd4G1nuq7eQKWiGjZsn3XJCKS LRO9kdcbze2WnxI6FHAmDn/x59x2Wn/VCpOZt8QejDPp35ZZQkFo7YeaT78ZNRiNsQks x0zhGfr5WxRJG8ceXNKub4kjqr67TLZizczMOeGgpIdgxkP3Elq7+ZeAZhTk9nhtX34P A9tL6VkeKLcLP7VRUb/gZIaNnyahEbrqstck1+90WZdfjmDx7WWLMpNPYJ5HiUT1yy27 IuqQ== X-Gm-Message-State: AA6/9RlUg1KZ6ttXfAPjjPYbcYnjUY7cf7HzMDKAg7Tqo3+KrHaKwx5ngpiWC1DtdECI8pT8 X-Received: by 10.25.155.77 with SMTP id d74mr8790487lfe.120.1476362319182; Thu, 13 Oct 2016 05:38:39 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id h67sm3696239lji.29.2016.10.13.05.38.37 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 13 Oct 2016 05:38:38 -0700 (PDT) From: Thomas Monjalon To: Jasvinder Singh Cc: dev@dpdk.org, cristian.dumitrescu@intel.com Date: Thu, 13 Oct 2016 14:38:36 +0200 Message-ID: <9606832.HBF1PHgMXQ@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1476350269-225965-1-git-send-email-jasvinder.singh@intel.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3 1/3] lib/librte_port: enable file descriptor port support 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: Thu, 13 Oct 2016 12:38:40 -0000 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