From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ie0-f174.google.com (mail-ie0-f174.google.com [209.85.223.174]) by dpdk.org (Postfix) with ESMTP id 1790D2E8A for ; Thu, 24 Jul 2014 14:33:04 +0200 (CEST) Received: by mail-ie0-f174.google.com with SMTP id rp18so2217203iec.33 for ; Thu, 24 Jul 2014 05:34:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=X6zuaM2ZUoqWTLoOgc2kF0RdleV+RTmCZIe31ByezuI=; b=tTM6RmwkiWM+je7yPhRr4DyrI28rOKLiRG9fJ33ukdxAYglM3E2X2KAl1izutij3HV JTCZiok0PwjZKvgiF5WshW0P1cq+PURBI+HBNmS2Y7Vd/WIT6ddSSM//FaD1p6ZyYEBT KWyHruF0pZ9hAh3ZSVKGsJdWqAIGLSNYhrY0k9RfWh8s8+VoN8gB2R1ysS2foTl9ZfBq Zodqo2yHUtPizuNIDHB5WCjLTTGu+Mg+3/DI3AtZVxwI+7loNeCV4k0ecJyVDpL+5mKs xDOd4FtvvZo3Cw35De6ODmd1ZPh11IiLwyBhYjrtFGoSz4f8FkV2LsgVjsXlHKKii62k yUgw== MIME-Version: 1.0 X-Received: by 10.42.91.1 with SMTP id n1mr12391047icm.76.1406205272099; Thu, 24 Jul 2014 05:34:32 -0700 (PDT) Received: by 10.64.32.233 with HTTP; Thu, 24 Jul 2014 05:34:32 -0700 (PDT) Date: Thu, 24 Jul 2014 14:34:32 +0200 Message-ID: From: sothy shan To: dev@dpdk.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] rte_eth_dev_configure 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, 24 Jul 2014 12:33:05 -0000 Hello! I am trying to use DPDK ovs (development branch) with DPDK1.7. There is an error when running ovs_dpdk command. Error is PANIC in ovdk_vport_phy_port_init. Cannot initi NIC port 0 (-22). Based on my search within code, rte_eth_dev_configure gives an error with code -22. My question is that how to debug or print the PMD_DEBUG_TRACE into file or terminal when running ovs-dpdk? Second, any clue why rte_eth_dev_configure give an error with code -22? Thanks for your help. Best regards Sothy