From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by dpdk.org (Postfix) with ESMTP id 40698AFCD for ; Fri, 30 May 2014 15:11:49 +0200 (CEST) Received: by mail-wi0-f177.google.com with SMTP id f8so1107172wiw.4 for ; Fri, 30 May 2014 06:12:00 -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=Zw8e8Q20nX0Zwv//7yzDT24uZEUYQJkXDz4y71gPt2Q=; b=HrgQIetkJ36qfTL4k+pA6IKP6cj0M1fFrqQyaUHW39YZAgfS1FFqtlNLrG6Ut4yyEY 6ISjLBawk+O1F4/OzhbjJiNjmAPWYt/mjyqW21XvzLDetxacBXDbKTSJZrRpLIebHMkI wMRqNqZr6R6b3rkokNWLh0EhFPsW7sQ+xfxJDJTPcxlxDqwEkMU7rfXnppMLL4bIBt3L 6S+nsKA9RCAabgrt/6NiOzX/jxdXbttP5Nsdvm03IocR8b7BsMIvmRSfUz+JaJzzlJLs 5PO0MSl5I3DkfkeQgW/024js6mLenL97dUucXPRJPMTUhak2SJZnis7nnlFC6KQAM2HG MeJg== X-Gm-Message-State: ALoCoQk+IlDSr5ZKwyqubjy8ab30P/UJDwD9xR93ytSONRPlTiahR7pAty0nv8jJQD6XixwvF+Sm X-Received: by 10.194.75.170 with SMTP id d10mr22094200wjw.2.1401455520661; Fri, 30 May 2014 06:12:00 -0700 (PDT) Received: from xps13.localnet (108.26.90.92.rev.sfr.net. [92.90.26.108]) by mx.google.com with ESMTPSA id bn10sm5928726wib.7.2014.05.30.06.11.58 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 30 May 2014 06:11:59 -0700 (PDT) From: Thomas Monjalon To: dev@dpdk.org Date: Fri, 30 May 2014 15:11:52 +0200 Message-ID: <2310674.RXXT23nrXG@xps13> Organization: 6WIND User-Agent: KMail/4.13 (Linux/3.14.4-1-ARCH; KDE/4.13.0; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: [dpdk-dev] IMPORTANT: feature freeze for version 1.7.0 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: Fri, 30 May 2014 13:11:49 -0000 Hello all, We have a lot of new features mostly ready for DPDK 1.7.0. It's now time to be sure that they are well reviewed and integrated. Then release candidate should be tagged in mid-June in order to have some validation tests before end of June (planned released date). So requests for integration of features which have not yet been sent will be delayed to next version. Only reworks or small fixes of pending patches should be accepted. A new branch "rebased-next" will be created for patches which are reviewed and waiting next version. This branch will be regularly rebased on master HEAD. Being currently on vacation, I won't be very active until Monday, 9th. During this time, I'd like to see some reviews/acknowledgements for these patches: - socket id detection fallback http://dpdk.org/ml/archives/dev/2014-April/001987.html - fix rte_free run time in O(n) free blocks http://dpdk.org/ml/archives/dev/2014-May/002296.html - fix mbuf corruption in pcap_tx http://dpdk.org/ml/archives/dev/2014-May/002919.html - igb_uio fixes http://dpdk.org/ml/archives/dev/2014-May/002428.html - vfio http://dpdk.org/ml/archives/dev/2014-May/002914.html - ethernet enhancements http://dpdk.org/ml/archives/dev/2014-May/002436.html - splitted statistics http://dpdk.org/ml/archives/dev/2014-May/002707.html - mtu/flow control http://dpdk.org/ml/archives/dev/2014-May/002752.html - link up/down http://dpdk.org/ml/archives/dev/2014-May/002660.html - Tx rate limitation http://dpdk.org/ml/archives/dev/2014-May/002696.html - lpm optimization http://dpdk.org/ml/archives/dev/2014-May/002703.html - generic filter http://dpdk.org/ml/archives/dev/2014-May/002740.html http://dpdk.org/ml/archives/dev/2014-May/002577.html - ip_frag http://dpdk.org/ml/archives/dev/2014-May/002930.html - distributor http://dpdk.org/ml/archives/dev/2014-May/002598.html - link bonding http://dpdk.org/ml/archives/dev/2014-May/002922.html - acl http://dpdk.org/ml/archives/dev/2014-May/002945.html - packet framework http://dpdk.org/ml/archives/dev/2014-May/002820.html Thanks for your participation -- Thomas