From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 6D2E144C7 for ; Mon, 15 Jan 2018 00:01:14 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 01D4820853; Sun, 14 Jan 2018 18:01:14 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Sun, 14 Jan 2018 18:01:14 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=CUTM58uWuyNQNlL/QxQzH4VPs0 i/ygQW5Qj3ZVnU/38=; b=SS+zWaQJG08IC6qJQWoChmy0Xq8G2kb30QAqaWe3Zv XIFOiDoYcuX65LVk+7km5bqJv/vbWxn+Cz5grD14WzclACr0lMXq0bAPEf0owrln iBnMtxAzDTcoVZdcQQAoTrQEfJlPcIcf3tCFdJiOR+67+M+3YPxEoWWMlvIU4vPl 8= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=CUTM58 uWuyNQNlL/QxQzH4VPs0i/ygQW5Qj3ZVnU/38=; b=my0ZapnZA+twkC3hzx8xo9 lFSOxb2kcP9jRG5XlMU+ROK+fUz96Cje/ntGD9XzysmG0YxVAgg1hY61Q501tcqv 7iFIEVvy5PyrJDR5DPVgkJN9tyOY3VUYuQbbv0YSuSyPV2a4yOh1iU9FClDsoGS+ vQr+hBrUdQyl+ZgWglOJJ/uK6VZcvc+/kkpAPWVrRQ1hTBkigagEtcbcjznNE5Yp iLkapTrdZmKw94Nh/DSl6mH74v+Fa+eGEPrD9aBfRQ9ciZ7Dhhkm67bCyQGpznjc EbkBp2+z4YFmNY1wsblKHOz99n6T47VQH6vX6mGQBtHH8+lR6iV6US3y6Qa/Zkug == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id AA7567E1A2; Sun, 14 Jan 2018 18:01:13 -0500 (EST) From: Thomas Monjalon To: Shreyansh Jain Cc: dev@dpdk.org, hemant.agrawal@nxp.com, fiona.trahe@intel.com, rosen.xu@intel.com Date: Mon, 15 Jan 2018 00:00:42 +0100 Message-ID: <3390836.3B2JqoBP4l@xps> In-Reply-To: <20180102125749.2379-1-shreyansh.jain@nxp.com> References: <20180102125749.2379-1-shreyansh.jain@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v1 0/5] Introduce generic 'rawdevice' support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 23:01:14 -0000 02/01/2018 13:57, Shreyansh Jain: > This patchset introduces rawdevices or generic device support in DPDK. This new library has no impact on the existing code, so it may be integrated later in 18.02-rc2. It will give you a bit more time for the last details.