Re: [dpdk-dev] Getting issue while bringin Bond with VMXNET3 (DPDK 17.11)

2018-10-09 Thread chetan bhasin
Thanks a lot Let me check in vpp's DPDK plugin what value is passed. Thanks, Chetan Bhasin On Tue, Oct 9, 2018 at 1:35 PM Ferruh Yigit wrote: > On 10/9/2018 5:35 AM, chetan bhasin wrote: > > Thanks for your reply . > > > > The issue coming in function "vmxnet3_dev_tx_queue_setup" > > > > belo

Re: [dpdk-dev] Getting issue while bringin Bond with VMXNET3 (DPDK 17.11)

2018-10-09 Thread Ferruh Yigit
On 10/9/2018 5:35 AM, chetan bhasin wrote: > Thanks for your reply . > > The issue coming in function "vmxnet3_dev_tx_queue_setup" > > below if condition is true because "tx_conf->txq_flags is coming as 0" > > if ((tx_conf->txq_flags & ETH_TXQ_FLAGS_NOXSUMSCTP) != > ETH_TXQ_FLAGS_NOX

Re: [dpdk-dev] Getting issue while bringin Bond with VMXNET3 (DPDK 17.11)

2018-10-08 Thread chetan bhasin
Thanks for your reply . The issue coming in function "vmxnet3_dev_tx_queue_setup" below if condition is true because "tx_conf->txq_flags is coming as 0" if ((tx_conf->txq_flags & ETH_TXQ_FLAGS_NOXSUMSCTP) != ETH_TXQ_FLAGS_NOXSUMSCTP) { PMD_INIT_LOG(ERR, "SCTP checksum offload

Re: [dpdk-dev] Getting issue while bringin Bond with VMXNET3 (DPDK 17.11)

2018-10-08 Thread Chas Williams
Any other error messages? There's really only one path out of slave_configure() that doesn't emit another error message and that's slave_configure_slow_queue. You need to set dedicated_queues to be enabled to see that happen. On 10/07/18 01:12, chetan bhasin wrote: Can anybody suggest? Stuc

[dpdk-dev] Getting issue while bringin Bond with VMXNET3 (DPDK 17.11)

2018-10-06 Thread chetan bhasin
Can anybody suggest? Stuck right now! On Sat, Oct 6, 2018, 17:02 chetan bhasin wrote: > Hi Dpdk Champs, > > I am facing an issue while bringing bonding on VM having vmxnet3 > interfaces. > > Below error is coming in the log - > > PMD: bond_ethdev_start(1959) - bonded port (2) failed to reconfig

[dpdk-dev] Getting issue while bringin Bond with VMXNET3 (DPDK 17.11)

2018-10-06 Thread chetan bhasin
Hi Dpdk Champs, I am facing an issue while bringing bonding on VM having vmxnet3 interfaces. Below error is coming in the log - PMD: bond_ethdev_start(1959) - bonded port (2) failed to reconfigure slave device (0). Please suggest. Thanks, Chetan Bhasin