mbox series

[v3,00/13] NXP DPAA driver enhancements

Message ID 1537527962-25757-1-git-send-email-hemant.agrawal@nxp.com
Headers show
Series NXP DPAA driver enhancements | expand

Message

Hemant Agrawal Sept. 21, 2018, 11:05 a.m. UTC
Misc driver level enhancements

V3: fix the description and implementation of jumbo buffer fix

V2: remove the unused function from map file
    Add description/details in git commit logs.


Hemant Agrawal (9):
  net/dpaa: configure frame queue on MAC ID basis
  net/dpaa: fix jumbo buffer config
  net/dpaa: implement scatter offload support
  net/dpaa: minor debug log enhancements
  bus/dpaa: add interrupt based portal fd support
  net/dpaa: separate Rx function for LS1046
  net/dpaa: tune prefetch in Rx path
  bus/dpaa: add check for re-definition in compat
  mempool/dpaa: change the debug log level to DP

Nipun Gupta (2):
  bus/dpaa: avoid tag Set for eqcr in Tx path
  bus/dpaa: avoid using be conversions for contextb

Sachin Saxena (1):
  net/dpaa: fix link speed based on MAC type

Sunil Kumar Kori (1):
  net/dpaa: rearranging of atomic queue support code

 drivers/bus/dpaa/base/qbman/bman_driver.c |  17 ++--
 drivers/bus/dpaa/base/qbman/qman.c        |  72 ++++++++++++----
 drivers/bus/dpaa/base/qbman/qman_driver.c |   7 +-
 drivers/bus/dpaa/include/compat.h         |  20 +++--
 drivers/bus/dpaa/include/fsl_qman.h       |  20 +++++
 drivers/bus/dpaa/include/fsl_usd.h        |   6 ++
 drivers/bus/dpaa/rte_bus_dpaa_version.map |  16 +++-
 drivers/mempool/dpaa/dpaa_mempool.c       |   2 +-
 drivers/net/dpaa/dpaa_ethdev.c            | 138 +++++++++++++++++++++++-------
 drivers/net/dpaa/dpaa_ethdev.h            |   5 +-
 drivers/net/dpaa/dpaa_rxtx.c              | 100 +++++++++++++++-------
 drivers/net/dpaa/dpaa_rxtx.h              |   5 +-
 12 files changed, 313 insertions(+), 95 deletions(-)

-- 
2.7.4

Comments

Ferruh Yigit Sept. 24, 2018, 2:28 p.m. UTC | #1
On 9/21/2018 12:05 PM, Hemant Agrawal wrote:
> Misc driver level enhancements

> 

> V3: fix the description and implementation of jumbo buffer fix

> 

> V2: remove the unused function from map file

>     Add description/details in git commit logs.

> 

> 

> Hemant Agrawal (9):

>   net/dpaa: configure frame queue on MAC ID basis

>   net/dpaa: fix jumbo buffer config

>   net/dpaa: implement scatter offload support

>   net/dpaa: minor debug log enhancements

>   bus/dpaa: add interrupt based portal fd support

>   net/dpaa: separate Rx function for LS1046

>   net/dpaa: tune prefetch in Rx path

>   bus/dpaa: add check for re-definition in compat

>   mempool/dpaa: change the debug log level to DP

> 

> Nipun Gupta (2):

>   bus/dpaa: avoid tag Set for eqcr in Tx path

>   bus/dpaa: avoid using be conversions for contextb

> 

> Sachin Saxena (1):

>   net/dpaa: fix link speed based on MAC type

> 

> Sunil Kumar Kori (1):

>   net/dpaa: rearranging of atomic queue support code


Series applied to dpdk-next-net/master, thanks.