Message ID | 20221025195143.255934-1-elder@linaro.org |
---|---|
Headers | show |
Series | net: ipa: don't use fixed table sizes | expand |
Hello: This series was applied to netdev/net-next.git (master) by Paolo Abeni <pabeni@redhat.com>: On Tue, 25 Oct 2022 14:51:39 -0500 you wrote: > Currently, routing and filter tables are assumed to have a fixed > size for all platforms. In fact, these tables can support many more > entries than what has been assumed; the only limitation is the size > of the IPA-resident memory regions that contain them. > > This series rearranges things so that the size of the table is > determined from the memory region size defined in configuration > data, rather than assuming it is fixed. > > [...] Here is the summary with links: - [net-next,1/4] net: ipa: record the route table size in the IPA structure https://git.kernel.org/netdev/net-next/c/fc094058ce01 - [net-next,2/4] net: ipa: determine route table size from memory region https://git.kernel.org/netdev/net-next/c/0439e6743c5c - [net-next,3/4] net: ipa: don't assume 8 modem routing table entries https://git.kernel.org/netdev/net-next/c/8defab8bdfb1 - [net-next,4/4] net: ipa: determine filter table size from memory region https://git.kernel.org/netdev/net-next/c/f787d8483015 You are awesome, thank you!