[dpdk-dev] [PATCH v5 21/28] librte_ether: remove branches on pci_dev

2015-10-29 Thread Bruce Richardson
On Thu, Oct 29, 2015 at 02:32:29PM +, Iremonger, Bernard wrote: > Hi Bruce, > > > > > > /* attach the new physical device, then store port_id of the device > > > */ @@ -1143,14 +1141,11 @@ rte_eth_dev_configure(uint8_t port_id, > > uint16_t nb_rx_q, uint16_t nb_tx_q, > > >* If link stat

[dpdk-dev] [PATCH v5 21/28] librte_ether: remove branches on pci_dev

2015-10-29 Thread Iremonger, Bernard
Hi Bruce, > > /* attach the new physical device, then store port_id of the device > > */ @@ -1143,14 +1141,11 @@ rte_eth_dev_configure(uint8_t port_id, > uint16_t nb_rx_q, uint16_t nb_tx_q, > > * If link state interrupt is enabled, check that the > > * device supports it. > > */

[dpdk-dev] [PATCH v5 21/28] librte_ether: remove branches on pci_dev

2015-10-29 Thread Bruce Richardson
On Fri, Oct 23, 2015 at 06:36:26PM +0100, Bernard Iremonger wrote: > use dev_type to distinguish between vdev's and pdev's. > remove pci_dev branches. > update release notes. > > Signed-off-by: Bernard Iremonger > --- > doc/guides/rel_notes/release_2_2.rst | 3 +++ > lib/librte_ether/rte_ethdev

[dpdk-dev] [PATCH v5 21/28] librte_ether: remove branches on pci_dev

2015-10-23 Thread Bernard Iremonger
use dev_type to distinguish between vdev's and pdev's. remove pci_dev branches. update release notes. Signed-off-by: Bernard Iremonger --- doc/guides/rel_notes/release_2_2.rst | 3 +++ lib/librte_ether/rte_ethdev.c| 40 +++- 2 files changed, 20 insertions