]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_pmd_vmxnet3/vmxnet3_ethdev.c
vmxnet3: initialize receive mode for broadcast
[dpdk.git] / lib / librte_pmd_vmxnet3 / vmxnet3_ethdev.c
index e6caa0a25cc8027e2f89230b2dd1acf5b44d168f..c6e69f223cdfc8caf54278b47bfd7f9cbc81c16c 100644 (file)
@@ -522,7 +522,7 @@ vmxnet3_dev_start(struct rte_eth_dev *dev)
        }
 
        /* Setting proper Rx Mode and issue Rx Mode Update command */
-       vmxnet3_dev_set_rxmode(hw, VMXNET3_RXM_UCAST | VMXNET3_RXM_ALL_MULTI, 1);
+       vmxnet3_dev_set_rxmode(hw, VMXNET3_RXM_UCAST | VMXNET3_RXM_BCAST, 1);
 
        /*
         * Don't need to handle events for now