From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wj0-f175.google.com (mail-wj0-f175.google.com [209.85.210.175]) by dpdk.org (Postfix) with ESMTP id 8AE203777 for ; Thu, 29 Dec 2016 14:12:38 +0100 (CET) Received: by mail-wj0-f175.google.com with SMTP id tq7so120897585wjb.0 for ; Thu, 29 Dec 2016 05:12:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=t9ZAtSmVuOvFjSWoZ7D2h8DAndCDn/j5UfDmBTdoMsE=; b=oMAI6BU3hyXxiNutZjyq2FGDuQrfDTx810J+IpKUwE3fQmWKme2SZQyA5A4edJ/OnC FbT5B2MJit63Qaxw3C25EV6e8r6JsRA4bwd6Hw3UwYW22OkZLdnYxT6LrNWzdGX9OLle 7AOHCUo5tdteAZ03/83IZAi60TqiEpQaSMKMLGpD4ZZty8+Xh1WYtRZYucXgtx+NKeba g9kxHap0+USiwxJ12yZaGrqaTusgjUk0E8aOUTX+QkOsVScLa/N6mn5/zQP4IKqJcAhp TEg+6tgoBKfV0oIq5RY9aJHE/sw/UWqEXnCWZCkXNcEzazP4DiWBORq1bcrINua1d1hP 7PjQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=t9ZAtSmVuOvFjSWoZ7D2h8DAndCDn/j5UfDmBTdoMsE=; b=NeZEa7OtaPTpVtVmBf3HvcE+I7AZ0ndcDUkYes8xrJ4ywVcA1syV32SEhBUYlf5Lts in32wQAHOn+dk+6j2mg7hlBWyHzHJGRpdHnGyTLT1dpkPWCdS+PmzcDKPR5bqe6YICr3 oik7euBdM3kM56NKxQfwHE+oeIj1miLJsFVVss+pj0wnLgF9MpuHt2pmcAmRAJAQHDg5 R0H0H0+BWT5gRhq/PD9lbPOuKvwvtWaMI9AjAOkXm34BZQYo/apWxzyPWEohUfIfoAq6 96r03++SNmmyD1lqRfENgXUB8lScUv7H70AvCvtY4oIQzq7ULJXwxltJR984UQEjA2V9 48dg== X-Gm-Message-State: AIkVDXJZIx6BKMeg8Zqdxp6q5wVwlefLrapk8CpnR+wz1nrJurO4m9nuDggegfgRcIRYiKEK6Z9g8TQT3+DdgA== X-Received: by 10.194.84.6 with SMTP id u6mr35571509wjy.185.1483017158209; Thu, 29 Dec 2016 05:12:38 -0800 (PST) MIME-Version: 1.0 Received: by 10.194.238.35 with HTTP; Thu, 29 Dec 2016 05:12:37 -0800 (PST) From: Chinmaya Dwibedy Date: Thu, 29 Dec 2016 18:42:37 +0530 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] Maximum number of queue pairs per QAT device (using dpdk-2.2.0) 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: Thu, 29 Dec 2016 13:12:38 -0000 Hi, I am using the dpdk-2.2.0. I find the maximum number of queue pairs supported by the AESNI device is equal to value of CONFIG_RTE_AESNI_MB_PMD_MAX_NB_QUEUE_PAIRS (in dpdk-2.2.0/config/common_linuxapp). I have created a mapping between logical core ID and crypto device index. Also want to keep one queue per IPsec security association (Inbound or Outbound). With this, even same core and crypto device processes the packet of two security association (One is inbound and another is outbound) without intermixing. I find the max_nb_queue_pairs to be 2 (via rte_cryptodev_info_get () for QAT device. Is there any configuration to increase the maximum number of queue pairs per QAT device? If not , how can I use/support multiple queues per QAT device ? Please suggest. Note that, I have assigned 16 VFs to VM (Openstack). Regards, Chinmaya