[dpdk-dev] [dpdk-stable] [PATCH 1/2] net/bonding: free mempool used in mode6

Ferruh Yigit ferruh.yigit at intel.com
Fri Apr 13 19:25:31 CEST 2018


On 4/11/2018 5:34 AM, xiangxia.m.yue at gmail.com wrote:
> From: Tonghao Zhang <xiangxia.m.yue at gmail.com>
> 
> When creating bond device with mode6, dpdk will create
> mempool for arp packets. If free the bond device and
> create it with same name, there will be an error. Because
> the mempool is not freed when destroying bond device.
> 
> Fixes: 06fe78b9 ("bond: add mode 6")
> Fixes: ea0c20ea ("apps: use helper to create mbuf pools")
> Cc: stable at dpdk.org
> Signed-off-by: Tonghao Zhang <xiangxia.m.yue at gmail.com>

For series,
Reviewed-by: Ferruh Yigit <ferruh.yigit at intel.com>


More information about the dev mailing list