mbox series

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

Message ID 20181012152815.31320-1-ivan.khoronzhuk@linaro.org
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(-)

-- 
2.17.1

Comments

David Miller Oct. 16, 2018, 5:21 a.m. UTC | #1
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.