Re: [dpdk-dev] [PATCH] net/bonding: fix add bonded device itself as its slave

2021-04-19 Thread Ferruh Yigit
On 4/15/2021 8:09 AM, Min Hu (Connor) wrote: From: Chengchang Tang Adding the bond device as its own slave should be forbidden. This will cause a recursive endless loop in many subsequent operations, and eventually lead to coredump. This problem was found in testpmd, the related logs are as fo

[dpdk-dev] [PATCH] net/bonding: fix add bonded device itself as its slave

2021-04-15 Thread Min Hu (Connor)
From: Chengchang Tang Adding the bond device as its own slave should be forbidden. This will cause a recursive endless loop in many subsequent operations, and eventually lead to coredump. This problem was found in testpmd, the related logs are as follows: testpmd> create bonded device 1 0 Create