Re: Ping: [PATCH v2] net/vmnet: Pad short Ethernet frames

2024-10-30 Thread Phil Dennis-Jordan
On Sun, 20 Oct 2024 at 05:17, William Hooper wrote: > > On Sat, Aug 17, 2024 at 11:33 PM William Hooper wrote: > > At least on macOS 12.7.2, vmnet doesn't pad Ethernet frames, such as the > > host's ARP replies, to the minimum size (60 bytes before the frame check > > sequence) defined in IEEE St

Ping: [PATCH v2] net/vmnet: Pad short Ethernet frames

2024-10-19 Thread William Hooper
On Sat, Aug 17, 2024 at 11:33 PM William Hooper wrote: > At least on macOS 12.7.2, vmnet doesn't pad Ethernet frames, such as the > host's ARP replies, to the minimum size (60 bytes before the frame check > sequence) defined in IEEE Std 802.3-2022, so guests' Ethernet device > drivers may drop the

[PATCH v2] net/vmnet: Pad short Ethernet frames

2024-08-17 Thread William Hooper
At least on macOS 12.7.2, vmnet doesn't pad Ethernet frames, such as the host's ARP replies, to the minimum size (60 bytes before the frame check sequence) defined in IEEE Std 802.3-2022, so guests' Ethernet device drivers may drop them with "frame too short" errors. This patch calls eth_pad_short