Re: [dpdk-dev] [PATCH V2] bonding: fix xmit balance policy name

2020-10-20 Thread Ferruh Yigit
On 10/20/2020 4:04 AM, Min Hu (Connor) wrote: Currently there exits inconsistence about name of transmission policy for a Link Bonding device. "xmit_balance_policy" is not correct, which should be modified to "balance_xmit_policy". Fixes: 2950a769315e ("bond: testpmd support") Fixes: ac718398f47

[dpdk-dev] [PATCH V2] bonding: fix xmit balance policy name

2020-10-19 Thread Min Hu (Connor)
Currently there exits inconsistence about name of transmission policy for a Link Bonding device. "xmit_balance_policy" is not correct, which should be modified to "balance_xmit_policy". Fixes: 2950a769315e ("bond: testpmd support") Fixes: ac718398f477 ("doc: testpmd application user guide") Cc: st