From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk0-f171.google.com (mail-qk0-f171.google.com [209.85.220.171]) by dpdk.org (Postfix) with ESMTP id 6036F2952 for ; Thu, 11 May 2017 19:08:00 +0200 (CEST) Received: by mail-qk0-f171.google.com with SMTP id k74so28057999qke.1 for ; Thu, 11 May 2017 10:08:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=R5iXvZiobM6bzDo4pGhxsJwRYvzbaFsie4aLxleJ25Y=; b=dqnI4evCMqQcLf2QoCj4BQWhrJr8jB8QcbEyeP4nxACBt/E8qWU7GbyGJqt/DOvQ5Z Lz+glB+6jnJW2C3+6y37+ISXg/FCm32DKLg31amTiSDp0vbYqjsubCEs7GEK7pDRGm/h 57s/l6LMHDB1EBnIg6m1JuJwcU4xBwhTgyEH4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=R5iXvZiobM6bzDo4pGhxsJwRYvzbaFsie4aLxleJ25Y=; b=C2f5WAyARKZImCgRAF6NeVpeJb3lkS8/IlkF2BeSrbSY9pFJFM0Kwwma4x0wvx9y0E 6OsbinKrYwyFw9grUWlFgpyU0uqfzW7N+IU9jAFZr1V3SlVOuJoIaDHjII3vEQjTWiru Okiez87TYPhM2FM8e1z1GmvHSfgfGWCgiRaNtxCTp8CSCvyRbuUegVJ1h0KnIZmawiLk 64tFeHx/SbpXexgSAKgEFvGq8hl7J6YCXkfeywHh61hQrY2if1aXRlfCTgBbtAZtUXkN YwnlrxDN6GtTxxwBYbQTi5ggBj3i/SxLv8iME9PSa8CIvskqH1PqvgIft8n4DUKxXdTr HgzA== X-Gm-Message-State: AODbwcCz4ET5rjLULkpDEO6qf3w2i4LBB8w9HzFPlQTuHoC4QH3N+wkO 8C0IYTYFtsA/ahGcUnjr2zo9vVdNrzoN X-Received: by 10.55.207.140 with SMTP id v12mr182304qkl.68.1494522479633; Thu, 11 May 2017 10:07:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.237.46.231 with HTTP; Thu, 11 May 2017 10:07:19 -0700 (PDT) In-Reply-To: <6a55004d-4787-c6b0-27db-b9da9fb466b5@intel.com> References: <20170328034903.41482-1-ajit.khaparde@broadcom.com> <20170328034903.41482-6-ajit.khaparde@broadcom.com> <6a55004d-4787-c6b0-27db-b9da9fb466b5@intel.com> From: Ajit Khaparde Date: Thu, 11 May 2017 12:07:19 -0500 Message-ID: To: Ferruh Yigit Cc: Stephen Hurd , dev@dpdk.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH 05/28] bnxt: add support for PF/VF communications 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: Thu, 11 May 2017 17:08:00 -0000 On Thu, May 11, 2017 at 12:00 PM, Ferruh Yigit wrote: > On 3/28/2017 4:48 AM, Ajit Khaparde wrote: > > Set up interrupts and default completion ring during device init to > > allow VF communications. > > > > Request most VF HWRM commands be forwarded to the PF driver. In the > > future, this should be configurable. > > > > Fix reporting of active VFs. > > > > Add a log message when a completion is ignored on the default completio= n > > ring since this will indicate support that needs to be added. > > > > Do not initialize the default completion ring in bnxt_alloc_hwrm_rings(= ), > > but move it out to bnxt_dev_init(). > > > > Create a structure bnxt_child_vf_info for PF to cache VF specific info. > > > > Signed-off-by: Stephen Hurd > > Signed-off-by: Ajit Khaparde > > Hi Ajit, Stephen, > > This patch doesn't cleanly apply on top of latest next-net, can you > please rebase the patchset? > Yes, Ferruh. I =E2=80=8Bam working on that.=E2=80=8B > > Also as reminder, there was previously reported 32bit and shared > library builds. > > And there are some checkpatch > =E2=80=8B=E2=80=8B > warnings in patch 25 and 28. > =E2=80=8BAnd these as well. =E2=80=8B > > Thanks, > ferruh >