On Fri, Mar 03, 2023 at 09:48:44PM +0100, Christian Gmeiner wrote:

> When facing a very busy network, the single rx packet
> buffer was oftentimes overwritten before a desired
> response packet (e.g. a Ping reply) could have been
> processed. This change improves resistance to this
> by utilising multiple buffers.
> 
> Signed-off-by: Christian Gmeiner <christian.gmei...@gmail.com>
> ---

This results in:
drivers/net/e1000.c:5317:18: warning: cast to pointer from integer of different 
size [-Wint-to-pointer-cast]
 5317 |         packet = (unsigned char *)rd->buffer_addr;
      |                  ^

On platforms such as qemu_arm.

-- 
Tom

Attachment: signature.asc
Description: PGP signature

Reply via email to