From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout1.radware.com (unknown [192.115.180.130]) by dpdk.org (Postfix) with ESMTP id 436D511F5 for ; Thu, 5 Nov 2015 10:39:24 +0100 (CET) Received: from ILMB2.corp.radware.com ([169.254.2.82]) by ILCAS2.corp.radware.com ([176.200.120.122]) with mapi id 14.03.0210.002; Thu, 5 Nov 2015 11:39:20 +0200 From: Shaham Fridenberg To: "dev@dpdk.org" Thread-Topic: SR-IOV: API to tell VF from PF Thread-Index: AdEXrYOqrq2ZCfPKTseY27szvYZGZQ== Date: Thu, 5 Nov 2015 09:39:19 +0000 Message-ID: <2E654B490240B7449C846A96A8D8FE0CC43A4C67@ILMB2.corp.radware.com> Accept-Language: he-IL, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [176.200.121.200] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] SR-IOV: API to tell VF from PF X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Nov 2015 09:39:24 -0000 Hey all, Is there some API to tell VF from PF? Only way I found so far is deducing that from driver name in the rte_eth_de= vices struct. Thanks, Shaham