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