From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 6123A38EB for ; Mon, 25 Aug 2014 19:11:35 +0200 (CEST) Received: by mail-wg0-f43.google.com with SMTP id l18so13430270wgh.14 for ; Mon, 25 Aug 2014 10:15:31 -0700 (PDT) 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=yMSNoTUceyi2wFl1GZYxSmAULKoEFlKAW2JyfCeKiZI=; b=A3tSMq5ZCz9vncBdJwdydPSgtT1VehTs6bolssscfuHqTfYjvAwR0ZN5qSOY7jGDWM qQIlwvSVJLFKve3Z0w3gAwLAKLF7LQVpEH6O61RTYaQzBWMvQMxoL1oo4CEWp0N7JuAO ZnAwY92NutvILlqnIVO29RXOuaa4m5m+Q/NJQTo/3/OrgUfHwei1jzx06VrZVTibOa6Q ZfOiseGrbiEViztRQ7sLQHwEfX3FOiKQRkOnM1NjOqlbr42ZmfGxT89yT3koDeYKPHUy W451yl0ZNbXayRpAFuEuW2bX57MYbnez08ivLkH2fiQ6TtvXQYEvkCqCZVnbRmubEg5R EY4Q== X-Gm-Message-State: ALoCoQnXqi8JHHWwuuMmdNO2nBt/eJzITU7RB2e6rgmJWDNxgUgBldHlRJl3U+QASGG/NLlJVZYX X-Received: by 10.194.184.101 with SMTP id et5mr24794113wjc.14.1408986931343; Mon, 25 Aug 2014 10:15:31 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id ga9sm1002626wjb.45.2014.08.25.10.15.29 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 25 Aug 2014 10:15:30 -0700 (PDT) From: Thomas Monjalon To: dev@dpdk.org Date: Mon, 25 Aug 2014 19:15:25 +0200 Message-ID: <1598074.SMl35i2x6y@xps13> Organization: 6WIND User-Agent: KMail/4.13.3 (Linux/3.15.8-1-ARCH; KDE/4.13.3; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: [dpdk-dev] next releases 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: Mon, 25 Aug 2014 17:11:35 -0000 Hello all, I am back from holidays; thanks for all the patches/reviews/comments done during last weeks. I'd like to have a version 1.7.1, ideally at the end of this week. For the coming days, - first priority is to integrate bug fixes - some changes which do not imply API could be part of 1.7.1 - please, do not send more features until 1.8.0-rc1 - features that have been been *properly* reviewed or acked before end of august will be integrated in 1.8.0-rc1 - all pending features which do not have any review will be postponed after 1.8.0-rc1 - then rc2 will integrate new features if *properly* reviewed at that time I'd like to have some cleanups in version 1.8. Examples: - get rid of doxygen warnings - check if compile time options can be moved to run time - rename some options (CONFIG_RTE_LIBRTE_*_PMD -> CONFIG_RTE_LIBRTE_PMD_*) - merge common code between linux and bsd implementions - check secondary process rights - remove drivers lists from code for easy integration of new drivers - use rte_eth_dev_atomic_read_link_status in drivers - use librte_cfgfile instead of examples/qos_sched - add sysfs functions as eal services - replace printf calls by rte functions - use new assert macros for unit tests - remove kni traces from bsd - remove bare metal traces - compress test_lpm*_routes.h Volunteers are welcome :) -- Thomas