[dpdk-dev] [PATCH v10 11/25] eal/pci: helpers for device name parsing/update

2016-10-26 Thread Shreyansh Jain
;> Cc: viktorin at rehivetech.com; David Marchand ; >> hemant.agrawal at nxp.com; Thomas Monjalon >> ; Shreyansh Jain >> Subject: [dpdk-dev] [PATCH v10 11/25] eal/pci: helpers for device name >> parsing/update >> >> From: David Marchand >> >> -

[dpdk-dev] [PATCH v10 11/25] eal/pci: helpers for device name parsing/update

2016-10-26 Thread Pattan, Reshma
dpdk.org] On Behalf Of Shreyansh Jain > >> Sent: Friday, September 16, 2016 5:30 AM > >> To: dev at dpdk.org > >> Cc: viktorin at rehivetech.com; David Marchand > >> ; hemant.agrawal at nxp.com; Thomas > Monjalon > >> ; Shreyansh Jain > >>

[dpdk-dev] [PATCH v10 11/25] eal/pci: helpers for device name parsing/update

2016-10-25 Thread Pattan, Reshma
> ; Shreyansh Jain > Subject: [dpdk-dev] [PATCH v10 11/25] eal/pci: helpers for device name > parsing/update > > From: David Marchand > > - Move rte_eth_dev_create_unique_device_name() from ether/rte_ethdev.c to > common/include/rte_pci.h as rte_eal_pci_device_name(). Bei

[dpdk-dev] [PATCH v10 11/25] eal/pci: helpers for device name parsing/update

2016-09-16 Thread Shreyansh Jain
From: David Marchand - Move rte_eth_dev_create_unique_device_name() from ether/rte_ethdev.c to common/include/rte_pci.h as rte_eal_pci_device_name(). Being a common method, can be used across crypto/net PCI PMDs. - Remove crypto specific routine and fallback to