Re: [dpdk-dev] [PATCH] net/vhost: enable promiscuous and multicast by default

2020-04-10 Thread Maxime Coquelin
On 2/26/20 2:45 PM, Xiaolong Ye wrote: > With this patch, the promiscuous and multicast fields are initialized as > enabled for vhost PMD by default, this allows the devices to be used when > running applications that attempt to enable promiscuous or multicast mode. > Similar things have done fo

Re: [dpdk-dev] [PATCH] net/vhost: enable promiscuous and multicast by default

2020-03-04 Thread Maxime Coquelin
On 2/26/20 2:45 PM, Xiaolong Ye wrote: > With this patch, the promiscuous and multicast fields are initialized as > enabled for vhost PMD by default, this allows the devices to be used when > running applications that attempt to enable promiscuous or multicast mode. > Similar things have done fo

[dpdk-dev] [PATCH] net/vhost: enable promiscuous and multicast by default

2020-02-26 Thread Xiaolong Ye
With this patch, the promiscuous and multicast fields are initialized as enabled for vhost PMD by default, this allows the devices to be used when running applications that attempt to enable promiscuous or multicast mode. Similar things have done for other virtual PMDs by commit f165210321c4 ("driv