From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f175.google.com (mail-we0-f175.google.com [74.125.82.175]) by dpdk.org (Postfix) with ESMTP id 860395A29 for ; Tue, 27 Jan 2015 12:47:17 +0100 (CET) Received: by mail-we0-f175.google.com with SMTP id p10so14427468wes.6 for ; Tue, 27 Jan 2015 03:47:17 -0800 (PST) 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=m1ogp1irLm0ZoOetScCXc20FC0t54Z6sLpkQbCj/oQo=; b=FE6UmbW6JqQRNl7mr0JniDkM579YQ0CWWXGF7jq8Iz9cIJGE0OXKuM2fB8TBABlF20 HDOcJWky3rlZK2nfsTSj+zZzUKy3c7ofHahdh/LhkRA4M9EiuFgGILGpoveiWUJTwQfH 7ebf6Q3teuFi8JpFk8WqEXsAkAK6yc+U6GpE4fWFYYV3muOMD9pgRDLXg2wENrUqycHU ntzmSXtiIfXRTiYlUpyDkqkwkLewpXQ2JlfwHqTvokbwVXiog/zo9pcHh6qFD3ZyCN0e e2k3Xb8Md2BSwHmL3lWElp0BeAn7ApD0WXRETVRBbGJgY9cabojG6/Fny1u2wCnqdRwu a/Mw== X-Gm-Message-State: ALoCoQkzKQDmPbW49CbhJvXZZCDQa2aCzefEDg0xK6hlDp9Hnlcvsc15Ciy3vQLjkSh5SzlgDz/0 X-Received: by 10.180.19.7 with SMTP id a7mr35715156wie.62.1422359237071; Tue, 27 Jan 2015 03:47:17 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id fo17sm1494459wjc.19.2015.01.27.03.47.15 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 27 Jan 2015 03:47:16 -0800 (PST) From: Thomas Monjalon To: Remi Pommarel Date: Tue, 27 Jan 2015 12:46:49 +0100 Message-ID: <4247330.SBYfIbGdlV@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.18.2-2-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: <1421781316-19906-1-git-send-email-repk@triplefau.lt> References: <1421781316-19906-1-git-send-email-repk@triplefau.lt> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] pcap: Fix ethernet device's name for pcap port 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: Tue, 27 Jan 2015 11:47:25 -0000 > Ethernet device's data should contain the virtual device name for pcap port. > This name is correctly set by rte_eth_dev_allocate() at initialization time, > but it is directly lost. > > Signed-off-by: Remi Pommarel Fixes: 83b41136934d ("ethdev: add unique name to devices") Acked-by: Thomas Monjalon Applied Thanks -- Thomas