Friday, June 26, 2015 6:55 AM
> > To: Liberman Igal-B31950
> > Cc: netdev@vger.kernel.org; linuxppc-...@lists.ozlabs.org; Bucur Madalin-
> > Cristian-B32716; pebo...@tiscali.nl
> > Subject: Re: [v2,5/9] fsl/fman: Add Frame Manager support
> >
> > On Wed, 2015-06-24 at 2
labs.org; Bucur Madalin-
> Cristian-B32716; pebo...@tiscali.nl
> Subject: Re: [v2,5/9] fsl/fman: Add Frame Manager support
>
> On Wed, 2015-06-24 at 22:35 +0300, igal.liber...@freescale.com wrote:
> > From: Igal Liberman
> >
> > Add Frame Manger Driver suppor
On Wed, 2015-06-24 at 22:35 +0300, igal.liber...@freescale.com wrote:
> From: Igal Liberman
>
> Add Frame Manger Driver support.
> This patch adds The FMan configuration, initialization and
> runtime control routines.
>
> Signed-off-by: Igal Liberman
> ---
> drivers/net/ethernet/freescale/fman
On Fri, 2015-06-26 at 01:53 +0200, Paul Bolle wrote:
> So I decided to pick one subject: exports. I think I had something to
> comment on all eight of them.
s/eight/twelve/
Paul Bolle
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.
On Wed, 2015-06-24 at 22:35 +0300, igal.liber...@freescale.com wrote:
> --- /dev/null
> +++ b/drivers/net/ethernet/freescale/fman/fm_drv.c
> +u16 fm_get_max_frm(void)
> +{
> + return fsl_fm_max_frm;
> +}
> +EXPORT_SYMBOL(fm_get_max_frm);
Which module is using this export? (And what does this
From: Igal Liberman
Add Frame Manger Driver support.
This patch adds The FMan configuration, initialization and
runtime control routines.
Signed-off-by: Igal Liberman
---
drivers/net/ethernet/freescale/fman/Kconfig| 35 +
drivers/net/ethernet/freescale/fman/Makefile |2 +-