linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] net: ethernet: ti: cpsw fix mcast packet lost
@ 2018-10-12 15:28 Ivan Khoronzhuk
  2018-10-12 15:28 ` [PATCH 1/2] net: ethernet: ti: cpsw_ale: use const for API having pointer on mac address Ivan Khoronzhuk
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Ivan Khoronzhuk @ 2018-10-12 15:28 UTC (permalink / raw)
  To: grygorii.strashko, davem
  Cc: linux-omap, netdev, linux-kernel, Ivan Khoronzhuk

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-10-16  5:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-12 15:28 [PATCH 0/2] net: ethernet: ti: cpsw fix mcast packet lost Ivan Khoronzhuk
2018-10-12 15:28 ` [PATCH 1/2] net: ethernet: ti: cpsw_ale: use const for API having pointer on mac address Ivan Khoronzhuk
2018-10-12 15:28 ` [PATCH 2/2] net: ethernet: ti: cpsw: fix lost of mcast packets while rx_mode update Ivan Khoronzhuk
2018-10-13  0:38 ` [PATCH 0/2] net: ethernet: ti: cpsw fix mcast packet lost Grygorii Strashko
2018-10-16  5:21 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).