From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by dpdk.org (Postfix) with ESMTP id 9DF3F1F5 for ; Wed, 28 Jan 2015 22:41:01 +0100 (CET) Received: by mail-wi0-f175.google.com with SMTP id fb4so15750719wid.2 for ; Wed, 28 Jan 2015 13:41:01 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:organization :user-agent:mime-version:content-transfer-encoding:content-type; bh=EGbBjRWypvEAE1h6VFlJ5Enh0fwk6jYtSjM5cU9j0Q4=; b=WsXmeE9Q9aIRBwNpDLSTrZr71u9jZ73IeBHncNUj/FgNeHwCe6atd4xqQtgeG2E473 aqY1oDC7VN7V0YnwzFF1I53qI6EJ8toREG0tcIBdle4v/fFyexFyZdulbB3Do4alh0Dj mrej0F9fAGSQzFb/iHBiQqwQyKG66yLLkyqZyhv8lF7nqnUfzDYldK7B9mTX339Wj0C7 5/8YzGPfs1SZEJ6Zk7T7SNimtSeOxNG3bKe7dRR3SyPhawcS5ZJNz8CXoA+3X50Ire3p 5+aolvx4kVpSvLrJggVEI15gw7QBEEAUnuhNRAlZevauELgj+dXm0usV2xx13mYENnBB IIqA== X-Gm-Message-State: ALoCoQm4vCCDvBZcxvFo6zLCc4JKh29mI0PIFpndCjiVv+QH3ymhCueiy1MFJaU5PPywCUzrYUxd X-Received: by 10.180.228.72 with SMTP id sg8mr11434355wic.48.1422481261456; Wed, 28 Jan 2015 13:41:01 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id v7sm5195616wju.22.2015.01.28.13.40.59 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 28 Jan 2015 13:41:00 -0800 (PST) From: Thomas Monjalon To: dev@dpdk.org Date: Wed, 28 Jan 2015 22:40:32 +0100 Message-ID: <1543668.33DNSY5Q47@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.18.2-2-ARCH; KDE/4.14.3; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: [dpdk-dev] deadline for 2.0 features proposal 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: Wed, 28 Jan 2015 21:41:01 -0000 Hello all, As previously announced when releasing DPDK 1.8.0 (http://dpdk.org/ml/archives/dev/2014-December/010470.html), we are going to apply deadlines to schedule the release cycles. The version 2.0 will integrate only features submitted before end of January (end of this week) and reviewed before 20th February. More details on this page: http://dpdk.org/dev/roadmap#dates During the 2nd phase ("Review Period"), only pending features, fixes and highly desirable cleanups will be accepted. In case there are some volunteers to clean the code, I maintain a list of cleanups which could be interesting: - use Rx/Tx defaults in testpmd - use librte_cfgfile in examples/qos_sched (promised deduplication) - use rte_eth_dev_atomic_read_link_status in PMDs - use new assert macros for unit tests - convert all drivers to new filtering API - move non-ethernet API from ethdev to EAL - move RTE_MBUF_DATA_DMA_ADDR from all PMDs to a common place - move rte_rxmbuf_alloc in API - move queue_stats_mapping_set to ixgbe - move rte_cache_aligned at beginning of struct declarations - detect cache line size - remove old VMDQ API - remove old filtering API - remove Xen ifdefs in memory management - remove doxygen warnings - choose between RTE_LIBRTE_*_PMD and RTE_LIBRTE_PMD_* Thank you -- Thomas