DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/8] bnxt patchset
@ 2017-08-24 16:29 Ajit Khaparde
  2017-08-24 16:29 ` [dpdk-dev] [PATCH 1/8] net/bnxt: add support for xstats get by id Ajit Khaparde
                   ` (7 more replies)
  0 siblings, 8 replies; 18+ messages in thread
From: Ajit Khaparde @ 2017-08-24 16:29 UTC (permalink / raw)
  To: dev

This patchset adds:
  - support for xstats get by id
  - support for rx_queue_count
  - support for rx_descriptor_status
  - support for rx_descriptor_done
  - support for tx_descriptor_status
  - support for flow filter ops
  - new HWRM structures which are used by the flow filtering functions
It also fixes the HWRM_*() macros and locking to ensure that there is
only one outstanding command with the firmware.

Please consider including them for the upcoming release.

-- 
2.10.1 (Apple Git-78)

^ permalink raw reply	[flat|nested] 18+ messages in thread
* [dpdk-dev] [PATCH 0/8] bnxt patchset
@ 2017-07-20  4:48 Ajit Khaparde
  2017-07-20 10:02 ` Ferruh Yigit
  0 siblings, 1 reply; 18+ messages in thread
From: Ajit Khaparde @ 2017-07-20  4:48 UTC (permalink / raw)
  To: dev

Hi,
This patch set fixes some of the issues found during testing.
Please apply.

Thanks

  net/bnxt: fix log levels for non error conditions.
  net/bnxt: fix to avoid a segfault
  net/bnxt: fix vnic cleanup
  net/bnxt: fix set link config
  net/bnxt: reset VF stats during initialization
  net/bnxt: fix VLAN antispoof configuration code
  net/bnxt: check invalid l2_filter_id
  net/bnxt: fix to free a filter before reusing it

 drivers/net/bnxt/bnxt.h                |   7 +++
 drivers/net/bnxt/bnxt_cpr.c            |   2 +-
 drivers/net/bnxt/bnxt_hwrm.c           |  76 ++++++++++++++++++++++-
 drivers/net/bnxt/bnxt_hwrm.h           |   3 +
 drivers/net/bnxt/hsi_struct_def_dpdk.h |  81 +++++++++++++++++++++++-
 drivers/net/bnxt/rte_pmd_bnxt.c        | 110 ++++++++++++++++++++++-----------

-- 
2.10.1 (Apple Git-78)

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

end of thread, other threads:[~2017-08-29 16:16 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-24 16:29 [dpdk-dev] [PATCH 0/8] bnxt patchset Ajit Khaparde
2017-08-24 16:29 ` [dpdk-dev] [PATCH 1/8] net/bnxt: add support for xstats get by id Ajit Khaparde
2017-08-29 16:10   ` Ferruh Yigit
2017-08-24 16:29 ` [dpdk-dev] [PATCH 2/8] net/bnxt: add support for rx_queue_count Ajit Khaparde
2017-08-29 16:10   ` Ferruh Yigit
2017-08-24 16:29 ` [dpdk-dev] [PATCH 3/8] net/bnxt: add support for rx_descriptor_status Ajit Khaparde
2017-08-29 16:11   ` Ferruh Yigit
2017-08-24 16:29 ` [dpdk-dev] [PATCH 4/8] net/bnxt: add support for rx_descriptor_done Ajit Khaparde
2017-08-29 16:11   ` Ferruh Yigit
2017-08-24 16:29 ` [dpdk-dev] [PATCH 5/8] net/bnxt: add support for tx_descriptor_status Ajit Khaparde
2017-08-29 16:12   ` Ferruh Yigit
2017-08-24 16:29 ` [dpdk-dev] [PATCH 6/8] net/bnxt: add new HWRM structures Ajit Khaparde
2017-08-24 16:29 ` [dpdk-dev] [PATCH 7/8] net/bnxt: fix HWRM_*() macros and locking Ajit Khaparde
2017-08-29 16:12   ` Ferruh Yigit
2017-08-24 16:29 ` [dpdk-dev] [PATCH 8/8] net/bnxt: add support for flow filter ops Ajit Khaparde
2017-08-29 16:16   ` Ferruh Yigit
  -- strict thread matches above, loose matches on Subject: below --
2017-07-20  4:48 [dpdk-dev] [PATCH 0/8] bnxt patchset Ajit Khaparde
2017-07-20 10:02 ` Ferruh Yigit

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).