On 5/13/2020 11:24 PM, Yong Wang wrote:
> -Original Message-
> From: Stephen Hemminger
> Date: Tuesday, May 12, 2020 at 1:40 PM
> To: Yong Wang
> Cc: "dev@dpdk.org" , Stephen Hemminger
>
> Subject: [PATCH] net/vmxnet3: handle bad host framing
>
> The VMXNet3 protocol has a start-of
-Original Message-
From: Stephen Hemminger
Date: Tuesday, May 12, 2020 at 1:40 PM
To: Yong Wang
Cc: "dev@dpdk.org" , Stephen Hemminger
Subject: [PATCH] net/vmxnet3: handle bad host framing
The VMXNet3 protocol has a start-of-packet (SOP) and end-of-packet (EOP)
marker. If there
The VMXNet3 protocol has a start-of-packet (SOP) and end-of-packet (EOP)
marker. If there was a bug where mbuf arrived without SOP the code
that chains the mbuf would dereference a null pointer.
Also, record any mbuf's dropped in statistics.
Although did the initial code no longer have access to V
3 matches
Mail list logo