On 5/13/2020 11:24 PM, Yong Wang wrote: > -----Original Message----- > From: Stephen Hemminger <[email protected]> > Date: Tuesday, May 12, 2020 at 1:40 PM > To: Yong Wang <[email protected]> > Cc: "[email protected]" <[email protected]>, Stephen Hemminger > <[email protected]> > 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 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 VMware. > Compile tested only! > > Coverity issue: 124563 > Signed-off-by: Stephen Hemminger <[email protected]> > --- > > <Acked-by> Yong Wang <[email protected]>
Applied to dpdk-next-net/master, thanks.

