Message ID | 20250418060716.3498031-1-lukma@denx.de (mailing list archive) |
---|---|
Headers | show |
Series | net: mtip: Add support for MTIP imx287 L2 switch driver | expand |
Am 18.04.25 um 08:07 schrieb Lukasz Majewski: > This patch series provides support for More Than IP L2 switch embedded > in the imx287 SoC. > > This is a two port switch (placed between uDMA[01] and MAC-NET[01]), > which can be used for offloading the network traffic. > > It can be used interchangeably with current FEC driver - to be more > specific: one can use either of it, depending on the requirements. > > The biggest difference is the usage of DMA - when FEC is used, separate > DMAs are available for each ENET-MAC block. > However, with switch enabled - only the DMA0 is used to send/receive data > to/form switch (and then switch sends them to respecitive ports). > > Signed-off-by: Lukasz Majewski <lukma@denx.de> After changing the IRQ name part mention in patch 1, you can add Reviewed-by: Stefan Wahren <wahrenst@gmx.net> Thanks
Hi Stefan, > Am 18.04.25 um 08:07 schrieb Lukasz Majewski: > > This patch series provides support for More Than IP L2 switch > > embedded in the imx287 SoC. > > > > This is a two port switch (placed between uDMA[01] and MAC-NET[01]), > > which can be used for offloading the network traffic. > > > > It can be used interchangeably with current FEC driver - to be more > > specific: one can use either of it, depending on the requirements. > > > > The biggest difference is the usage of DMA - when FEC is used, > > separate DMAs are available for each ENET-MAC block. > > However, with switch enabled - only the DMA0 is used to > > send/receive data to/form switch (and then switch sends them to > > respecitive ports). > > > > Signed-off-by: Lukasz Majewski <lukma@denx.de> > After changing the IRQ name part mention in patch 1, you can add > > Reviewed-by: Stefan Wahren <wahrenst@gmx.net> > Shall I add RoB tag to all patches? I will wait for ACK from at least Andrew and then reset the v7 with all tags collected. > Thanks Best regards, Lukasz Majewski -- DENX Software Engineering GmbH, Managing Director: Erika Unter HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma@denx.de
Am 18.04.25 um 11:02 schrieb Lukasz Majewski: > Hi Stefan, > >> Am 18.04.25 um 08:07 schrieb Lukasz Majewski: >>> This patch series provides support for More Than IP L2 switch >>> embedded in the imx287 SoC. >>> >>> This is a two port switch (placed between uDMA[01] and MAC-NET[01]), >>> which can be used for offloading the network traffic. >>> >>> It can be used interchangeably with current FEC driver - to be more >>> specific: one can use either of it, depending on the requirements. >>> >>> The biggest difference is the usage of DMA - when FEC is used, >>> separate DMAs are available for each ENET-MAC block. >>> However, with switch enabled - only the DMA0 is used to >>> send/receive data to/form switch (and then switch sends them to >>> respecitive ports). >>> >>> Signed-off-by: Lukasz Majewski <lukma@denx.de> >> After changing the IRQ name part mention in patch 1, you can add >> >> Reviewed-by: Stefan Wahren <wahrenst@gmx.net> >> > Shall I add RoB tag to all patches? In case you mean Reviewed-by: yes > > I will wait for ACK from at least Andrew and then reset the v7 with all > tags collected. > >> Thanks > > > > Best regards, > > Lukasz Majewski > > -- > > DENX Software Engineering GmbH, Managing Director: Erika Unter > HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany > Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma@denx.de