This series contains a somewhat unrelated set of changes, some inspired by some recent work posted for back-port. For the most part they're meant to improve the code without changing it's functionality. Each basically stands on its own. -Alex Alex Elder (7): net: ipa: kill ipa_modem_init() net: ipa: zero unused portions of filter table memory net: ipa: rework how HOL_BLOCK handling is specified net: ipa: explicitly disable HOLB drop during setup net: ipa: skip SKB copy if no netdev net: ipa: GSI only needs one completion net: ipa: rearrange GSI structure fields drivers/net/ipa/gsi.c | 44 ++++++++----------------------- drivers/net/ipa/gsi.h | 11 +++----- drivers/net/ipa/ipa_endpoint.c | 43 ++++++++++++++++++++---------- drivers/net/ipa/ipa_main.c | 7 ++--- drivers/net/ipa/ipa_modem.c | 10 ------- drivers/net/ipa/ipa_modem.h | 3 --- drivers/net/ipa/ipa_table.c | 48 +++++++++++++++++++++++++++++----- 7 files changed, 89 insertions(+), 77 deletions(-) -- 2.32.0