From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 1/8] net/qede: fix to get vendor/device id info Date: Fri, 23 Dec 2016 15:26:24 +0000 Message-ID: <6173953e-3c29-e9c6-5b37-ee14cb7efe6a@intel.com> References: <1482454204-21707-1-git-send-email-Rasesh.Mody@cavium.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org, stable@dpdk.org, Dept-EngDPDKDev@cavium.com To: Rasesh Mody Return-path: In-Reply-To: <1482454204-21707-1-git-send-email-Rasesh.Mody@cavium.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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: Rasesh Mody Series applied to dpdk-next-net/master, thanks.