[dpdk-stable] [PATCH v3] net/bonding: fix create bonded device test failure

Ferruh Yigit ferruh.yigit at intel.com
Thu Feb 7 14:34:57 CET 2019


On 2/5/2019 1:39 PM, Hari Kumar Vemula wrote:
> test_create_bonded_device is failing due to improper initialisation in
> bonded device configuration. Which leads to crash while setting up queues.
> 
> The value of nb_rx_desc is checked if it is not in range of rx_desc_lim of
> bonded device which fails.
> This is due to "rx_desc_lim" is set to 0 as default value of bonded device
> during bond_alloc().
> Hence nb_rx_desc (1024) is > 0 and test fails.
> 
> Fix is to set the default values of rx_desc_lim of bonded device to
> appropriate value.
> Receive the values from slaves configuration like done for other existing
> slave configuration
> 
> Fixes: 2efb58cbab6e ("bond: new link bonding library")
> Cc: stable at dpdk.org
> 
> Signed-off-by: Hari Kumar Vemula <hari.kumarx.vemula at intel.com>
> Acked-by: Chas Williams <chas3 at att.com>

Applied to dpdk-next-net/master, thanks.


More information about the stable mailing list