From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wj0-f180.google.com (mail-wj0-f180.google.com [209.85.210.180]) by dpdk.org (Postfix) with ESMTP id 776522B8E for ; Wed, 7 Dec 2016 14:24:28 +0100 (CET) Received: by mail-wj0-f180.google.com with SMTP id tg4so105317379wjb.1 for ; Wed, 07 Dec 2016 05:24:28 -0800 (PST) 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=1wW4da6rN/oyhqx+wipvr4/60pSNoRE05npgM8WVn6Q=; b=u0KqF4IS4clhQRb+jacsr2DThLZXkdkxkZeq5tHxtPMB51h7fcTUrkMfsexSIljsiM vtK81DM4POccVO7bS8u90Duq3yC4KfiDnnnQ48k9VdlW/o7hucD2vT1ybj6/rBofKc4l dp+QuptzAUgO2BS+5Og82x76uObHOq6EvP4yjUd7qonfYMLcl3QF2wjaK3dM2gjkdvUw GJvt/VvZBvlr0ZBzRejI+Ud1faCaZarkxFd/Ik9+iiqL4n0+XLPOHo5y2vQzoWF03j4d Rik/Juk9AXqskcfHojj7CUVmFgyRxo1cx3JR0a1SrXUdlfvBRIMjQG8GAVeBRh4gU5DD +vDQ== 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=1wW4da6rN/oyhqx+wipvr4/60pSNoRE05npgM8WVn6Q=; b=SHwbW3IXR0g1A2oKJPwXYcMXZ1Z0kMldlEXU7vZoAg50fyUxNUrmOiPscXON18lYkv kGtbrDLVC3WG/7FoUt4IMYHYcPvSBR3CZXuCuOaQnM7BXGYUhjhpQHPybKKiU6EBmTvG A086eo6elUrqz4drIv/6/ffznhEU8C5IS91pMXXL5axWqe+BlJniN/sXdnR5/J8TxVVU yWX5Ob56XSYoz8F4DGMWD0d4+DGO5eiaJS7OAWnjahpbZm6AtK4jmDjR88b7BjQ9ggOU D+SvraNoVBcOXA4BY3buyS2wZoCB8CpneoWQFZgtdJ7T4Yl/ww8aeDDsobeA+EQqD+un 6zhg== X-Gm-Message-State: AKaTC00C3V+GkfPtISqKzkHMtWEao12Ghkh1c/ZAIbKedslS1QWz3x1F5weQOvzxArj9fDm1 X-Received: by 10.194.178.170 with SMTP id cz10mr58226370wjc.224.1481117068145; Wed, 07 Dec 2016 05:24:28 -0800 (PST) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id x188sm9664821wmx.4.2016.12.07.05.24.27 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 07 Dec 2016 05:24:27 -0800 (PST) From: Thomas Monjalon To: Shreyansh Jain Cc: David Marchand , dev@dpdk.org Date: Wed, 07 Dec 2016 14:24:26 +0100 Message-ID: <1524529.OpOKghfniY@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1697fe66-962d-0848-5e68-615249b52dad@nxp.com> References: <1480846288-2517-1-git-send-email-shreyansh.jain@nxp.com> <1697fe66-962d-0848-5e68-615249b52dad@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 00/13] Introducing EAL Bus-Device-Driver Model 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: Wed, 07 Dec 2016 13:24:28 -0000 2016-12-07 18:40, Shreyansh Jain: > Is there anything specific that you are looking for in patchset v2? > I was thinking of: > 0. fixing BSD compilation issue reported by CI > 1. improving the test_pci.c > 2. hotplugging > 3. trying to move PCI to drives/bus/pci/linux/* and resolving how > drivers link to it, and how EAL resources like devargs are consumed. I am concerned about the time needed for all these changes. Please let's make sure that the basic parts are well done and pushed, first. That's why I suggest to postpone 1, 2 and 3 to next release if possible. The priority is to have a clean bus model, and if time permits, integrate the NXP driver.