mbox series

[00/13] driver/net: NXP DPAA driver enhancements

Message ID 1535539660-20228-1-git-send-email-hemant.agrawal@nxp.com (mailing list archive)
Headers
Series driver/net: NXP DPAA driver enhancements |

Message

Hemant Agrawal Aug. 29, 2018, 10:47 a.m. UTC
  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: set correct 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 |  17 +++-
 drivers/mempool/dpaa/dpaa_mempool.c       |   2 +-
 drivers/net/dpaa/dpaa_ethdev.c            | 126 ++++++++++++++++++++++++------
 drivers/net/dpaa/dpaa_ethdev.h            |   5 +-
 drivers/net/dpaa/dpaa_rxtx.c              | 100 ++++++++++++++++--------
 drivers/net/dpaa/dpaa_rxtx.h              |   5 +-
 12 files changed, 306 insertions(+), 91 deletions(-)
  

Comments

Ferruh Yigit Sept. 14, 2018, 10:56 a.m. UTC | #1
On 8/29/2018 11:47 AM, Hemant Agrawal wrote:
> 
> 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: set correct 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.
  
Thomas Monjalon Sept. 16, 2018, 7:44 p.m. UTC | #2
14/09/2018 12:56, Ferruh Yigit:
> On 8/29/2018 11:47 AM, Hemant Agrawal wrote:
> > 
> > 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: set correct 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.

I cannot take this series in the master branch for 2 reasons:

1/ The symbol qman_portal_ucode_poll_rx is added in the .map but not defined.

2/ The commits have no explanation.
Reminder: http://mails.dpdk.org/archives/dev/2018-July/107793.html
  
Hemant Agrawal Sept. 17, 2018, 3:21 a.m. UTC | #3
OK. We will rework and re-post the series.


-----Original Message-----
From: Thomas Monjalon <thomas@monjalon.net> 
Sent: Monday, September 17, 2018 1:14 AM
To: Hemant Agrawal <hemant.agrawal@nxp.com>
Cc: dev@dpdk.org; Ferruh Yigit <ferruh.yigit@intel.com>; dpdk-up <dpdk-up@NXP1.onmicrosoft.com>
Subject: Re: [dpdk-dev] [PATCH 00/13] driver/net: NXP DPAA driver enhancements
Importance: High

14/09/2018 12:56, Ferruh Yigit:
> On 8/29/2018 11:47 AM, Hemant Agrawal wrote:
> >
> > 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: set correct 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.

I cannot take this series in the master branch for 2 reasons:

1/ The symbol qman_portal_ucode_poll_rx is added in the .map but not defined.

2/ The commits have no explanation.
Reminder: https://emea01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fmails.dpdk.org%2Farchives%2Fdev%2F2018-July%2F107793.html&amp;data=02%7C01%7Chemant.agrawal%40nxp.com%7Caaef55f6bfd34565760908d61c0ccca6%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C636727238631655647&amp;sdata=Y6c%2FWo4Q6aQl7HPgjILi4Rbi%2Bl6LkKYVBdXU2vN4ES4%3D&amp;reserved=0




----------

You're receiving this message because you're a member of the dpdk-up group.