2015-11-24 11:10, Chen Jing D: > When the fm10k port is closed, both func tx_queue_clean() and > fm10k_tx_queue_release_mbufs_vec() will try to release buffer in > SW ring. The latter func won't do sanity check on those pointers > and cause crash. > > The fix removed Vector TX buffer release func since it can share > the release functions with regular TX. > > fixes: fb9066e479a6(fm10k: reset and release mbuf) > > Signed-off-by: Chen Jing D(Mark) <jing.d.chen at intel.com> > Acked-by: Michael Qiu <michael.qiu at intel.com>
Applied, thanks