[dpdk-dev] [PATCH v2] fm10k: fix a crash bug when quit from testpmd

Thomas Monjalon thomas.monjalon at 6wind.com
Tue Nov 24 11:39:19 CET 2015


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


More information about the dev mailing list