Re: [dpdk-dev] [PATCH] app/testpmd: fix bonding initialization due to unproper name

2017-07-20 Thread Thomas Monjalon
21/07/2017 05:29, Wu, Jingjing: > > > when creating a bond device in testpmd, a name for a device must meet the > > correct convention described in the documentation: > > The device name must start with the net_bonding prefix followed by numbers > > or letters. > > Change for ALB mempool allocatio

Re: [dpdk-dev] [PATCH] app/testpmd: fix bonding initialization due to unproper name

2017-07-20 Thread Wu, Jingjing
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Michal Jastrzebski > Sent: Thursday, July 13, 2017 5:49 PM > To: dev@dpdk.org > Cc: Jain, Deepak K ; Doherty, Declan > ; Jastrzebski, MichalX K > > Subject: [dpdk-dev] [PATCH]

[dpdk-dev] [PATCH] app/testpmd: fix bonding initialization due to unproper name

2017-07-13 Thread Michal Jastrzebski
when creating a bond device in testpmd, a name for a device must meet the correct convention described in the documentation: The device name must start with the net_bonding prefix followed by numbers or letters. Change for ALB mempool allocation - mem_name was too long. Fixes: 9bf4901d1a11 ("bus/v