RE: [PATCH v2 5/5] fsl/fman: add dpaa in module names

2017-10-15 Thread Madalin-cristian Bucur
> -Original Message- > From: Florian Fainelli [mailto:f.faine...@gmail.com] > Sent: Friday, October 13, 2017 8:39 PM > To: Madalin-cristian Bucur ; > net...@vger.kernel.org; da...@davemloft.net > Cc: and...@lunn.ch; vivien.dide...@savoirfairelinux.com; > jun...@outl

RE: [PATCH v2 2/5] dpaa_eth: move of_phy_connect() to the eth driver

2017-10-15 Thread Madalin-cristian Bucur
> -Original Message- > From: Andrew Lunn [mailto:and...@lunn.ch] > Sent: Sunday, October 15, 2017 9:34 PM > To: Madalin-cristian Bucur > Cc: net...@vger.kernel.org; da...@davemloft.net; f.faine...@gmail.com; > vivien.dide...@savoirfairelinux.com; jun...@outlook

RE: [v3 1/8] devres: add devm_alloc_percpu()

2015-10-02 Thread Madalin-Cristian Bucur
devm_free_percpu() into the managed > > interfaces list. > > > > Signed-off-by: Madalin Bucur > > Tested-by: Madalin-Cristian Bucur > > --- > > Documentation/driver-model/devres.txt | 4 +++ > > drivers/base/devres.c | 64 > +++

RE: [PATCH 3/3] dts: arm64: add LS1046A DPAA QBMan nodes

2017-05-12 Thread Madalin-Cristian Bucur
> -Original Message- > From: Shawn Guo [mailto:shawn...@kernel.org] > Sent: Friday, March 31, 2017 5:30 AM > On Thu, Mar 30, 2017 at 05:37:52PM +0300, Madalin Bucur wrote: > > Add the QBMan device tree nodes for LS1046A devices. > > > > Signed-off-by: Roy Pledge > > Signed-off-by: Madalin

RE: [PATCH 2/3] dts: arm64: add LS1043A DPAA QBMan nodes

2017-05-12 Thread Madalin-Cristian Bucur
> -Original Message- > From: Shawn Guo [mailto:shawn...@kernel.org] > On Thu, Mar 30, 2017 at 05:37:51PM +0300, Madalin Bucur wrote: > > Add the DPAA 1.x QMan and BMan nodes in the LS1043A device tree. > > > > Signed-off-by: Roy Pledge > > Signed-off-by: Madalin Bucur > > --- > > arch/ar

RE: [PATCH 1/3] dts: arm64: add DPAA QBMan portals

2017-05-12 Thread Madalin-Cristian Bucur
> -Original Message- > From: Shawn Guo [mailto:shawn...@kernel.org] > Sent: Friday, March 31, 2017 4:50 AM > On Thu, Mar 30, 2017 at 05:37:50PM +0300, Madalin Bucur wrote: > > Add the DPAA 1.x DPAA QMan and BMan portal nodes. > > > > Signed-off-by: Roy Pledge > > Signed-off-by: Madalin Buc

RE: [PATCH net] of_mdio: avoid MDIO bus removal when a PHY is missing

2018-01-08 Thread Madalin-cristian Bucur
> -Original Message- > From: Andrew Lunn [mailto:and...@lunn.ch] > Sent: Friday, January 05, 2018 5:13 PM > To: Madalin-cristian Bucur > Subject: Re: [PATCH net] of_mdio: avoid MDIO bus removal when a PHY is > missing > > On Fri, Jan 05, 2018 at 11:36:14AM +0

RE: [PATCH] fsl/fman: remove unnecessary set_dma_ops() call and HAS_DMA dependency

2018-03-23 Thread Madalin-cristian Bucur
> -Original Message- > From: David Miller [mailto:da...@davemloft.net] > Sent: Thursday, March 22, 2018 8:32 PM > To: Madalin-cristian Bucur > Cc: geert.uytterhoe...@gmail.com; net...@vger.kernel.org; linux- > ker...@vger.kernel.org > Subject: Re: [PATCH] fsl/fma

RE: [PATCH v2 00/22] SMMU enablement for NXP LS1043A and LS1046A

2018-09-27 Thread Madalin-cristian Bucur
y Pledge ; Madalin-cristian Bucur > ; da...@davemloft.net; shawn...@kernel.org; Leo Li > ; robin.mur...@arm.com; Bharat Bhushan > ; Laurentiu Tudor > Subject: [PATCH v2 00/22] SMMU enablement for NXP LS1043A and LS1046A > > From: Laurentiu Tudor > > This patch series add

RE: [PATCH v2 2/2] dpaa_eth: add ethtool coalesce control

2018-11-18 Thread Madalin-cristian Bucur
> -Original Message- > From: David Miller > Sent: Saturday, November 17, 2018 5:42 AM > To: Madalin-cristian Bucur > Subject: Re: [PATCH v2 2/2] dpaa_eth: add ethtool coalesce control > > From: Madalin Bucur > Date: Tue, 13 Nov 2018 18:29:51 +0200 > >

RE: [PATCH] fsl/fman: avoid sleeping in atomic context while adding an address

2019-01-04 Thread Madalin-cristian Bucur
> -Original Message- > From: Yi Wang > Sent: Friday, January 4, 2019 7:50 AM > To: Madalin-cristian Bucur > Cc: da...@davemloft.net; net...@vger.kernel.org; linux- > ker...@vger.kernel.org; xue.zhih...@zte.com.cn; wang.y...@zte.com.cn; > huang.jun...@zte.com.cn; Ju

Re: [PATCH RFC 02/10] dpaa_eth: add support for DPAA Ethernet

2015-04-03 Thread Madalin-Cristian Bucur
> -Original Message- > From: Joe Perches [mailto:j...@perches.com] > On Wed, 2015-04-01 at 19:19 +0300, Madalin Bucur wrote: > > This introduces the Freescale Data Path Acceleration Architecture > > (DPAA) Ethernet driver (dpaa_eth) that builds upon the DPAA QMan, > > BMan, PAMU and FMan dr

Re: [PATCH RFC 06/10] dpaa_eth: add ethtool functionality

2015-04-03 Thread Madalin-Cristian Bucur
> -Original Message- > From: Joe Perches [mailto:j...@perches.com] > On Wed, 2015-04-01 at 19:19 +0300, Madalin Bucur wrote: > > Add support for basic ethtool operations. > > > diff --git a/drivers/net/ethernet/freescale/dpaa/dpaa_ethtool.c > b/drivers/net/ethernet/freescale/dpaa/dpaa_etht

RE: [PATCH RFC 02/10] dpaa_eth: add support for DPAA Ethernet

2015-04-03 Thread Madalin-Cristian Bucur
> -Original Message- > From: Paul Bolle [mailto:pebo...@tiscali.nl] > > Just a few nits. > > This series is posted as an RFC, so this might not be what you're > expecting right now. But as these messages got tangled up in my mail > filter anyhow, I thought I might as well bother you with

RE: [PATCH RFC 10/10] dpaa_eth: add trace points

2015-04-03 Thread Madalin-Cristian Bucur
> -Original Message- > From: Joe Perches [mailto:j...@perches.com] > > On Wed, 2015-04-01 at 19:19 +0300, Madalin Bucur wrote: > > Add trace points on the hot processing path. > > more trivia: > > > diff --git a/drivers/net/ethernet/freescale/dpaa/dpaa_eth_trace.h > b/drivers/net/ethernet

RE: [RFC,v3 02/10] dpaa_eth: add support for DPAA Ethernet

2015-06-15 Thread Madalin-Cristian Bucur
> -Original Message- > From: Eric Dumazet [mailto:eric.duma...@gmail.com] > > On Wed, 2015-06-10 at 07:38 +0000, Madalin-Cristian Bucur wrote: > > Hi Eric, > > > > Can you please tell us if this change would be for the better? > > > > I was about

RE: [RFC,v3 02/10] dpaa_eth: add support for DPAA Ethernet

2015-06-15 Thread Madalin-Cristian Bucur
> -Original Message- > From: Eric Dumazet [mailto:eric.duma...@gmail.com] > > On Wed, 2015-04-29 at 17:56 +0300, Madalin Bucur wrote: > > This introduces the Freescale Data Path Acceleration Architecture > > (DPAA) Ethernet driver (dpaa_eth) that builds upon the DPAA QMan, > > BMan, PAMU a

RE: [RFC,v3 02/10] dpaa_eth: add support for DPAA Ethernet

2015-06-10 Thread Madalin-Cristian Bucur
Hi Eric, Can you please tell us if this change would be for the better? I was about to say yes to this request but checked and no other Ethernet driver seems to use the queue trans_start. I was able to find your patch "net: tx scalability works : trans_start" [ http://patchwork.ozlabs.org/patch

RE: [PATCH 02/10] dpaa_eth: add support for DPAA Ethernet

2015-07-24 Thread Madalin-Cristian Bucur
> -Original Message- > From: Joe Perches [mailto:j...@perches.com] > On Wed, 2015-07-22 at 19:16 +0300, Madalin Bucur wrote: > > This introduces the Freescale Data Path Acceleration Architecture > > (DPAA) Ethernet driver (dpaa_eth) that builds upon the DPAA QMan, > > BMan, PAMU and FMan dr

RE: [PATCH 03/10] dpaa_eth: add configurable bpool thresholds

2015-07-24 Thread Madalin-Cristian Bucur
> -Original Message- > From: Joe Perches [mailto:j...@perches.com] > On Wed, 2015-07-22 at 19:16 +0300, Madalin Bucur wrote: > > Allow the user to tweak the refill threshold and the total number > > of buffers in the buffer pool. The provided values are for one CPU. > > Any value in making

RE: [v2] net: phy: fixed: propagate fixed link values to struct

2015-08-26 Thread Madalin-Cristian Bucur
> -Original Message- > From: Stas Sergeev [mailto:s...@list.ru] > Sent: Wednesday, August 26, 2015 6:51 PM > To: Bucur Madalin-Cristian-B32716 ; > f.faine...@gmail.com > Cc: net...@vger.kernel.org; linux-kernel@vger.kernel.org; Liberman Igal- > B31950 > Subject: Re: [v2] net: phy: fixed: p

RE: [PATCH 03/10] dpaa_eth: add configurable bpool thresholds

2015-07-27 Thread Madalin-Cristian Bucur
B07421; > Liberman Igal-B31950; p...@mindchasers.com; pebo...@tiscali.nl; > joakim.tjernl...@transmode.se > Subject: Re: [PATCH 03/10] dpaa_eth: add configurable bpool thresholds > > From: Madalin-Cristian Bucur > Date: Fri, 24 Jul 2015 15:49:39 + > > >> -Origin

Re: [net-next v5 0/8] dpaa_eth: Add the Freescale DPAA Ethernet driver

2015-12-07 Thread Madalin-Cristian Bucur
Hi Timur, I've managed somehow to make got send-email to move the From: line in the body instead of the header, probably typed something wrong when asked to confirm the sender. I've resent the series. Regards, Madalin From: Timur Tabi Sent: Saturday, D

RE: [net-next v4 4/8] dpaa_eth: add driver's Tx queue selection

2015-12-03 Thread Madalin-Cristian Bucur
> -Original Message- > From: Wood Scott-B07421 > Sent: Wednesday, December 02, 2015 11:41 PM > > On Mon, 2015-11-02 at 19:31 +0200, Madalin Bucur wrote: > > Allow the selection of the transmission queue based on the CPU id. > > Explain why. I'll add more details in the commit log. This i

RE: [v9, 6/6] fsl/fman: Add FMan MAC driver

2015-12-09 Thread Madalin-Cristian Bucur
> -Original Message- > From: David Miller [mailto:da...@davemloft.net] > > From: Scott Wood > Date: Tue, 8 Dec 2015 16:44:38 -0600 > > > On Tue, 2015-12-08 at 14:18 -0600, Andy Fleming wrote: > >> On Thu, Dec 3, 2015 at 1:19 AM, wrote: > >> > From: Igal Liberman > >> > > >> > This pat

RE: [PATCH RFC 02/10] dpaa_eth: add support for DPAA Ethernet

2015-07-20 Thread Madalin-Cristian Bucur
Hi Joakim > -Original Message- > From: Joakim Tjernlund [mailto:joakim.tjernl...@transmode.se] > Sent: Monday, July 20, 2015 10:57 AM > To: linuxppc-...@lists.ozlabs.org; net...@vger.kernel.org; Bucur Madalin- > Cristian-B32716 > Cc: linux-kernel@vger.kernel.org > Subject: Re: [PATCH RFC 0

RE: [RFC,v3,12/12] fsl/fman: Add FMan MAC driver

2015-07-20 Thread Madalin-Cristian Bucur
Hi Joakim, It seems we just need to align to the API introduced by Thomas Petazzoni in 3be2a49e. Madalin > -Original Message- > From: Joakim Tjernlund [mailto:joakim.tjernl...@transmode.se] > Sent: Monday, July 20, 2015 3:16 PM > To: net...@vger.kernel.org; Liberman Igal-B31950 > Cc: lin

RE: [RFC,v3,12/12] fsl/fman: Add FMan MAC driver

2015-07-20 Thread Madalin-Cristian Bucur
.org > Subject: Re: [RFC,v3,12/12] fsl/fman: Add FMan MAC driver > > On Mon, 2015-07-20 at 12:28 +0000, Madalin-Cristian Bucur wrote: > > Hi Joakim, > > > > It seems we just need to align to the API introduced by Thomas Petazzoni > > in 3be2a49e. > > > >

RE: RE: [PATCH RFC 02/11] dpaa_eth: add support for DPAA Ethernet

2015-03-18 Thread Madalin-Cristian Bucur
> -Original Message- > From: Kumar Gala [mailto:ga...@kernel.crashing.org] > > On Mar 17, 2015, at 1:58 PM, Madalin Bucur > wrote: > > > This introduces the Freescale Data Path Acceleration Architecture > > (DPAA) Ethernet driver (dpaa_eth) that builds upon the DPAA QMan, > > BMan, PAMU

RE: [net-next v4 2/8] dpaa_eth: add support for DPAA Ethernet

2015-11-03 Thread Madalin-Cristian Bucur
> -Original Message- > From: Joakim Tjernlund [mailto:joakim.tjernl...@transmode.se] > > On Mon, 2015-11-02 at 19:31 +0200, Madalin Bucur wrote: > > + if (unlikely(fd_status & FM_FD_STAT_RX_ERRORS) != 0) { > > + if (net_ratelimit()) > > + netif_war

RE: [net-next v4 3/8] dpaa_eth: add support for S/G frames

2015-11-03 Thread Madalin-Cristian Bucur
> -Original Message- > From: Joe Perches [mailto:j...@perches.com] > > On Mon, 2015-11-02 at 19:31 +0200, Madalin Bucur wrote: > > Add support for Scater/Gather (S/G) frames. The FMan can place > > the frame content into multiple buffers and provide a S/G Table > > (SGT) into one first buf

RE: [net-next v4 2/8] dpaa_eth: add support for DPAA Ethernet

2015-11-03 Thread Madalin-Cristian Bucur
> -Original Message- > From: Joakim Tjernlund [mailto:joakim.tjernl...@transmode.se] > > On Tue, 2015-11-03 at 09:37 +0000, Madalin-Cristian Bucur wrote: > > > -Original Message- > > > From: Joakim Tjernlund [mailto:joakim.tjernl...@transmode.se] >

RE: [PATCH 00/20] DPAA fixes

2019-10-08 Thread Madalin-cristian Bucur
> -Original Message- > From: Jakub Kicinski > Sent: Wednesday, October 9, 2019 7:02 AM > Subject: Re: [PATCH 00/20] DPAA fixes > > On Tue, 8 Oct 2019 15:10:21 +0300, Madalin Bucur wrote: > > Here's a series of fixes and changes for the DPAA 1.x drivers. > > Fixing some boot time dependen

RE: [PATCH 19/20] dpaa_eth: add dpaa_dma_to_virt()

2019-10-09 Thread Madalin-cristian Bucur
> -Original Message- > From: Christoph Hellwig > Sent: Wednesday, October 9, 2019 10:39 AM > To: Madalin-cristian Bucur > Cc: da...@davemloft.net; net...@vger.kernel.org; Roy Pledge > ; Laurentiu Tudor ; linux- > ker...@vger.kernel.org > Subject: Re: [PA

RE: [PATCH 1/4] soc/fsl/qbman: Check if CPU is offline when initializing portals

2018-09-24 Thread Madalin-cristian Bucur
> -Original Message- > From: Li Yang [mailto:leoyang...@nxp.com] > Sent: Saturday, September 22, 2018 1:15 AM > To: Madalin-cristian Bucur > Subject: Re: [PATCH 1/4] soc/fsl/qbman: Check if CPU is offline when > initializing portals > > On Thu, Sep 20, 2018 a

RE: [PATCH v2 10/21] lightnvm: Remove depends on HAS_DMA in case of platform dependency

2018-03-18 Thread Madalin-cristian Bucur
> -Original Message- > From: netdev-ow...@vger.kernel.org [mailto:netdev-ow...@vger.kernel.org] > On Behalf Of Geert Uytterhoeven > Sent: Friday, March 16, 2018 3:52 PM > To: Christoph Hellwig ; Marek Szyprowski > ; Robin Murphy ; > Felipe Balbi ; Greg Kroah-Hartman > ; James E . J . Bottom

RE: [PATCH 0/5] DPAA Ethernet fixes

2018-03-15 Thread Madalin-cristian Bucur
> -Original Message- > From: Joakim Tjernlund [mailto:joakim.tjernl...@infinera.com] > Sent: Wednesday, March 14, 2018 8:43 PM > To: da...@davemloft.net; Madalin-cristian Bucur > > > On Wed, 2018-03-14 at 08:37 -0500, Madalin Bucur wrote: > > Hi, > >

Fixed link for 10G

2017-01-06 Thread Madalin-Cristian Bucur
Hi Florian, I'm trying to add a fixed-link property that declares 10G speed for a XGMII PHY and I'm encountering some issues as the fixed link infrastructure does not seem to support this speed. I'm using this device tree snippet (using the legacy format, but it should not matter): ether

RE: [PATCH net-next v6 02/10] dpaa_eth: add support for DPAA Ethernet

2016-11-07 Thread Madalin-Cristian Bucur
> From: David Miller [mailto:da...@davemloft.net] > Sent: Thursday, November 03, 2016 9:58 PM > > From: Madalin Bucur > Date: Wed, 2 Nov 2016 22:17:26 +0200 > > > This introduces the Freescale Data Path Acceleration Architecture > > +static inline size_t bpool_buffer_raw_size(u8 index, u8 cnt) >

RE: [PATCH net-next v6 02/10] dpaa_eth: add support for DPAA Ethernet

2016-11-07 Thread Madalin-Cristian Bucur
> From: David Miller [mailto:da...@davemloft.net] > Sent: Monday, November 07, 2016 6:40 PM > > From: Madalin-Cristian Bucur > Date: Mon, 7 Nov 2016 16:32:16 + > > >> From: David Miller [mailto:da...@davemloft.net] > >> Sent: Monday, November 07,

RE: [PATCH net-next v6 02/10] dpaa_eth: add support for DPAA Ethernet

2016-11-07 Thread Madalin-Cristian Bucur
> -Original Message- > From: David Miller [mailto:da...@davemloft.net] > Sent: Monday, November 07, 2016 5:55 PM > > From: Madalin-Cristian Bucur > Date: Mon, 7 Nov 2016 15:43:26 + > > >> From: David Miller [mailto:da...@davemloft.net] > >> Se

RE: [PATCH net-next v6 02/10] dpaa_eth: add support for DPAA Ethernet

2016-11-09 Thread Madalin-Cristian Bucur
> From: Madalin-Cristian Bucur > Sent: Monday, November 07, 2016 5:43 PM > > > From: David Miller [mailto:da...@davemloft.net] > > Sent: Thursday, November 03, 2016 9:58 PM > > > > From: Madalin Bucur > > Date: Wed, 2 Nov 2016 22:17:26 +0200 > >

RE: [PATCH net-next v7 03/10] dpaa_eth: add option to use one buffer pool set

2016-11-14 Thread Madalin-Cristian Bucur
> From: David Miller [mailto:da...@davemloft.net] > Sent: Sunday, November 13, 2016 7:46 PM > > From: Madalin Bucur > Date: Fri, 11 Nov 2016 10:20:00 +0200 > > > @@ -8,3 +8,12 @@ menuconfig FSL_DPAA_ETH > > supporting the Freescale QorIQ chips. > > Depends on Freescale Buffer Manager

RE: [PATCH net v2 4/5] net: fsl/fman: fix fixed-link-phydev reference leak

2016-11-25 Thread Madalin-Cristian Bucur
> -Original Message- > From: Johan Hovold [mailto:jhov...@gmail.com] On Behalf Of Johan Hovold > Sent: Thursday, November 24, 2016 8:22 PM > > Make sure to drop the reference taken by of_phy_find_device() when > looking up a fixed-link phydev during probe. > > Fixes: 57ba4c9b56d8 ("fsl/fm

RE: [PATCH net v2 2/5] powerpc: remove fsl,fman from of_device_ids[]

2016-12-19 Thread Madalin-Cristian Bucur
> From: David Miller [mailto:da...@davemloft.net] > Sent: Monday, December 19, 2016 5:37 PM > > From: Madalin Bucur > Date: Mon, 19 Dec 2016 11:22:20 +0200 > > > The fsl/fman drivers will use of_platform_populate() on all > > supported platforms. > > > > Signed-off-by: Madalin Bucur > > It see

RE: [upstream-release] [PATCH net v3 2/4] powerpc: fsl/fman: remove fsl, fman from of_device_ids[]

2016-12-19 Thread Madalin-Cristian Bucur
> From: Scott Wood [mailto:o...@buserror.net] > Sent: Monday, December 19, 2016 9:46 PM > > On Mon, 2016-12-19 at 18:13 +0200, Madalin Bucur wrote: > > The fsl/fman drivers will use of_platform_populate() on all > > supported platforms. Call of_platform_populate() to probe the > > FMan sub-nodes.

RE: [upstream-release] [PATCH net 2/4] fsl/fman: arm: call of_platform_populate() for arm64 platfrom

2016-12-16 Thread Madalin-Cristian Bucur
> From: Scott Wood > Sent: Thursday, December 15, 2016 8:42 PM > > On 12/15/2016 07:11 AM, Madalin Bucur wrote: > > From: Igal Liberman > > > > Signed-off-by: Igal Liberman > > --- > > drivers/net/ethernet/freescale/fman/fman.c | 10 ++ > > 1 file changed, 10 insertions(+) > > > > diff

RE: [PATCH v2 1/2] dts: arm64: add LS1043A DPAA support

2017-03-22 Thread Madalin-Cristian Bucur
> -Original Message- > From: Shawn Guo [mailto:shawn...@kernel.org] > Sent: Tuesday, March 14, 2017 9:08 AM > On Wed, Mar 01, 2017 at 05:35:04PM +0200, Madalin Bucur wrote: > > Signed-off-by: Madalin Bucur > > Empty commit log is generally not welcome, especially when the commit > adds so

RE: [PATCH v2 1/2] dts: arm64: add LS1043A DPAA support

2017-03-27 Thread Madalin-Cristian Bucur
> -Original Message- > From: Shawn Guo [mailto:shawn...@kernel.org] > Sent: Monday, March 27, 2017 9:27 AM > Subject: Re: [PATCH v2 1/2] dts: arm64: add LS1043A DPAA support > > On Wed, Mar 22, 2017 at 10:58:12AM +, Madalin-Cristian Bucur wr

RE: [PATCH v2 1/2] dts: arm64: add LS1043A DPAA support

2017-03-27 Thread Madalin-Cristian Bucur
> -Original Message- > From: Shawn Guo [mailto:shawn...@kernel.org] > Sent: Monday, March 27, 2017 10:56 AM > Subject: Re: [PATCH v2 1/2] dts: arm64: add LS1043A DPAA support > > On Mon, Mar 27, 2017 at 07:03:40AM +, Madalin-Cristian Bucur wrote: > >

RE: [PATCH 1/2] dts: arm64: add LS1043A DPAA support

2017-03-01 Thread Madalin-Cristian Bucur
> -Original Message- > From: Rob Herring [mailto:robh...@kernel.org] > Sent: Wednesday, March 01, 2017 1:20 AM > > On Mon, Jan 30, 2017 at 8:43 AM, Madalin Bucur > wrote: > > Signed-off-by: Madalin Bucur > > --- > > [...] > > > diff --git a/arch/arm64/boot/dts/freescale/qoriq-bman1-por

RE: [PATCH 0/9] QorIQ DPAA 1 updates

2017-02-22 Thread Madalin-Cristian Bucur
> -Original Message- > From: David Miller [mailto:da...@davemloft.net] > Sent: Tuesday, February 21, 2017 8:20 PM > > From: Madalin Bucur > Date: Tue, 21 Feb 2017 13:52:45 +0200 > > > This patch set introduces a series of fixes and features to the DPAA 1 > > drivers. Besides activating h

RE: [v2 8/9] dpaa_eth: add debugfs entries

2015-08-11 Thread Madalin-Cristian Bucur
> -Original Message- > From: David Miller [mailto:da...@davemloft.net] > > From: Madalin Bucur > Date: Wed, 5 Aug 2015 18:41:28 +0300 > > > Export per CPU counters through debugfs. > > > > Signed-off-by: Madalin Bucur > > This is absolutely inappropriate. > > You can export these just

RE: [PATCH 0/2] of: fsl/fman: reuse the fixed node parsing code

2015-08-11 Thread Madalin-Cristian Bucur
+ Joakim, Shaohui > -Original Message- > From: Stas Sergeev [mailto:s...@list.ru] > > 08.08.2015 20:32, Florian Fainelli пишет: > > CC'ing Stas, > Hi. > > > Le 08/05/15 07:42, Madalin Bucur a écrit : > >> The FMan MAC configuration code needs the speed and duplex > information > >> for f

RE: [PATCH 0/2] of: fsl/fman: reuse the fixed node parsing code

2015-08-12 Thread Madalin-Cristian Bucur
> -Original Message- > From: Stas Sergeev [mailto:s...@list.ru] > > 11.08.2015 19:33, Madalin-Cristian Bucur пишет: > > + Joakim, Shaohui > > > >> -Original Message- > >> From: Stas Sergeev [mailto:s...@list.ru] > >> > >>

RE: [PATCH 0/2] of: fsl/fman: reuse the fixed node parsing code

2015-08-12 Thread Madalin-Cristian Bucur
> -Original Message- > From: Stas Sergeev [mailto:s...@list.ru] > > 12.08.2015 16:26, Madalin-Cristian Bucur пишет: > >>> I've tried to make the smallest changes that allow me to retrieve those > >>> without modifying existing API. > >>>

RE: [PATCH 0/2] of: fsl/fman: reuse the fixed node parsing code

2015-08-12 Thread Madalin-Cristian Bucur
> -Original Message- > From: Stas Sergeev [mailto:s...@list.ru] > But have you looked into the patch I pointed previously? > https://lkml.org/lkml/2015/7/20/711 > You code will likely clash with it because my patch extends > of_phy_register_fixed_link(). > I admin I failed to grasp the

RE: [PATCH v3 1/2] net: phy: Fix PHY AN done state machine for interrupt driven PHYs

2017-03-30 Thread Madalin-Cristian Bucur
On March 27, 2017 2:59 PM, Roger Quadros wrote: > The Ethernet link on an interrupt driven PHY was not coming up if the > Ethernet cable was plugged before the Ethernet interface was brought up. > > The PHY state machine seems to be stuck from RUNNING to AN state > with no new interrupts from the

RE: [PATCH] fsl/fman: add dependency on HAS_DMA

2017-06-26 Thread Madalin-cristian Bucur
> -Original Message- > From: geert.uytterhoe...@gmail.com [mailto:geert.uytterhoe...@gmail.com] > On Behalf Of Geert Uytterhoeven > Sent: Monday, June 26, 2017 7:17 PM > To: Fabio Estevam > Cc: Madalin-cristian Bucur ; > net...@vger.kernel.org; David S. M

RE: [PATCH 1/2] fsl/fman: propagate dma_ops

2017-06-26 Thread Madalin-cristian Bucur
> -Original Message- > From: geert.uytterhoe...@gmail.com [mailto:geert.uytterhoe...@gmail.com] > On Behalf Of Geert Uytterhoeven > Sent: Monday, June 26, 2017 7:24 PM > To: Madalin-cristian Bucur > Cc: net...@vger.kernel.org; David S. Miller ; > linuxppc-...@li

RE: [PATCH NET V6 1/2] net: phy: Add phy loopback support in net phy framework

2017-06-27 Thread Madalin-cristian Bucur
> -Original Message- > From: netdev-ow...@vger.kernel.org [mailto:netdev-ow...@vger.kernel.org] > On Behalf Of Lin Yun Sheng > Sent: Tuesday, June 27, 2017 2:01 PM > To: da...@davemloft.net; and...@lunn.ch; f.faine...@gmail.com > Cc: huangda...@hisilicon.com; xuw...@hisilicon.com; > liguo..

RE: [PATCH] dt-bindings: net: move FMan binding

2017-05-25 Thread Madalin-Cristian Bucur
> -Original Message- > From: David Miller [mailto:da...@davemloft.net] > Sent: Monday, May 15, 2017 5:31 PM > Subject: Re: [PATCH] dt-bindings: net: move FMan binding > > From: Madalin Bucur > Date: Mon, 15 May 2017 16:36:38 +0300 > > > Besides the PPC SoCs, the QorIQ DPAA FMan is also p

RE: [PATCH] dpaa_eth: use correct device for DMA mapping API

2017-07-11 Thread Madalin-cristian Bucur
> -Original Message- > From: Arnd Bergmann [mailto:a...@arndb.de] > Sent: Monday, July 10, 2017 6:14 PM > Subject: [PATCH] dpaa_eth: use correct device for DMA mapping API > > Geert Uytterhoeven ran into a build error without CONFIG_HAS_DMA, > as a result of the driver calling set_dma_ops(

RE: [PATCH] dpaa_eth: use correct device for DMA mapping API

2017-07-11 Thread Madalin-cristian Bucur
> -Original Message- > From: arndbergm...@gmail.com [mailto:arndbergm...@gmail.com] On Behalf Of > Arnd Bergmann > Subject: Re: [PATCH] dpaa_eth: use correct device for DMA mapping API > > On Tue, Jul 11, 2017 at 10:50 AM, Madalin-cristian Bucur > wrote: > >

RE: [PATCH net-next] fsl/fman: implement several errata workarounds

2017-08-11 Thread Madalin-cristian Bucur
> -Original Message- > From: Florinel Iordache [mailto:florinel.iorda...@nxp.com] > Subject: [PATCH net-next] fsl/fman: implement several errata workarounds > > Implemented workarounds for the following dTSEC Erratum: > A002, A004, A0012, A0014, A004839 on several operations > that involve

RE: [PATCH v2 1/6] fsl/fman: enable FMan Keygen

2017-08-22 Thread Madalin-cristian Bucur
> -Original Message- > From: netdev-ow...@vger.kernel.org [mailto:netdev-ow...@vger.kernel.org] > On Behalf Of David Miller > Sent: Wednesday, August 23, 2017 12:35 AM > Subject: Re: [PATCH v2 1/6] fsl/fman: enable FMan Keygen > > From: Madalin Bucur > Date: Tue, 22 Aug 2017 20:31:01 +030

RE: [PATCH v2 1/6] fsl/fman: enable FMan Keygen

2017-08-22 Thread Madalin-cristian Bucur
> -Original Message- > From: David Miller [mailto:da...@davemloft.net] > Sent: Wednesday, August 23, 2017 7:47 AM > To: Madalin-cristian Bucur > Cc: net...@vger.kernel.org; linuxppc-...@lists.ozlabs.org; linux- > ker...@vger.kernel.org > Subject: Re: [PATCH v2 1/6]

RE: [PATCH v3 0/7] Add RSS to DPAA 1.x Ethernet driver

2017-08-24 Thread Madalin-cristian Bucur
> -Original Message- > From: David Miller [mailto:da...@davemloft.net] > Subject: Re: [PATCH v3 0/7] Add RSS to DPAA 1.x Ethernet driver > > From: David Miller > Date: Thu, 24 Aug 2017 09:42:20 -0700 (PDT) > > > From: Madalin Bucur > > Date: Thu, 24 Aug 2017 10:28:21 +0300 > > > >> This

RE: [PATCH] fsl/fman: make arrays port_ids static, reduces object code size

2017-09-07 Thread Madalin-cristian Bucur
> -Original Message- > From: Colin King [mailto:colin.k...@canonical.com] > Sent: Thursday, August 31, 2017 4:25 PM > Subject: [PATCH] fsl/fman: make arrays port_ids static, reduces object > code size > > From: Colin Ian King > > Don't populate the arrays port_ids on the stack, instead m

RE: [PATCH 1/2] fsl/fman: propagate dma_ops

2017-06-26 Thread Madalin-cristian Bucur
> -Original Message- > From: geert.uytterhoe...@gmail.com [mailto:geert.uytterhoe...@gmail.com] > On Behalf Of Geert Uytterhoeven > Sent: Monday, June 26, 2017 10:49 AM > To: Madalin-cristian Bucur > Cc: net...@vger.kernel.org; David S. Miller ; > linuxppc-...@li

RE: [PATCH] fsl/fman: add dependency on HAS_DMA

2017-06-26 Thread Madalin-cristian Bucur
> -Original Message- > From: Fabio Estevam [mailto:feste...@gmail.com] > Sent: Monday, June 26, 2017 6:21 PM > To: Madalin-cristian Bucur > Cc: net...@vger.kernel.org; David S. Miller ; Geert > Uytterhoeven ; linuxppc-...@lists.ozlabs.org; linux- > kernel > Subje

RE: [PATCH 2/3] arm64: dts: add LS1043A DPAA FMan support

2017-05-17 Thread Madalin-Cristian Bucur
Hi Rob, Shawn, The patch that failed depends on a patch set that should be in Shawn's tree: -Original Message- From: Shawn Guo [mailto:shawn...@kernel.org] Sent: Tuesday, May 16, 2017 4:40 AM To: Madalin-Cristian Bucur Cc: mark.rutl...@ar

RE: [PATCH] fsl/fman: remove of_node

2017-10-04 Thread Madalin-cristian Bucur
> -Original Message- > From: David Miller [mailto:da...@davemloft.net] > Sent: Wednesday, October 04, 2017 7:44 AM > To: Madalin-cristian Bucur > Cc: net...@vger.kernel.org; and...@lunn.ch; f.faine...@gmail.com; linux- > ker...@vger.kernel.org > Subject: Re: [PA

RE: [PATCH] fsl/fman: remove of_node

2017-10-04 Thread Madalin-cristian Bucur
> -Original Message- > From: Andrew Lunn [mailto:and...@lunn.ch] > Sent: Tuesday, October 03, 2017 4:01 PM > To: Madalin-cristian Bucur > Cc: David Miller ; net...@vger.kernel.org; > f.faine...@gmail.com; linux-kernel@vger.kernel.org > Subject: Re: [PATCH] fsl/fman: r

RE: [PATCH] fsl/fman: remove of_node

2017-10-10 Thread Madalin-cristian Bucur
> -Original Message- > From: netdev-ow...@vger.kernel.org [mailto:netdev-ow...@vger.kernel.org] > On Behalf Of Madalin-cristian Bucur > Sent: Wednesday, October 04, 2017 12:54 PM > To: David Miller > Subject: RE: [PATCH] fsl/fman: remove of_node > > > -Ori

RE: [PATCH] fsl/fman: remove of_node

2017-10-03 Thread Madalin-cristian Bucur
> -Original Message- > From: David Miller [mailto:da...@davemloft.net] > Sent: Tuesday, October 03, 2017 2:05 AM > To: Madalin-cristian Bucur > Subject: Re: [PATCH] fsl/fman: remove of_node > > From: Madalin Bucur > Date: Mon, 2 Oct 2017 13:31:37 +0300 &g

RE: [PATCH 3/4] dpaa_eth: change device used

2017-10-12 Thread Madalin-cristian Bucur
> -Original Message- > From: David Miller [mailto:da...@davemloft.net] > Sent: Thursday, October 12, 2017 12:02 AM > To: Madalin-cristian Bucur > Subject: Re: [PATCH 3/4] dpaa_eth: change device used > > From: Madalin Bucur > Date: Tue, 10 Oct 2017 17:10:17

RE: [PATCH 0/4] fsl/fman: Fix some error handling code in mac_probe

2017-11-06 Thread Madalin-cristian Bucur
Hi Christophe, I'll review and test your fixes. Thank you! Madalin > -Original Message- > From: Christophe JAILLET [mailto:christophe.jail...@wanadoo.fr] > Sent: Monday, November 06, 2017 11:53 PM > To: Madalin-cristian Bucur > Cc: net...@vger.kernel.org; linux-ke

RE: [net-next 08/13] fsl/fman: check pcsphy pointer before use

2016-10-05 Thread Madalin-Cristian Bucur
> -Original Message- > From: David Laight [mailto:david.lai...@aculab.com] > Sent: Tuesday, October 04, 2016 5:44 PM > To: Madalin-Cristian Bucur ; > net...@vger.kernel.org > Cc: linuxdev.baldr...@gmail.com; linuxppc-...@lists.ozlabs.org; > da...@davemloft.net; linux-k