OSDN Git Service

Merge branch 'net-ipa-don-t-use-fixed-table-sizes'
authorPaolo Abeni <pabeni@redhat.com>
Thu, 27 Oct 2022 11:38:15 +0000 (13:38 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 27 Oct 2022 11:38:15 +0000 (13:38 +0200)
Alex Elder says:

====================
net: ipa: don't use fixed table sizes

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.

This will required for IPA versions 5.0+, where the number of
entries in a routing table is larger.
====================

Link: https://lore.kernel.org/r/20221025195143.255934-1-elder@linaro.org
Signed-off-by: Paolo Abeni <pabeni@redhat.com>

Trivial merge