From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vishnuvardhan Reddy Malispatel Subject: Only one Rx/Tx queue pair is assigned by DPDK PMD "net_bnxt" for BCM57414 VF Date: Thu, 3 Jan 2019 12:03:33 +0000 (UTC) Message-ID: <20da4de9-e211-498c-bdfd-4dc4e827a66d@default> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org To: users@dpdk.org Return-path: In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi, =20 I have a guest virtual machine attached with BCM57414 Virtual Function . - When the BCM VF is owned by Linux driver "bnxt_en", I am seeing = two Rx/Tx queues are assigned by the driver. - When the same device is owned by DPDK PMD "net_bnxt" , I am seei= ng only one Rx/Tx queue is assigned and used by the PMD.=20 =20 Can someone help me in understanding the difference between the Linux drive= r behavior and DPDK PMD behavior in determining the number of queues for th= is specific VF ? =20 I am using the DPDK version "dpdk-17.11.4". =20 Thanks & Regards, Vishnu