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)
commitb08191d860293e962cc202d050e943842a7395e3
tree3a7a3889774f41f8f0b9698c0fa4901ac4f0a762
parent95125152dcc57a4f4810134e0d4f975462f95b8e
parentbd17382ac36ed97848f1712714488e84c93605ca
Merge branch 'move-est-lock-and-est-structure-to-struct-stmmac_priv'

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>