From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt0-f194.google.com (mail-qt0-f194.google.com [209.85.216.194]) by dpdk.org (Postfix) with ESMTP id F19A63195 for ; Wed, 29 Nov 2017 22:41:16 +0100 (CET) Received: by mail-qt0-f194.google.com with SMTP id e2so6330737qti.0 for ; Wed, 29 Nov 2017 13:41:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=from:mime-version:references:in-reply-to:date:message-id:subject:to :cc; bh=3AQgIpKFbZ35vjkPF7XCXrgK2Yd6KgjWY6DJmTbLkkY=; b=CZSgPd0RoUP94gx0l7XX4Psucba/Ih9c1MbWVWvUVTafSMI9fM8NDZYHMlFjpBamvI 0sCzgv1PJ9YUNqqUx1eN/eO2Er0WHPyMJPqiWZMT1kqkmp7GATFWgP3XfcieJZlkRS0/ pp0QMyT43y3rSGatQljAOj0Ma0cNN/kyHEwX8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:mime-version:references:in-reply-to:date :message-id:subject:to:cc; bh=3AQgIpKFbZ35vjkPF7XCXrgK2Yd6KgjWY6DJmTbLkkY=; b=KIeB2qjXOwNn6LRaeaSLYUYB7MX2uAYTnbqJGdIGavov86MEHoOv7oLF2JErHmz2d5 sqAIPXoF7WUe9hWvjDh6rGiC6fX59TWdBcyy+2/o+SaJwSxyqsxlsj7JSYrNSj9Bn4vB sTtv1r5xYRDirtWMfyE0hDMHGAYD/paCZ5P+qwD9AK6aq9JOfzHKaWN9qmFQuPk1k5fh q9rkZxoh8AEMQ1zJ4cImt+Np0FtY69MsnzVvg2UjOPyYIJBz512F/kySfyhstk5IAuok vcNUk+4EHAE38lm7MuOGJIEfIZ1v28nTMf5oxT7mLy9K64e5TSp5cCTqzdQmdRcvkU/N 1H+Q== X-Gm-Message-State: AKGB3mKRwzR8AMu/MH8ZKzatW+UV3u/e5FnNftxaXJkxPmI+V1dNX24p xsmCRbjamNa6j5z3MnaIznq0szcaoc7zS2NUgArcbw== X-Google-Smtp-Source: AGs4zMZvykSQVZfwYw6DVOEoe1SIAqK5k0Oji5iNrhlf+C4tCaqFlXcGXZPXT6/jsc6fTwNn1lcbj+lN2bDzwdNXsB8= X-Received: by 10.237.55.226 with SMTP id j89mr460430qtb.173.1511991676254; Wed, 29 Nov 2017 13:41:16 -0800 (PST) From: Ajit Kumar Khaparde Mime-Version: 1.0 (1.0) References: In-Reply-To: Date: Wed, 29 Nov 2017 15:41:09 -0600 Message-ID: <-3909302079043608748@unknownmsgid> To: Ferruh Yigit Cc: "Raman, Sandeep" , "users@dpdk.org" , "stable@dpdk.org" , "dev@dpdk.org" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-stable] librte_pmd_bnxt library backporting from 17.11 to 16.11 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2017 21:41:17 -0000 Thanks Ferruh. Raman, What device are you trying this on? Can you send the device id? Thanks Ajit On Nov 29, 2017, at 11:19, Ferruh Yigit wrote: On 11/29/2017 7:59 AM, Raman, Sandeep wrote: Hi, With 17.11 DPDK, Broadcom NIC binds successfully. However with 16.11 it fails. Is there a way to backport the bnxt library from 17.11 to 16.11? Any other ways to get this to work with 16.11. Can Long term stable tree works for you (DPDK 16.11.3) [1], not sure how much of the bnxt driver back-ported though. And providing more details abut the failure may be helpful too. [1] http://dpdk.org/rel Thanks, Sandeep.