From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id B2AC4374 for ; Wed, 21 Jun 2017 16:59:20 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 4738420B80; Wed, 21 Jun 2017 10:59:20 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Wed, 21 Jun 2017 10:59:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=yuPc7/4ym2HI6C1VMOBXGSW+vav45fVH1p6fP2 pbB9I=; b=SfPzuGsBsLcUPI7NghRx77fPNhZ5O0iMR6qUHsgBYQ94DYtO/nUxuR TgyGX/r/6MVJVO+o1rxrMOS1F0v5mQQ4sd3M0h9HEc8+SyYKPu1VzCTpIAHe70kv aYcOiwuAfFubpEhcBIYdsZ1YuyoN3Ce+zUj/3YUIS4uc5P/dEjvtU= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=fm1; bh=yuPc7/4ym2HI6C1VMO BXGSW+vav45fVH1p6fP2pbB9I=; b=V6kt47767QtfbS3YqHq17aStzV8ZSXZka0 4LDYxjQV9Y2sIhOfc2rHZEGnQI4iHv9Dq6nweFs0q+dRPtNthS/K71CrNVciCztq 2jcHoXOI/xqFIs0kIW1Y8VA/MpcZxXzbgyodb3cZClgD5YAr3/d/AGiftHIhYLrf b2vF5O/UBbcucSzt++VD1frvWfmpJb1KURzPEs4Ho/DCbjg00fqUAgEftr2mB2rW tkPcsXHgPgVjT2p+1jmN/WC4QeqjApMUEz9zOLgDxeoyKLhPkjgkd+ltLLNBIfpV tLYNpX9ZGzyXVPd4HACSv8I9YntN489QgbIANwMkg4m0ei1TpWRA== X-ME-Sender: X-Sasl-enc: IF5KJwFKqKzrOAJ+sIhChmjXORiyUynRAQbczygvj3SC 1498057160 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 02B8024631 for ; Wed, 21 Jun 2017 10:59:20 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Date: Wed, 21 Jun 2017 16:59:19 +0200 Message-ID: <3141281.vjnBUAcREE@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: [dpdk-dev] please help with reviews 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, 21 Jun 2017 14:59:21 -0000 Hi, During the last techboard meeting, it has been decided to call more frequently for reviews by giving a list of hot patches. For this first burst, I would like to highlight some important patches in EAL and ethdev. The first EAL patches are all related to NUMA. We have also some work around physical addresses, and others to finalize the bus rework. There are also some ethdev patches which require more eyes. Please consider this list as important topics to close as soon as possible. Thanks for helping. eal: Set numa node value for system which not support it. http://dpdk.org/patch/24212 eal: use get_mempolicy(2) to find numa socket on Linux http://dpdk.org/patch/25417 eal: check if socket has memory reserved http://dpdk.org/patch/25537 mem: balanced allocation of hugepages http://dpdk.org/patch/25542 mem: fix malloc_elem resize with padding http://dpdk.org/patch/25203 eal: don't advertise a physical address when no hugepages http://dpdk.org/patch/25222 eal: add support for 24 40 and 48 bit operations http://dpdk.org/patch/25367 [PATCH 00/10] Infrastructure to detect iova mapping on the bus from Santosh Shukla eal: remove vdev probe by dev args http://dpdk.org/patch/24196 [PATCH v5 0/7] rte_bus parse API from Gaetan Rivet [PATCH v5 00/19] Generic devargs parsing from Gaetan Rivet eal/x86: rte pause implementation for x86 http://dpdk.org/patch/25052 timer: inform periodic timers of multiple expiries http://dpdk.org/patch/24888 ethdev: add lock-less txq capability flag http://dpdk.org/patch/23806 ethdev: add function to adjust number of descriptors http://dpdk.org/patch/24587 ethdev: add fuzzy match in flow API http://dpdk.org/patch/25292