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
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
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