On Tue, Apr 24, 2018 at 4:55 AM, Konstantin Belousov <kostikbel_at_gmail.com> wrote: > +#ifndef MLX5E_MAX_RX_BYTES > +#define MLX5E_MAX_RX_BYTES MCLBYTES > +#endif Why do you use a 2KB buffer rather than a PAGE_SIZE'd buffer? MJUMPAGESIZE should offer significantly better performance for jumbo frames without increasing the risk of memory fragmentation.Received on Wed Apr 25 2018 - 18:04:16 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:15 UTC