From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-f44.google.com (mail-oi0-f44.google.com [209.85.218.44]) by dpdk.org (Postfix) with ESMTP id 132D728F3 for ; Tue, 28 Mar 2017 17:51:18 +0200 (CEST) Received: by mail-oi0-f44.google.com with SMTP id f193so41976530oib.2 for ; Tue, 28 Mar 2017 08:51:18 -0700 (PDT) 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=I11XlPR9647GTc9/16El8KPffxcG4J4IubpIfGW8mg0=; b=cXnXEKnbzwBQpx27dUaXhkhV8RVxYX4Yd7Pp/qMTPz/FKsdkTBRete39f0sRZq/y2F O+lRtCELfeVCtQa9RgyZ11HnZIlGd6cwdC74bBVwLgSa2hRioymU5y051udq6iojDMVe b20KTyXglJfZ3aBqGZU/9b7LcL1yKqVNe/WajPt9ZcBmz+LcMM+kJDsJljAWhfRPfLAy EozjYhd1K2TTew0vfvY9PFAiWBeqWFlgf8gl2kFJ0J7daM0Kt+PgzD+mdA2DQ0y7+o9a s09rDKwa99x55695kq8Gxp8Yu4YqrhX9XkeTruKx+zJsRH6cbDV9aFoO4thNYrvxjTt6 qXmQ== 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=I11XlPR9647GTc9/16El8KPffxcG4J4IubpIfGW8mg0=; b=T17ra+4XkCU8RFlV5LMw78fRWCj0dsecU3eW08C0zlsNu0Vlo1LqK1vMWq2iMeTDIS gQ8OYvAfrBbRc3nOS7lC96l5DGPS+KuvX8frts988aW3Upq5rihX5xyDmRjGwxnktjvj 3dfLsFeCCE+rFqXMsEwZ/3g10xMMVr6nxEfM/gRF1pfnXcwUzruYJD261eMxKtfZN+Cs K+86YnnuX97ebgexpSKmLU519FeJmu0n9DfbVb7giyUKElAkUCtUHBvtj7DbcmIKov7A ywSS0dkQRp1nm0A7w/YO0VcCZi6Vq3iep6CVatUuX4gUE8d/LloI6wca3XU+OTviYhEy OrfA== X-Gm-Message-State: AFeK/H1Ra287MCSMbDtEqfP1eCsJDBi9q4Y3R6qxnpp7/95l6b5PrXcGXeFz5reY5KXhD5uPUXHXde5s7SuAVQ== X-Received: by 10.202.196.13 with SMTP id u13mr10075949oif.179.1490716278192; Tue, 28 Mar 2017 08:51:18 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.110.40 with HTTP; Tue, 28 Mar 2017 08:50:57 -0700 (PDT) From: Sushil Adhikari Date: Tue, 28 Mar 2017 10:50:57 -0500 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] Problem bringing KNI interfaces when daemonized after rte_eal_init 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, 28 Mar 2017 15:51:19 -0000 I am trying to run dpdk kni application and daemonize it. If I daemonize the application before rte_eal_init, I can bring the kni interface up by running "ifconfig eth2 up" (eth2 is what I have named the interface instead of vEth0 as in example) but If I daemonize the application after rte_eal_init() function and try to run "ifconfig eth2 up" it says "ifconfig: SIOCSIFFLAGS: Timer expired" I would appreciate any insight or suggestion regarding what the problem might be. I'm using dpdk version 16.11 on linux 4.4.20. Thank you Sushil