mbox series

[0/2] net: ethernet: ti: cpsw fix mcast packet lost

Message ID 20181012152815.31320-1-ivan.khoronzhuk@linaro.org (mailing list archive)
Headers show
Series net: ethernet: ti: cpsw fix mcast packet lost | expand

Message

Ivan Khoronzhuk Oct. 12, 2018, 3:28 p.m. UTC
The patchset omits redundant refresh of mcast address table and
prevents mcast packet lost.

Based on net-next/master
tested on am572x evm

Ivan Khoronzhuk (2):
  net: ethernet: ti: cpsw_ale: use const for API having pointer on mac
    address
  net: ethernet: ti: cpsw: fix lost of mcast packets while rx_mode
    update

 drivers/net/ethernet/ti/cpsw.c     | 46 ++++++++++++++++++------------
 drivers/net/ethernet/ti/cpsw_ale.c | 12 ++++----
 drivers/net/ethernet/ti/cpsw_ale.h |  8 +++---
 3 files changed, 38 insertions(+), 28 deletions(-)

Comments

Grygorii Strashko Oct. 13, 2018, 12:38 a.m. UTC | #1
On 10/12/2018 10:28 AM, Ivan Khoronzhuk wrote:
> The patchset omits redundant refresh of mcast address table and
> prevents mcast packet lost.
> 
> Based on net-next/master
> tested on am572x evm
> 
> Ivan Khoronzhuk (2):
>    net: ethernet: ti: cpsw_ale: use const for API having pointer on mac
>      address
>    net: ethernet: ti: cpsw: fix lost of mcast packets while rx_mode
>      update
> 
>   drivers/net/ethernet/ti/cpsw.c     | 46 ++++++++++++++++++------------
>   drivers/net/ethernet/ti/cpsw_ale.c | 12 ++++----
>   drivers/net/ethernet/ti/cpsw_ale.h |  8 +++---
>   3 files changed, 38 insertions(+), 28 deletions(-)
> 


Thank you.
Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>
David Miller Oct. 16, 2018, 5:21 a.m. UTC | #2
From: Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org>
Date: Fri, 12 Oct 2018 18:28:13 +0300

> The patchset omits redundant refresh of mcast address table and
> prevents mcast packet lost.
> 
> Based on net-next/master
> tested on am572x evm

Series applied.