From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io0-f180.google.com (mail-io0-f180.google.com [209.85.223.180]) by dpdk.org (Postfix) with ESMTP id BE9251D9E for ; Tue, 22 May 2018 08:15:43 +0200 (CEST) Received: by mail-io0-f180.google.com with SMTP id c9-v6so17126304iob.12 for ; Mon, 21 May 2018 23:15:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:from:date:message-id:subject:to; bh=fVfRKkCQSYLT03lFv/a/begg7IhixZjc9Xt72vdOPGc=; b=OjugMTRkOXWQn5+6YoniEfL3acPd/lzByukxnTigDs5Zg+pCcdlW7gP0waTv2eJ2jt AS7vxzhcNuT+Ro8a5OB27kSulqCcZOvL+42l6u61OOSINlYEi5/URHoZER1IYtjVnU/a fGMP14BEigW1Ev0aud5cxql8vTohDgkvzjI4lu8vhSrkVYToWdCmPx6srfopBfkkMpiz HWELQ3C2GIyfvw14Mpix6qGArlS1rNC9Cep1EudU3NrmL0pmzt9HVoFGCxKvGAmIE0Ro qpX9v1sPJ72nPJMLSJe9Rxr1sS17sxBkrwg0xpetXTDn9rPYzyGe1NhbLvxgo5kvDz8s Z2Xw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:from:date:message-id:subject :to; bh=fVfRKkCQSYLT03lFv/a/begg7IhixZjc9Xt72vdOPGc=; b=BkP+1e2FN3Ha9ppLR/pcA8g81GFLImqgu3+2S5D31Gt8peFBNoG5rhNSck33qaCoXf ZBCPImTFmFz4a3h1tb/BUyz75s459mru5gC3S9VhBOhabRVnSMSzGrUJ4RsGdXHkZcsE 2coJrJxiW3iv29f9AvxQRBm5BDu7Cw9C46DCU2Ah8/8UMcWWInfmzfXeFwivBRW8matS cDJGUQkvgP6aBWHOaA2OTSoAnzTtnQ4eubdA4SxnxzoY+hN0nGPAmz6p1jFJbMHQzo+T 2847bAwPm0UOpBFhixmaau1FBjiFTWuQeVh9KNCrdwQucnXEAsaFluh7LYPwTDs0+wzQ v1ig== X-Gm-Message-State: ALKqPweDme9Ue43i1pc8fLnNP3ddnTCYtRDsHxGlOEtAGec3UY+nO/b6 HYA+wFD8q2YiYDO8SS066DFVv2kvOoUvOPQ0uwM= X-Google-Smtp-Source: AB8JxZpl0a6YT1OktMb8rH9CdYoh+2xepn16NGWanTEbjlmGjiUxXSqwTff8hKOW5AROuMxhtRoNYJlZHlyz+8V6LJQ= X-Received: by 2002:a6b:1d8c:: with SMTP id d134-v6mr9856096iod.52.1526969742811; Mon, 21 May 2018 23:15:42 -0700 (PDT) MIME-Version: 1.0 Sender: k.meghasyam@gmail.com Received: by 2002:a4f:7bd9:0:0:0:0:0 with HTTP; Mon, 21 May 2018 23:15:42 -0700 (PDT) From: megha syam Date: Tue, 22 May 2018 11:45:42 +0530 X-Google-Sender-Auth: vUwXBcm1u7ISHyo5Y-P7iC-ld0k Message-ID: To: users@dpdk.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-users] Increasing Rx/Tx queues for i40evf driver X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2018 06:15:44 -0000 Hi All, I am using dpdk 16.07 version. The number queues listed by the sriov vf is 4 by default. (4 queue pairs to be specific) I have changed the config parameter *CONFIG_RTE_LIBRTE_I40E_QUEUE_NUM_PER_VF* to 16. But still when the VM comes up, the number of queue pairs assigned is still 4. In the host, the total number of VFs are 4 for the XL710 NIC. Is there anything that needs to be done, to make VF use more number of queues per VF? Thanks, Syam