18/07/2019 23:24, Thomas Monjalon: > 11/07/2019 17:33, Stephen Hemminger: > > On Thu, 11 Jul 2019 13:35:07 +0100 > > Ferruh Yigit <ferruh.yi...@intel.com> wrote: > > > > > 'kni_net_rx_lo_fifo()' can get segmented buffers, using 'pkt_len' for > > > that case will be wrong and some values can cause buffer overflow > > > in destination mbuf data. > > > > > > Signed-off-by: Ferruh Yigit <ferruh.yi...@intel.com> > > > > Acked-by: Stephen Hemminger <step...@networkplumber.org> > > Applied, thanks
I hope these lines are correct: Fixes: d89a58dfe90b ("kni: support chained mbufs") Cc: sta...@dpdk.org