Re: [PATCH net-next 0/2] net: ipa: don't cache channel state

2020-05-01 Thread David Miller
From: Alex Elder Date: Thu, 30 Apr 2020 17:13:21 -0500 > This series removes a field that holds a copy of a channel's state > at the time it was last fetched. In principle the state can change > at any time, so it's better to just fetch it whenever needed. The > first patch is just preparatory,

[PATCH net-next 0/2] net: ipa: don't cache channel state

2020-04-30 Thread Alex Elder
This series removes a field that holds a copy of a channel's state at the time it was last fetched. In principle the state can change at any time, so it's better to just fetch it whenever needed. The first patch is just preparatory, simplifying the arguments to gsi_channel_state().