From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-f48.google.com (mail-oi0-f48.google.com [209.85.218.48]) by dpdk.org (Postfix) with ESMTP id 4A1B2A0BE; Fri, 26 May 2017 15:11:27 +0200 (CEST) Received: by mail-oi0-f48.google.com with SMTP id w10so12014667oif.0; Fri, 26 May 2017 06:11:27 -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=0Pg8UHtvZzOWGihJhlgMvrEtOx/cflMiihVbFJ7NywQ=; b=Ca7maxkMOdn/ELSvv9UrpUOAjk8UDNr1zMQK6xN+zVxTn4Gl0Dmyra9BMYF294A0ev WdNw7xJh3szmtshG5Ju2bxs1QbZfQgGYMYWYOY4VY07jIjHpVQoZcIZbaJyE2n+X1Z3N J4F2o5rJM3TrsEoQqB1vZp7x0EQ9SLuVifEHaOO5p4weIejjhR4uYYftYw/gmQ1g+17/ vULRi0LEhheIRimn5qhr79ZZp1Tf2AWwvO2bt1GNi8pp0pcrc/CxaCvYqCCxNOaXi5Mb cKgSTlD+5NdehARRmgEjQlHQ6BrvMCZh/fioDbGC3ES70kdRzU/6qUyGe7Gm/AOEFd4O ETUw== 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=0Pg8UHtvZzOWGihJhlgMvrEtOx/cflMiihVbFJ7NywQ=; b=Z7GJOkhmIyyFu5WltyHXxzOpgJ5fL29sKoP7f+WxVYIsyJZsA4eQ4PtK3KA75eZrDn U54m4alx8XKrO+XQ8wGC/Ba2RX61ChPiu2V2tvzZIk0z8loltAy6TBZpj5bjKBuzMfmL uOtIkAg/9RiwybwmSlh+ggTBfQUe62Of8rLet1tEGJeAEamYxpmWE4uNcpEUipMC01j/ x0ecVEVLDW04VeQYz/UFZy9wI0b97J8qQoQJpkh9uFNeOGFnFCCb8IeQPe0OYTTAJCzH HL1Vc88CKJY54JIr3dsRHIo9wWHGl5i2zBJGuP49bnCTcCpmvTuG8/Y+JfKaCmeK7KJC Z+zA== X-Gm-Message-State: AODbwcDryJ4AgRIQvsIprAbChIn0f4/gTqtff29+pMrpMP44mxcepLej qapvKe9YlZpYnHQNZmSRAFl5DXjFdKbT X-Received: by 10.202.169.142 with SMTP id s136mr877160oie.95.1495804286711; Fri, 26 May 2017 06:11:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.74.141.129 with HTTP; Fri, 26 May 2017 06:11:26 -0700 (PDT) From: Shashikant Poonia Date: Fri, 26 May 2017 18:41:26 +0530 Message-ID: To: users@dpdk.org, dev@dpdk.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] ixgbe: link status for PF up/down is not updating using LSI DPDK16.11.1 Sample App X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 May 2017 13:11:28 -0000 Hi All, I am running Link Status Interrupt(LSI) DPDK sample application to test link status by making PF up/down using 'ip link set dev up/down'. I would think, it should trigger 'ixgbe_dev_interrupt_handler()' when we do interface up/down. But looks like it is not triggered 'ixgbe_dev_interrupt_handler()' to update link status. setup details: DPDK 16.11.1 LSI sample application Host: rhel 7.2 having Intel X540 10G card Guest: KVM hypervisor attached VFs Execute LSI binary on Guest using ./link_status_interrupt -c 2 -n 4 -- -q 2 -p 0x3 My main goal to check the link status of VF's on Guest machine, but looks like its not updated on PF itself. So once this works then i hope it works for VF as well Please do let me know, whether i am missing any configuraion/patch ? Any help would be appreciated -- Regards, Shashikant Poonia