From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f178.google.com (mail-pd0-f178.google.com [209.85.192.178]) by dpdk.org (Postfix) with ESMTP id 8027A9AD8 for ; Thu, 11 Jun 2015 11:21:03 +0200 (CEST) Received: by pdjm12 with SMTP id m12so938487pdj.3 for ; Thu, 11 Jun 2015 02:21:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=tXtsPprVMYJ3rEI7fgvnaaW0czDnY5i8qxQ42a86iC0=; b=ZR3GXceDGMZtcXbiPQhj3S/FitKFJnQf0fL9LGbUekHOZ9cmwxUJ0PaHqRXL7q1+YV U6l7tGPEOgPZwVDou/d8DXUzv9iFOgqTs0gQufHRZrNTZvT7DMA0nc2P76kPLoX2Cj3H uZ8Pz6BqzNXQttu6ZVTU2RHHfSg5jERlPn08Q2wVuyOQCz3ii/jB44LvqXPnvRJONXqH 1hnImfnMj3/UV4MQ+aHCP51ZHzBYw5GC2gBFa5Mg6RDt0bE6J0DNWXbX64zHL6uMw5VG a1LB20X9j1Qond3Q7MP2RPuz/oqK110y0qF7W8H1xFEp3I7BFd0yQNrFupQltmJ+Z93r xTwg== X-Gm-Message-State: ALoCoQkgK3oi2LcTxCiD+eo0R54iq8GzImKqgs/QQCSkSYHtvTg0gnQnI5tjJi5ceLurDSdySWu6 X-Received: by 10.70.36.102 with SMTP id p6mr13206234pdj.18.1434014462683; Thu, 11 Jun 2015 02:21:02 -0700 (PDT) Received: from [10.16.129.101] (napt.igel.co.jp. [219.106.231.132]) by mx.google.com with ESMTPSA id si7sm99304pbc.54.2015.06.11.02.21.01 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 11 Jun 2015 02:21:01 -0700 (PDT) Message-ID: <557952FA.1020708@igel.co.jp> Date: Thu, 11 Jun 2015 18:20:58 +0900 From: Tetsuya Mukawa User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Thomas Monjalon References: <2520130.3p9lvqUWmZ@xps13> <5578E4BD.3030401@igel.co.jp> <17955759.q268rHF4cX@xps13> In-Reply-To: <17955759.q268rHF4cX@xps13> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org Subject: Re: [dpdk-dev] deadline notice 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: Thu, 11 Jun 2015 09:21:03 -0000 On 2015/06/11 17:34, Thomas Monjalon wrote: > 2015-06-11 10:30, Tetsuya Mukawa: >> On 2015/06/11 3:39, Thomas Monjalon wrote: >>> Hi, >>> >>> As described in the roadmap (http://dpdk.org/dev/roadmap), >>> starting from this week, >>> every new feature submission will be postponed to release 2.2. >>> The below features, which were submitted earlier, will be accepted in >>> the release 2.1 if they are correctly reviewed and acknowledged before >>> the end of June. >>> New fixes and needed reworks will be accepted, of course. >>> During July, only important and small fixes will be integrated. >>> >>> Planned features for DPDK 2.1: >>> - memory size without hugepage >>> - indirect mbuf cloning >>> - packet type >>> - memzone freeing >>> - interrupt mode >>> - speed capability >>> - IEEE1588 timestamping >>> - multicast filtering >>> - flow director extension >>> - ethtool-like ops >>> - hash key size >>> - ring hotplug >>> - e1000 hotplug >>> - igbvf allmulticast >>> - ixgbe base update >>> - ixgbe hotplug >>> - ixgbe LRO >>> - ixgbe extended stats >>> - i40e base update >>> - i40e hotplug >>> - i40e port mirroring >>> - i40e QinQ >>> - fm10k hotplug >>> - fm10k promiscuous >>> - fm10k mac vlan filtering >>> - mlx4 update >>> - cxgbe driver >>> - bnx2x driver >>> - Hyper-V driver >>> - Xen driver >>> - vmxnet3 vlan filtering >>> - vmxnet3 jumbo >>> - virtio hotplug >>> - vhost multiqueue >>> - vhost migration >>> - pcap jumbo >>> - bonding hotplug >>> - bonding dynamic RSS >>> - bonding mode 4 external state machine >>> - uio MSI-X >>> - TILE-Gx architecture >>> - HTM lock elision for x86 >>> - OSv support >>> - jhash update >>> - toeplitz hash >>> - cuckoo hash >>> - KNI optimization >>> - KNI multicast >>> - packet framework enhancements >>> - cmdline polling mode >>> - proc_info app >>> - VXLAN example >>> >>> Thanks a lot >> Hi Thomas, >> >> Please add "BSD Port Hotplug Support". >> http://dpdk.org/dev/patchwork/project/dpdk/list/?submitter=64&state=new > It was not reported because they are mostly some reworks. > But you're right, hotplug in BSD is a feature. Thanks! Tetsuya