From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by dpdk.org (Postfix) with ESMTP id 0C5FE9A9E for ; Thu, 11 Jun 2015 10:35:25 +0200 (CEST) Received: by wiga1 with SMTP id a1so68731612wig.0 for ; Thu, 11 Jun 2015 01:35:25 -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:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=l4XOX8NxRFmyb2RuPogYiQ5eHI49HeumlFp62Er/cCs=; b=FgeqG/mW8xluGo2UWhWje/zNs0Sch+DtD+/zSUKG/RVitDcSKFO7s45JNEjIKcEV41 UZ+MHAWZ0euFkMfkQQBSBwiF1F8yeskuI2FMoDUqUPNSrM2Qhevn6M5iLmQpnDIThkjb Ww2ZTzyB8yvt6YCfvcD4guVUCELpyPKkj868T/7cwgL4g5kWzFqHBBJsHagt/CacDMu2 Jf2N1B4VSlWEChbO1CVoAVPRVsTiA6kxbXIpy+oUlC1Ewhmet7Uv2CCspgQRndsHaBVv g2h5GnAJRIMgp3WogQKa4v/pZ2MhYta/RBglt39bG34NXpX4P8qGlLfH7RcfftxTDIvx TkhA== X-Gm-Message-State: ALoCoQkjxjSfqA30c2448zQ/QDsDoNFOxlhHelJsJGw2Etq8mnQk7D5kp0H3hjxQHo7ukWsL5VO7 X-Received: by 10.180.228.6 with SMTP id se6mr27277136wic.33.1434011724925; Thu, 11 Jun 2015 01:35:24 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id u9sm18284085wju.44.2015.06.11.01.35.23 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 11 Jun 2015 01:35:24 -0700 (PDT) From: Thomas Monjalon To: Tetsuya Mukawa Date: Thu, 11 Jun 2015 10:34:29 +0200 Message-ID: <17955759.q268rHF4cX@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <5578E4BD.3030401@igel.co.jp> References: <2520130.3p9lvqUWmZ@xps13> <5578E4BD.3030401@igel.co.jp> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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 08:35:25 -0000 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.