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 BF10A8CEE for ; Tue, 30 May 2017 22:21:20 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 6880620935; Tue, 30 May 2017 16:21:20 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 30 May 2017 16:21:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= 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:x-sasl-enc; s=mesmtp; bh=ElV1ohuLF62FL7g Bbsr6j4xqHsJKAjkeF87zid5Rc0A=; b=hlkWp4ZSN+T8Xrkw+o7uYVKcAjEhUPi XBMggfwImjDgJhB07P1SkwOAVLkZ0ZZFwVWgSdsDGGKRegeeyPjqO3Y/2uj+CSt+ 06a50DA1P2AOPkSu6n1gQvmUecw/oW38NDkzKKx9bPuUt8trxB/Dk/CrrOEaq1Gj TDwvp9q7xBHw= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=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:x-sasl-enc; s= fm1; bh=ElV1ohuLF62FL7gBbsr6j4xqHsJKAjkeF87zid5Rc0A=; b=kbqrZyI8 mLDRuUVzQCTaw5SeU1vD6dMTe5ViDbKP1DjP61KXKMKtSnjfpwL9jPC7gp1ENTyY MZ0icK7UtevsXtsYpmiE+rhPoSKMTXTYfUb4vfQVGTP3PeNAh4+BqEOTWdWrcyCy bcDHcZfm8inD3c8kvpp1FHI37FVUX3FBVw3J6UEy8ZMFNIS3NCpbvwuQqa1sXvNx lAREM9BRUnrxpcY2tkUZ56ptYcQ/m/N4jBvGmWMgAY8OkS6ZLfvlxezKhTBEgmWr OOB4nOTiSUw9XrVBTNdo1f8jDTtx8qpYBiqDnecAaJ5S+CuFdwyy0dLvGouzej33 9KTTRgizoBIF8w== X-ME-Sender: X-Sasl-enc: UWTR0ek8S3UuywHtfpnjyh1oawunPXd8KaUZhp/T7L4P 1496175680 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 305FF7E7A3 for ; Tue, 30 May 2017 16:21:20 -0400 (EDT) From: Thomas Monjalon To: web@dpdk.org Date: Tue, 30 May 2017 22:21:19 +0200 Message-ID: <2496625.8Ru3oPR3d2@xps> In-Reply-To: <20170517120647.3410-1-thomas@monjalon.net> References: <20170517120647.3410-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-web] [PATCH] postpone automatic binding in roadmap X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 20:21:21 -0000 17/05/2017 14:06, Thomas Monjalon: > The idea of automatic device binding to kernel modules > is floating around since a long time and it is postponed > from release to release until someone work on it. > > It won't be in 17.08 because the priority will be on finishing > the bus rework. > > Signed-off-by: Thomas Monjalon Applied