Re: [ovs-dev] [PATCH] netdev: Initialize netdev's features before getting them

2016-10-12 Thread Aaron Conole
Hi Binbin, Binbin Xu writes: > When OVS&DPDK is used, DPDK doesn't support features 'advertised', > 'supported' and 'peer'. If a physical port added to bridge, features > descirbed above can't be assigned, and the values are random. > > Signed-off-by: Binbin Xu > --- Thanks for reporting this.

[ovs-dev] [PATCH] netdev: Initialize netdev's features before getting them

2016-10-12 Thread Binbin Xu
When OVS&DPDK is used, DPDK doesn't support features 'advertised', 'supported' and 'peer'. If a physical port added to bridge, features descirbed above can't be assigned, and the values are random. Signed-off-by: Binbin Xu --- lib/netdev.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions