Re: [Devel] [PATCH vz7] neighbour: restore hashtable size limit

2024-06-14 Thread Konstantin Khorenko
Hi guys, did you pick a brand new super name here? :) i'm eagerly anticipating seeing it. :) -- Best regards, Konstantin Khorenko, Virtuozzo Linux Kernel Team On 07.06.2024 06:34, Pavel Tikhomirov wrote: On 07/06/2024 12:24, Alexander Atanasov wrote: On 7.06.24 5:34, Pavel Tikhomirov wrot

Re: [Devel] [PATCH vz7] neighbour: restore hashtable size limit

2024-06-07 Thread Pavel Tikhomirov
On 07/06/2024 12:24, Alexander Atanasov wrote: On 7.06.24 5:34, Pavel Tikhomirov wrote: On 06/06/2024 19:50, Alexander Atanasov wrote: With counters fro neigh entries per VE introduced in https://virtuozzo.atlassian.net/browse/PSBM-87155 tbl->entries, which served as limit of hashtable size

Re: [Devel] [PATCH vz7] neighbour: restore hashtable size limit

2024-06-07 Thread Alexander Atanasov
On 7.06.24 5:34, Pavel Tikhomirov wrote: On 06/06/2024 19:50, Alexander Atanasov wrote: With counters fro neigh entries per VE introduced in https://virtuozzo.atlassian.net/browse/PSBM-87155 tbl->entries, which served as limit of hashtable size, become unlimited, so the table can grow very lar

Re: [Devel] [PATCH vz7] neighbour: restore hashtable size limit

2024-06-07 Thread Pavel Tikhomirov
On 06/06/2024 19:50, Alexander Atanasov wrote: With counters fro neigh entries per VE introduced in https://virtuozzo.atlassian.net/browse/PSBM-87155 tbl->entries, which served as limit of hashtable size, become unlimited, so the table can grow very large. Table is allocated via __get_free_pa

[Devel] [PATCH vz7] neighbour: restore hashtable size limit

2024-06-06 Thread Alexander Atanasov
With counters fro neigh entries per VE introduced in https://virtuozzo.atlassian.net/browse/PSBM-87155 tbl->entries, which served as limit of hashtable size, become unlimited, so the table can grow very large. Table is allocated via __get_free_pages which allocates continuous regions of phys mem a

[Devel] [PATCH vz7] neighbour: restore hashtable size limit

2024-04-29 Thread Alexander Atanasov
With counters fro neigh entries per VE introduced in https://virtuozzo.atlassian.net/browse/PSBM-87155 tbl->entries, which served as limit of hashtable size, become unlimited, so the table can grow very large. Table is allocated via __get_free_pages which allocates continious regions of phys mem a