[dpdk-dev] VMXNET3 with 3 processes

2014-11-04 Thread Yong Wang
On 11/3/14, 7:49 AM, "Yan Freedland" wrote: >Hi > >I am trying to initialize the environment for 3 processes and 2 ports. >Currently I fail in vmxnet3_dev_start (0). >The exact place is as follows: > > /* Activate device by register write */ > VMXNET3_WRITE_BAR1_REG(hw, VMXNET3_REG_C

[dpdk-dev] VMXNET3 with 3 processes

2014-11-03 Thread Yan Freedland
Hi I am trying to initialize the environment for 3 processes and 2 ports. Currently I fail in vmxnet3_dev_start (0). The exact place is as follows: /* Activate device by register write */ VMXNET3_WRITE_BAR1_REG(hw, VMXNET3_REG_CMD, VMXNET3_CMD_ACTIVATE_DEV); status = VMX