From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4E104A0568 for ; Mon, 2 Mar 2020 10:42:00 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A98D71BFF4; Mon, 2 Mar 2020 10:41:59 +0100 (CET) Received: from mail-lf1-f44.google.com (mail-lf1-f44.google.com [209.85.167.44]) by dpdk.org (Postfix) with ESMTP id D31FF1BE3D for ; Mon, 2 Mar 2020 10:41:58 +0100 (CET) Received: by mail-lf1-f44.google.com with SMTP id w22so6451733lfk.5 for ; Mon, 02 Mar 2020 01:41:58 -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=ZdhnVafs2TJdtFUxbX9grY0QQSHOQvtU7dlDw/peKYs=; b=GR5liwkYixzxivWS+vsluiQlxlgjbWV3tCnw/YJNVC8aD7iiUortZTxw1etcIUistS xGp3C1hjIQ8AQ1/lSuUcU+d0vYLSQneEb7txq40RQlPrUgc1t/agFKRnEwvofrS5q28f oAhFOSIvggnySUuniWf15sOFdQs2tuG6Cy+LmCqL5JHfYggmR+XVgAwbWYCN3xZaRKZq Exo3cOv6E0s79HHGnmH72eCCK4Dn3snnErwCWnM1Wy2t6QxikdfzXljrCthj9Kb2orNC JPt42GD6a7Cii16Vb3RRnbmmxmlADvs4ypS63VzFkcuF3yIPGOLehfxbwvJF0xFWkNfJ EuDw== 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=ZdhnVafs2TJdtFUxbX9grY0QQSHOQvtU7dlDw/peKYs=; b=ZI8pHLvZoFj2J47Goqr2PFuLoSxXJeO0ECfci8UoLY5Qr0MWTsi8A2Q6S4UVMOYX0y VRFlxNPx6uscefLLlUGBEINOsxiKOhQJcCFc7lBYIe166f5jQVjK9d0kXfJm3d/7Q8F/ 1EMACKwIXO9l1sd0hVkbU+R8m4LdB/yr8VlAWshix5AHY65gPJ6H1pcVEIPUW09B8dSt SfgQLu53XD1YeZdOqOKPOb7hSoB+C87n0JiUcbUgLSLLs/Ve4vMx4uJybkjMmx147xyv ctQx6yGlP8a1LQjNdXDv3z8gTqag1fvqw6SZnJzgOst8sPLOcVUQ6QQru0HctFlgG7iE bUuw== X-Gm-Message-State: ANhLgQ1as1pvvKxxtiL3kgnPQoepKGgCoOuXdc6ak59wcq4xogJczajB mrqfJqgOgpjdXIRfi1p4D6ej4TzV3zrzRU71+I8SfTbpHQ14dg== X-Google-Smtp-Source: ADFU+vu9HyDKCCMgzX1oL1N05wC51Pi70+VzfBwPvFcz+9XIoDAFMcx4/UKn4woVE+BO47XrgqljGmgSaMp096d+Fjo= X-Received: by 2002:a19:7b18:: with SMTP id w24mr10277301lfc.188.1583142117935; Mon, 02 Mar 2020 01:41:57 -0800 (PST) MIME-Version: 1.0 From: srushti Date: Mon, 2 Mar 2020 10:41:22 +0100 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] Offloading error in dpdk 18.08 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: , Errors-To: users-bounces@dpdk.org Sender: "users" Greetings! My query is regarding this issue which pops up when I am trying to run dpdk (version 18.08). Port 0: nb_rxd 4096 nb_txd 4096 Ethdev port_id=0 rx_queue_id=0, new added offloads 0x2000000008 must be within pre-queue offload capabilities 0x0 in rte_eth_rx_queue_setup() PANIC in xran_init_port(): Cannot init RX for port 0 (-22) I tried looking for the reasons in the file, lib/librte_ethdev/rte_ethdev.c, but, this error comes up in two functions, rte_eth_tx_queue_setup and rte_eth_rx_queue_setup. Could someone please let me know what has to be done? Thanks in advance! Regards Srushti