Re: [dpdk-dev] [PATCH v2 1/8] net/qede: fix to get vendor/device id info

2016-12-23 Thread Ferruh Yigit
On 12/23/2016 12:49 AM, Rasesh Mody wrote: > The vendor_id and device_id are used to determine device type. If you > don't have them, then check for determining device type fails and is > always set to default device type. > > Fixes: ec94dbc57362 ("qede: add base driver") > > Signed-off-by: Rases

[dpdk-dev] [PATCH v2 1/8] net/qede: fix to get vendor/device id info

2016-12-22 Thread Rasesh Mody
The vendor_id and device_id are used to determine device type. If you don't have them, then check for determining device type fails and is always set to default device type. Fixes: ec94dbc57362 ("qede: add base driver") Signed-off-by: Rasesh Mody --- drivers/net/qede/qede_ethdev.c |4