From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id A11145A99 for ; Fri, 17 Jul 2015 11:32:54 +0200 (CEST) Received: by wgxm20 with SMTP id m20so77674694wgx.3 for ; Fri, 17 Jul 2015 02:32:54 -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=BRWEyUuEFvqCwCYsvFyOpr4aF2GsZmFwy5JtGQ2WQT0=; b=cK75DzoFk1JHeVDK/pKbwT72NWpn4EUs0g/iGIXe4YS3hw8h3s3SQDU+HiRe/gBBz0 L9UvAAsEt64Is1iy7BtvQvW7IVtQ0z+i/rgCIoBPkN3iQF2aiW1ngVkp5EHeoRl3XGre 6jr4iS7HZ6UYTfguuu7Qv4+I7gSsbTWeBCZ7KcLP8y03oPrFB2fN5vot9Ey7hzJqhcTp NAdfO7cRLiX5uNtAgs1JlmnBV3yRSMsC8Btb9ID4XXA9CDDWoj0ZBaVz5Cx4tPiX6qqf 1y800SBfZ34nnIDGvOzwca+dTOd6nZXwnBDAEBDJxT+uRtgFnLstsPIv0vxAem9QeCp6 ghFg== X-Gm-Message-State: ALoCoQl3oY+Fb5vkVOUb46k1qnQUz/iIPgpSXEzlwNHOEbIxi8hiqSYmxfMt7v/ibDsysKYstks2 X-Received: by 10.180.188.176 with SMTP id gb16mr13293647wic.18.1437125574534; Fri, 17 Jul 2015 02:32:54 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.151.210]) by smtp.gmail.com with ESMTPSA id l6sm7583364wib.18.2015.07.17.02.32.53 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 17 Jul 2015 02:32:53 -0700 (PDT) From: Thomas Monjalon To: Tetsuya Mukawa Date: Fri, 17 Jul 2015 11:31:43 +0200 Message-ID: <6716150.9oBPbZhtzg@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: [dpdk-dev] ethdev cleanup following hotplug changes 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, 17 Jul 2015 09:32:54 -0000 Hi Tetsuya, Any news about this comment in ethdev? * TODO: * rte_eal_vdev_init() should return port_id, * And rte_eth_dev_save() and rte_eth_dev_get_changed_port() * should be removed. */ http://dpdk.org/browse/dpdk/tree/lib/librte_ether/rte_ethdev.c#n618