All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] bnxt atchset
@ 2018-01-08 20:24 Ajit Khaparde
  2018-01-08 20:24 ` [PATCH 01/13] net/bnxt: check return values in bnxt_dev_init Ajit Khaparde
                   ` (13 more replies)
  0 siblings, 14 replies; 16+ messages in thread
From: Ajit Khaparde @ 2018-01-08 20:24 UTC (permalink / raw)
  To: dev; +Cc: ferruh.yigit

Please apply these patches.

Ajit Khaparde (10):
  net/bnxt: check return values in bnxt_dev_init
  net/bnxt: fix double increment of idx during Tx ring alloc
  net/bnxt: parse checksum offload flags
  net/bnxt: fix grp_info usage
  net/bnxt: return proper error code
  net/bnxt: add check for multi host PF per port.
  net/bnxt: check if initialization is done before accessing stats
  net/bnxt: fix check for ether_type
  net/bnxt: check on-chip resources

Somnath Kotur (3):
  net/bnxt: fix duplicate filter pattern creation error
  net/bnxt: remove unnecessary addition of a temporary filter
  net/bnxt: fix bug with duplicate pattern for 5tuple filter
  bnxt/bnxt: free the aggregration ring while freeing all the HWRM rings

 drivers/net/bnxt/bnxt.h        |  7 ++-
 drivers/net/bnxt/bnxt_cpr.c    |  1 -
 drivers/net/bnxt/bnxt_ethdev.c | 97 +++++++++++++++++++++++++++++++++---------
 drivers/net/bnxt/bnxt_filter.c | 49 ++++++++++++++++++---
 drivers/net/bnxt/bnxt_hwrm.c   | 32 ++++++++------
 drivers/net/bnxt/bnxt_ring.c   |  7 ++-
 drivers/net/bnxt/bnxt_ring.h   |  2 +-
 drivers/net/bnxt/bnxt_rxq.c    |  7 +++
 drivers/net/bnxt/bnxt_stats.c  | 13 +++++-
 drivers/net/bnxt/bnxt_txq.c    |  7 +++
 drivers/net/bnxt/bnxt_txr.c    | 15 ++++---
 11 files changed, 182 insertions(+), 55 deletions(-)

-- 
2.14.3 (Apple Git-98)

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

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

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-08 20:24 [PATCH 00/13] bnxt atchset Ajit Khaparde
2018-01-08 20:24 ` [PATCH 01/13] net/bnxt: check return values in bnxt_dev_init Ajit Khaparde
2018-01-08 20:53   ` Stephen Hemminger
2018-01-08 20:24 ` [PATCH 02/13] net/bnxt: fix double increment of idx during Tx ring alloc Ajit Khaparde
2018-01-08 20:24 ` [PATCH 03/13] net/bnxt: parse checksum offload flags Ajit Khaparde
2018-01-08 20:24 ` [PATCH 04/13] net/bnxt: fix grp_info usage Ajit Khaparde
2018-01-08 20:24 ` [PATCH 05/13] net/bnxt: return proper error code Ajit Khaparde
2018-01-08 20:24 ` [PATCH 06/13] net/bnxt: add check for multi host PF per port Ajit Khaparde
2018-01-08 20:24 ` [PATCH 07/13] net/bnxt: check if initialization is done before accessing stats Ajit Khaparde
2018-01-08 20:24 ` [PATCH 08/13] net/bnxt: fix check for ether_type Ajit Khaparde
2018-01-08 20:24 ` [PATCH 09/13] net/bnxt: remove unnecessary addition of a temporary filter Ajit Khaparde
2018-01-08 20:24 ` [PATCH 10/13] net/bnxt: fix duplicate filter pattern creation error Ajit Khaparde
2018-01-08 20:24 ` [PATCH 11/13] net/bnxt: fix bug with duplicate pattern for 5tuple filter Ajit Khaparde
2018-01-08 20:24 ` [PATCH 12/13] bnxt/bnxt: free the aggregration ring while freeing all the HWRM rings Ajit Khaparde
2018-01-08 20:24 ` [PATCH 13/13] net/bnxt: check on-chip resources Ajit Khaparde
2018-01-10 20:32 ` [PATCH 00/13] bnxt atchset Ferruh Yigit

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.