Re: mlx5(4) jumbo receive

2018-04-26 Thread Ben RUBSON
On 26 Apr 2018, Rick Macklem wrote: Ryan Stone wrote: On Tue, Apr 24, 2018 at 4:55 AM, Konstantin Belousov >>wrote: +#ifndef MLX5E_MAX_RX_BYTES +#defineMLX5E_MAX_RX_BYTES MCLBYTES +#endif Why do you use a 2KB buffer rather than a PAGE_SIZE'd buffer? MJUMPAGESIZE should offer signifi

Re: suspend/resume does not work in qemu (qemu-devel)

2018-04-26 Thread Andriy Gapon
On 19/04/2018 11:54, Andriy Gapon wrote: > > Not sure if this really matters and on what end the problem might be, but > resuming from S3 in qemu is stuck forever here: It seems that the same issue _might_ affect real hardware if sc (syscons) console is used. What I see is that a system suspends

Re: mlx5(4) jumbo receive

2018-04-26 Thread Konstantin Belousov
On Wed, Apr 25, 2018 at 04:04:13PM -0400, Ryan Stone wrote: > On Tue, Apr 24, 2018 at 4:55 AM, Konstantin Belousov > wrote: > > +#ifndef MLX5E_MAX_RX_BYTES > > +#defineMLX5E_MAX_RX_BYTES MCLBYTES > > +#endif > > Why do you use a 2KB buffer rather than a PAGE_SIZE'd buffer? > MJUMPAGESIZE