From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ea0-x229.google.com (mail-ea0-x229.google.com [IPv6:2a00:1450:4013:c01::229]) by dpdk.org (Postfix) with ESMTP id D3A51DE3 for ; Mon, 3 Mar 2014 07:11:51 +0100 (CET) Received: by mail-ea0-f169.google.com with SMTP id h14so1324911eaj.28 for ; Sun, 02 Mar 2014 22:13:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=qJz1CcsoNNJki+eoqxKnSyj3O0yaWcyerbWCQ1c5skw=; b=G38HO37oShRZGDQfHOIGG19cImTEvRLlPCTAEsR17dp6QCzBSmVbRgiHbeixKx9axs W0j33LoBfvIdb+xBR2n7G/300br09P68DU0ZbuUSaoEkLIa7jO+KnozVBbAJi1fa54I4 snYs+tTI6YHuTDhPggoiHaQXmhrp1xDgrNjwbkoxH4WpIJ4v8AgkH5CgvN5SLiWFk9Ce eVXjseG9XQKIZVJJhRyjRI3+c1vpVQVMRi594QJAbBOEkNbHO88oqY1Chr9DNEaqxYRK FcoUdbvd2Zlq5G07MLKJnY8potmpxW26uOvox0NoqL1OnixEhZuYWu3hOu1kQMFwOANW rFBQ== MIME-Version: 1.0 X-Received: by 10.205.35.199 with SMTP id sx7mr6508bkb.32.1393827199193; Sun, 02 Mar 2014 22:13:19 -0800 (PST) Received: by 10.204.80.66 with HTTP; Sun, 2 Mar 2014 22:13:19 -0800 (PST) In-Reply-To: References: Date: Mon, 3 Mar 2014 11:43:19 +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: Re: [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: Mon, 03 Mar 2014 06:11:52 -0000 can anyone please let me know about this... thanks, Sharath On Sat, Mar 1, 2014 at 5:06 PM, Sharath wrote: > 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 >