From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by dpdk.org (Postfix) with ESMTP id 6BDAA8E6E for ; Mon, 14 Sep 2015 17:01:16 +0200 (CEST) Received: by wicge5 with SMTP id ge5so146753670wic.0 for ; Mon, 14 Sep 2015 08:01:16 -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:cc:subject:date:message-id:organization :user-agent:mime-version:content-transfer-encoding:content-type; bh=QDtI+1J6K4q9+UQdosghbH0g0Getn+IcDDiKP6GmB5o=; b=LQMam2dA9JqzMkXHsrVtv+UfGav33oI+FppuhUgYNqnJkfyrcNznoQfTSYsA5bJzJe er+6dgi/Wmx/GW2fHGtv8AUWXZQcyky9Zu9x8KSRB2oa25qHY7fA7UGNNfJnhU3acQOv bJL4ZkY8Wzav9JvtDqxzsSUV+S8MpCDqlqLSW0iYf2TozKG8xr5xfC700ubMg+LDwdqK +d4aIPkUJKEGVok9QtLskoqynU7r3EPSXs1yrlADz3Z8TgZKAhtF6AgNWgG2J178+5gk K/vdBB9XPvUoo/P20LcQ6q8XxrbPxpZcNkta+CPWngPhbLcFM0dmeJDaYWkrosAhYEap PbHw== X-Gm-Message-State: ALoCoQnNBk3ea9YAPPSkvkOjhjyreWQe4pmlGhIwENbhB2SZWpqlL6KgB/1eH+ib+5HpXUGAaSBF X-Received: by 10.194.176.201 with SMTP id ck9mr28977237wjc.108.1442242876157; Mon, 14 Sep 2015 08:01:16 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id wj4sm16026817wjb.10.2015.09.14.08.01.15 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 14 Sep 2015 08:01:15 -0700 (PDT) From: Thomas Monjalon To: dev@dpdk.org Date: Mon, 14 Sep 2015 17:00:08 +0200 Message-ID: <1799059.SAEPfyLujo@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: [dpdk-dev] continuous release notes 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, 14 Sep 2015 15:01:16 -0000 Hi, In order to provide a good release notes with little efforts, we have to update this file continuously: http://dpdk.org/browse/dpdk/tree/doc/guides/rel_notes/release_2_2.rst It means each patch adding a new feature or fixing a serious bug of a previous release, must include a new item in the release notes. We missed it for some previous patch: 17e01e3 i40e: fix base driver allocation when not using first numa node 45e73f4 ixgbe: remove burst size restriction of vector Rx b7fcd13 ixgbe: fix X550 DCB 7d49e0f hash: fix memory allocation of cuckoo key table 79db649 eal/linux: fix epoll timeout Thanks for taking care.