Merge branch 'move-est-lock-and-est-structure-to-struct-stmmac_priv'
authorJakub Kicinski <kuba@kernel.org>
Tue, 14 May 2024 01:33:14 +0000 (18:33 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 14 May 2024 01:33:15 +0000 (18:33 -0700)
Xiaolei Wang says:

====================
Move EST lock and EST structure to struct stmmac_priv

1. Pulling the mutex protecting the EST structure out to avoid
    clearing it during reinit/memset of the EST structure,and
    reacquire the mutex lock when doing this initialization.

2. Moving the EST structure to a more logical location
====================

Link: https://lore.kernel.org/r/20240513014346.1718740-1-xiaolei.wang@windriver.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge