DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/3] bnxt patchset
@ 2018-04-19 23:57 Ajit Khaparde
  2018-04-19 23:57 ` [dpdk-dev] [PATCH 1/3] net/bnxt: cache address of doorbell to subsequent access Ajit Khaparde
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Ajit Khaparde @ 2018-04-19 23:57 UTC (permalink / raw)
  To: dev

Please apply.

Ajit Khaparde (3):
  net/bnxt: cache address of doorbell to subsequent access
  net/bnxt: check vnic_id before issuing set_rx_mask
  net/bnxt: initialize mbuf data_off

 drivers/net/bnxt/bnxt.h        |  1 +
 drivers/net/bnxt/bnxt_cpr.c    |  2 +-
 drivers/net/bnxt/bnxt_ethdev.c | 19 ++++++++++++++-----
 drivers/net/bnxt/bnxt_hwrm.c   |  3 +++
 drivers/net/bnxt/bnxt_ring.c   | 17 +++++------------
 drivers/net/bnxt/bnxt_rxr.c    |  2 ++
 6 files changed, 26 insertions(+), 18 deletions(-)

-- 
2.15.1 (Apple Git-101)

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [dpdk-dev] [PATCH 0/3] bnxt patchset
@ 2017-06-09  4:24 Ajit Khaparde
  2017-06-09 11:35 ` Ferruh Yigit
  0 siblings, 1 reply; 8+ messages in thread
From: Ajit Khaparde @ 2017-06-09  4:24 UTC (permalink / raw)
  To: dev; +Cc: ferruh.yigit

This patchset against dpdk-next-net addresses some issues found during
integration testing. The first patch cleans moves some PMD specific code
out of bnxt_ethdev.c and bnxt.h, while the second patch updates some HWRM
definitions in hsi_struct_def_dpdk.h and the last patch fixes an issue
with link status reporting.

Please apply.

--
  net/bnxt: move PMD specific functions
  net/bnxt: update HWRM defines
  net/bnxt: fix incorrect reporting of link status

 drivers/net/bnxt/bnxt.h                | 26 --------------------------
 drivers/net/bnxt/bnxt_ethdev.c         | 18 ------------------
 drivers/net/bnxt/bnxt_hwrm.c           |  4 ++--
 drivers/net/bnxt/hsi_struct_def_dpdk.h |  7 +++++--
 drivers/net/bnxt/rte_pmd_bnxt.c        | 18 ++++++++++++++++++
 drivers/net/bnxt/rte_pmd_bnxt.h        | 26 ++++++++++++++++++++++++++
 6 files changed, 51 insertions(+), 48 deletions(-)

-- 
2.10.1 (Apple Git-78)

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

end of thread, other threads:[~2018-04-20  3:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-19 23:57 [dpdk-dev] [PATCH 0/3] bnxt patchset Ajit Khaparde
2018-04-19 23:57 ` [dpdk-dev] [PATCH 1/3] net/bnxt: cache address of doorbell to subsequent access Ajit Khaparde
2018-04-19 23:57 ` [dpdk-dev] [PATCH 2/3] net/bnxt: check vnic_id before issuing set_rx_mask Ajit Khaparde
2018-04-20  0:47   ` [dpdk-dev] [dpdk-stable] " Ferruh Yigit
2018-04-20  3:32     ` Ajit Khaparde
2018-04-19 23:57 ` [dpdk-dev] [PATCH 3/3] net/bnxt: initialize mbuf data_off Ajit Khaparde
  -- strict thread matches above, loose matches on Subject: below --
2017-06-09  4:24 [dpdk-dev] [PATCH 0/3] bnxt patchset Ajit Khaparde
2017-06-09 11:35 ` 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).