From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] pcap: Fix ethernet device's name for pcap port Date: Tue, 27 Jan 2015 12:46:49 +0100 Message-ID: <4247330.SBYfIbGdlV@xps13> References: <1421781316-19906-1-git-send-email-repk@triplefau.lt> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Remi Pommarel Return-path: In-Reply-To: <1421781316-19906-1-git-send-email-repk-lovNVp52yxIDGOk2Oe9MvA@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > 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