All of lore.kernel.org
 help / color / mirror / Atom feed
* [net-next v2 00/10] QorIQ DPAA 1 updates
@ 2017-03-09 14:36 ` Madalin Bucur
  0 siblings, 0 replies; 22+ messages in thread
From: Madalin Bucur @ 2017-03-09 14:36 UTC (permalink / raw)
  To: netdev
  Cc: davem, camelia.groza, dan.carpenter, linux-kernel, linuxppc-dev,
	Madalin Bucur

This patch set introduces a series of fixes and features to the DPAA 1
drivers. Besides activating hardware Rx checksum offloading, four traffic
classes are added for Tx traffic prioritisation.

The changes are also available on the dpaa_eth-next branch in the git
repository at:

  git://git.freescale.com/ppc/upstream/linux.git

changes from v1: added patch to enable context-A stashing

Camelia Groza (2):
  dpaa_eth: add four prioritised Tx traffic classes
  dpaa_eth: enable multiple Tx traffic classes

Madalin Bucur (8):
  fsl/fman: parse result data is big endian
  fsl/fman: set HW parser as BMI next engine
  fsl/fman: remove wrong free
  fsl/fman: enlarge FIFO to allow for the 5th port
  dpaa_eth: remove redundant initialization
  dpaa_eth: enable Rx checksum offload
  dpaa_eth: do not ignore port api return value
  dpaa_eth: enable context-A stashing

 drivers/net/ethernet/freescale/dpaa/dpaa_eth.c  | 178 +++++++++++++++++++-----
 drivers/net/ethernet/freescale/dpaa/dpaa_eth.h  |   8 +-
 drivers/net/ethernet/freescale/fman/fman.c      |  23 ++-
 drivers/net/ethernet/freescale/fman/fman.h      |  10 +-
 drivers/net/ethernet/freescale/fman/fman_port.c |  76 +++++++++-
 5 files changed, 248 insertions(+), 47 deletions(-)

-- 
2.1.0

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

end of thread, other threads:[~2017-03-13  6:01 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-09 14:36 [net-next v2 00/10] QorIQ DPAA 1 updates Madalin Bucur
2017-03-09 14:36 ` Madalin Bucur
2017-03-09 14:36 ` [net-next v2 01/10] fsl/fman: parse result data is big endian Madalin Bucur
2017-03-09 14:36   ` Madalin Bucur
2017-03-09 14:36 ` [net-next v2 02/10] fsl/fman: set HW parser as BMI next engine Madalin Bucur
2017-03-09 14:36   ` Madalin Bucur
2017-03-09 14:36 ` [net-next v2 03/10] fsl/fman: remove wrong free Madalin Bucur
2017-03-09 14:36 ` [net-next v2 04/10] fsl/fman: enlarge FIFO to allow for the 5th port Madalin Bucur
2017-03-09 14:36   ` Madalin Bucur
2017-03-09 14:37 ` [net-next v2 05/10] dpaa_eth: remove redundant initialization Madalin Bucur
2017-03-09 14:37   ` Madalin Bucur
2017-03-09 14:37 ` [net-next v2 06/10] dpaa_eth: enable Rx checksum offload Madalin Bucur
2017-03-09 14:37   ` Madalin Bucur
2017-03-09 14:37 ` [net-next v2 07/10] dpaa_eth: do not ignore port api return value Madalin Bucur
2017-03-09 14:37   ` Madalin Bucur
2017-03-09 14:37 ` [net-next v2 08/10] dpaa_eth: add four prioritised Tx traffic classes Madalin Bucur
2017-03-09 14:37   ` Madalin Bucur
2017-03-09 14:37 ` [net-next v2 09/10] dpaa_eth: enable multiple " Madalin Bucur
2017-03-09 14:37   ` Madalin Bucur
2017-03-09 14:37 ` [net-next v2 10/10] dpaa_eth: enable context-A stashing Madalin Bucur
2017-03-09 14:37   ` Madalin Bucur
2017-03-13  6:01 ` [net-next v2 00/10] QorIQ DPAA 1 updates David Miller

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.