On 5/13/2020 11:24 PM, Yong Wang wrote: > -----Original Message----- > From: Stephen Hemminger <step...@networkplumber.org> > Date: Tuesday, May 12, 2020 at 1:40 PM > To: Yong Wang <yongw...@vmware.com> > Cc: "dev@dpdk.org" <dev@dpdk.org>, Stephen Hemminger > <step...@networkplumber.org> > 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 <step...@networkplumber.org> > --- > > <Acked-by> Yong Wang <yongw...@vmware.com>
Applied to dpdk-next-net/master, thanks.