drivers/net: enable promiscuous and multicast by default
authorCiara Power <ciara.power@intel.com>
Mon, 21 Oct 2019 12:22:38 +0000 (13:22 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 23 Oct 2019 14:43:10 +0000 (16:43 +0200)
commitf165210321c43247702927cc2c8439b643950c71
tree84c5eaccc5d25b88e931adb9912ce74f79f77f4d
parent400d758182669035203ba619001b0c03234b9121
drivers/net: enable promiscuous and multicast by default

The promiscuous and multicast fields are now initialised as enabled for
some virtual PMDs. This allows the devices to be used when running
applications that attempt to enable promiscuous or multicast mode.

Signed-off-by: Ciara Power <ciara.power@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>
drivers/net/kni/rte_eth_kni.c
drivers/net/null/rte_eth_null.c
drivers/net/pcap/rte_eth_pcap.c
drivers/net/ring/rte_eth_ring.c