From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ee0-x234.google.com (mail-ee0-x234.google.com [IPv6:2a00:1450:4013:c00::234]) by dpdk.org (Postfix) with ESMTP id 0EF206AAE for ; Sat, 1 Mar 2014 12:35:10 +0100 (CET) Received: by mail-ee0-f52.google.com with SMTP id c41so2897977eek.11 for ; Sat, 01 Mar 2014 03:36:38 -0800 (PST) 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=QDwmt30kAfjYskKEkA/AHEYPKHkFNpswCfCYXCehTas=; b=hYou0HkOrt1BnyVUSyI5Ud9aejbNjqSbYsPmVaolqRG87+U28SADGxv8vA/xxkAiaD LZL3bs/c6oaFNKY4es9fRUpy6igA8BbpQXsvqebRc3Zc+QtRaBrB6Scn+I71cTIf+5ey sAmrOW65CZvfVxvuFAr9zwKIy89DqMumNZFuXDJfRT4zvxpzR+2L1rImwWYiq43J4r+k UOOmuFcKahdLNKWOxzBmZ2h0Uujr1tbpdXImp2qoXeBjU5aPsC4iAsmnvJ/d0zG+CAnY ga7vJmxg6EB0Z8KUZUYX476S6xzTxeMagz/IXxH2J6kMG4aJmLSvkR8oDPmPgr9lbr8o FDyA== MIME-Version: 1.0 X-Received: by 10.205.102.196 with SMTP id df4mr5139767bkc.2.1393673797834; Sat, 01 Mar 2014 03:36:37 -0800 (PST) Received: by 10.204.80.66 with HTTP; Sat, 1 Mar 2014 03:36:37 -0800 (PST) Date: Sat, 1 Mar 2014 17:06:37 +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] are these bypass api supported on Intel Bandon Beach card : of device id : 8086:155d 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: Sat, 01 Mar 2014 11:35:11 -0000 Hi we are using DPDK 1.5.1_7. our PCI slot has Intel Bandon Beach NIC. Can anyone please let me know, whether the below api's are supported in the NIC type [8086:155d] int rte_eth_dev_bypass_init (uint8_t port) * int rte_eth_dev_bypass_state_show (uint8_t port, uint32_t _state) * int rte_eth_dev_bypass_state_set (uint8_t port, uint32_t _new_state) * int rte_eth_dev_bypass_event_show (uint8_t port, uint32_t event, uint32_t _state) * int rte_eth_dev_bypass_event_store (uint8_t port, uint32_t event, uint32_t state) * int rte_eth_dev_bypass_ver_show (uint8_t port, uint32_t _ver) * int rte_eth_dev_bypass_wd_timeout_show (uint8_t port, thanks Sharath