From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f44.google.com (mail-pa0-f44.google.com [209.85.220.44]) by dpdk.org (Postfix) with ESMTP id 969B058F0 for ; Fri, 4 Apr 2014 14:41:07 +0200 (CEST) Received: by mail-pa0-f44.google.com with SMTP id bj1so3425687pad.3 for ; Fri, 04 Apr 2014 05:42:42 -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:cc:content-type; bh=6MJLk8ZLXEyMs9JbxEpZXdOaMGRBlqwpooCu6x/HnHQ=; b=iirfDoJVjfataDUNzM3UGNUjXBkiPuDzpns3v1GQ+lOw5Vz9wiXHTqKFatTFlnpxoB G88doHAkkSzHC1ecnN6f1sYhwTdQRDge0psH3hzSRc8Le73NNBD1QG9tZszyHbAuliLT WYoeiCAlfIijXnKA/nYqbgFKI2OjL1CNQikG7/IDTXUJqq26XR5eHuumNPzHebzwXE3/ mg+G+Kieh0O5jUrqUqwGfcQ/Nwz99Pbtzya0NzupbHzYjdaTzKU1229X1oj0VF49efAG t83hx1T643drZETg+ZtgNGtURh9FFvNcipI20y5DhPfEvaq8IWtX6YaV/lMf2wLi1Zjn SzCA== MIME-Version: 1.0 X-Received: by 10.68.135.195 with SMTP id pu3mr15079695pbb.70.1396615362661; Fri, 04 Apr 2014 05:42:42 -0700 (PDT) Received: by 10.70.31.97 with HTTP; Fri, 4 Apr 2014 05:42:42 -0700 (PDT) Date: Fri, 4 Apr 2014 18:12:42 +0530 Message-ID: From: Sharath To: "dev@dpdk.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] bypass event for reboot 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: Fri, 04 Apr 2014 12:41:08 -0000 Hi! I have been able to use the below API to set the bypass event on power off and power on * int rte_eth_dev_bypass_event_store (uint8_t port, uint32_t event, uint32_t state) is there a similar way to set the bypass state on "reboot" event ? can anyone please let me know about this. thanks in advance Sharath.