All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] net: zynq_gem: driver enhancement
@ 2026-03-02  7:43 Michal Simek
  2026-03-02  7:43 ` [PATCH 1/3] net: zynq_gem: Disable broadcast packets Michal Simek
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Michal Simek @ 2026-03-02  7:43 UTC (permalink / raw)
  To: u-boot, git
  Cc: Harini Katakam, Jerome Forissier, Martin Kaistra, Padmarao Begari,
	Tom Rini, Venkatesh Yadav Abbarapu

Hi,

on cache coherent system some operations are not working properly
hence these 3 patches.
Boardcast one is just optimization to ignore packets which are not for us.
TXSR is actual fix for coherent system.
dma-coherent flag handling is nice to have but don't expect any performance
improvement.

Thanks,
Michal


Michal Simek (2):
  net: zynq_gem: Disable broadcast packets
  net: zynq_gem: Add support for dma-coherent flag

Padmarao Begari (1):
  net: zynq_gem: clear TXSR transfer complete

 drivers/net/zynq_gem.c | 34 +++++++++++++++++++++++++---------
 1 file changed, 25 insertions(+), 9 deletions(-)

-- 
2.43.0

base-commit: 1f3f1426a8ad7123de58103913eea84c84ce08bf
branch: debian-sent3

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

end of thread, other threads:[~2026-03-10  7:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-02  7:43 [PATCH 0/3] net: zynq_gem: driver enhancement Michal Simek
2026-03-02  7:43 ` [PATCH 1/3] net: zynq_gem: Disable broadcast packets Michal Simek
2026-03-02  7:43 ` [PATCH 2/3] net: zynq_gem: clear TXSR transfer complete Michal Simek
2026-03-02  7:43 ` [PATCH 3/3] net: zynq_gem: Add support for dma-coherent flag Michal Simek
2026-03-10  7:36 ` [PATCH 0/3] net: zynq_gem: driver enhancement Michal Simek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.