DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [v2 00/15] bnxt patch series
@ 2016-09-26 16:13 Ajit Khaparde
  2016-09-26 16:46 ` Ferruh Yigit
  2016-09-30 10:32 ` Bruce Richardson
  0 siblings, 2 replies; 3+ messages in thread
From: Ajit Khaparde @ 2016-09-26 16:13 UTC (permalink / raw)
  To: dev

Please consider applying this patch series.

v1->v2: Update the bnxt PMD to use a newer HWRM API
has been split into smaller patches for easier review.

Ajit Khaparde (15):
  bnxt: Add support for Broadcom StrataGX Communication Processors
  bnxt: Enable support for NPAR 1.0 feature
  bnxt: Add support for new DIDs
  bnxt: Update Broadcom PMD driver documentation
  bnxt: Add support to load bnxt PMD on a SR-IOV VF
  bnxt: Add support for port hotplug
  bnxt: Update the bnxt PMD to use the 1.5.1 HWRM API
  bnxt: Update buffer descriptor definitions per 1.5.1 API
  bnxt: Update various completion descriptors as per the 1.5.1 HWRM API
  bnxt: Update various structures to version 1.5.1 of HWRM API
  bnxt: Update some structures to use the 1.5.1 HWRM API
  bnxt: Update the VNIC related structures to the 1.5.1 HWRM version
  bnxt: Update the HWRM ring related structures to version 1.5.1
  bnxt: Update the HWRM filter related structures to version 1.5.1
  bnxt: Update struct definitions to use the 1.5.1 HWRM API

 doc/guides/nics/bnxt.rst               |   23 +-
 drivers/net/bnxt/bnxt.h                |    4 +
 drivers/net/bnxt/bnxt_cpr.c            |    3 +
 drivers/net/bnxt/bnxt_cpr.h            |    1 +
 drivers/net/bnxt/bnxt_ethdev.c         |   96 +-
 drivers/net/bnxt/bnxt_filter.c         |    3 +
 drivers/net/bnxt/bnxt_hwrm.c           |   44 +-
 drivers/net/bnxt/bnxt_hwrm.h           |    1 +
 drivers/net/bnxt/bnxt_stats.c          |    4 +-
 drivers/net/bnxt/bnxt_txr.h            |    1 +
 drivers/net/bnxt/bnxt_vnic.c           |    3 +
 drivers/net/bnxt/hsi_struct_def_dpdk.h | 8718 ++++++++++++++++----------------
 12 files changed, 4639 insertions(+), 4262 deletions(-)

-- 
2.4.3

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [v2 00/15] bnxt patch series
  2016-09-26 16:13 [dpdk-dev] [v2 00/15] bnxt patch series Ajit Khaparde
@ 2016-09-26 16:46 ` Ferruh Yigit
  2016-09-30 10:32 ` Bruce Richardson
  1 sibling, 0 replies; 3+ messages in thread
From: Ferruh Yigit @ 2016-09-26 16:46 UTC (permalink / raw)
  To: Ajit Khaparde, dev

Hi Ajit,

On 9/26/2016 5:13 PM, Ajit Khaparde wrote:
> Please consider applying this patch series.
> 
> v1->v2: Update the bnxt PMD to use a newer HWRM API
> has been split into smaller patches for easier review.
> 
> Ajit Khaparde (15):
>   bnxt: Add support for Broadcom StrataGX Communication Processors
>   bnxt: Enable support for NPAR 1.0 feature
>   bnxt: Add support for new DIDs
>   bnxt: Update Broadcom PMD driver documentation
>   bnxt: Add support to load bnxt PMD on a SR-IOV VF
>   bnxt: Add support for port hotplug
>   bnxt: Update the bnxt PMD to use the 1.5.1 HWRM API
>   bnxt: Update buffer descriptor definitions per 1.5.1 API
>   bnxt: Update various completion descriptors as per the 1.5.1 HWRM API
>   bnxt: Update various structures to version 1.5.1 of HWRM API
>   bnxt: Update some structures to use the 1.5.1 HWRM API
>   bnxt: Update the VNIC related structures to the 1.5.1 HWRM version
>   bnxt: Update the HWRM ring related structures to version 1.5.1
>   bnxt: Update the HWRM filter related structures to version 1.5.1
>   bnxt: Update struct definitions to use the 1.5.1 HWRM API
> 
>  doc/guides/nics/bnxt.rst               |   23 +-
>  drivers/net/bnxt/bnxt.h                |    4 +
>  drivers/net/bnxt/bnxt_cpr.c            |    3 +
>  drivers/net/bnxt/bnxt_cpr.h            |    1 +
>  drivers/net/bnxt/bnxt_ethdev.c         |   96 +-
>  drivers/net/bnxt/bnxt_filter.c         |    3 +
>  drivers/net/bnxt/bnxt_hwrm.c           |   44 +-
>  drivers/net/bnxt/bnxt_hwrm.h           |    1 +
>  drivers/net/bnxt/bnxt_stats.c          |    4 +-
>  drivers/net/bnxt/bnxt_txr.h            |    1 +
>  drivers/net/bnxt/bnxt_vnic.c           |    3 +
>  drivers/net/bnxt/hsi_struct_def_dpdk.h | 8718 ++++++++++++++++----------------
>  12 files changed, 4639 insertions(+), 4262 deletions(-)
> 

patch 7/15 seems not delivered, if it is a big file, it may be blocked.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [v2 00/15] bnxt patch series
  2016-09-26 16:13 [dpdk-dev] [v2 00/15] bnxt patch series Ajit Khaparde
  2016-09-26 16:46 ` Ferruh Yigit
@ 2016-09-30 10:32 ` Bruce Richardson
  1 sibling, 0 replies; 3+ messages in thread
From: Bruce Richardson @ 2016-09-30 10:32 UTC (permalink / raw)
  To: Ajit Khaparde; +Cc: dev

On Mon, Sep 26, 2016 at 11:13:33AM -0500, Ajit Khaparde wrote:
> Please consider applying this patch series.
> 
> v1->v2: Update the bnxt PMD to use a newer HWRM API
> has been split into smaller patches for easier review.
> 
> Ajit Khaparde (15):
>   bnxt: Add support for Broadcom StrataGX Communication Processors
>   bnxt: Enable support for NPAR 1.0 feature
>   bnxt: Add support for new DIDs
>   bnxt: Update Broadcom PMD driver documentation
>   bnxt: Add support to load bnxt PMD on a SR-IOV VF
>   bnxt: Add support for port hotplug
>   bnxt: Update the bnxt PMD to use the 1.5.1 HWRM API
>   bnxt: Update buffer descriptor definitions per 1.5.1 API
>   bnxt: Update various completion descriptors as per the 1.5.1 HWRM API
>   bnxt: Update various structures to version 1.5.1 of HWRM API
>   bnxt: Update some structures to use the 1.5.1 HWRM API
>   bnxt: Update the VNIC related structures to the 1.5.1 HWRM version
>   bnxt: Update the HWRM ring related structures to version 1.5.1
>   bnxt: Update the HWRM filter related structures to version 1.5.1
>   bnxt: Update struct definitions to use the 1.5.1 HWRM API
> 
Applied to dpdk-next-net/rel_16_11

Thanks,
/Bruce

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-09-30 10:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-26 16:13 [dpdk-dev] [v2 00/15] bnxt patch series Ajit Khaparde
2016-09-26 16:46 ` Ferruh Yigit
2016-09-30 10:32 ` Bruce Richardson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).