Re: [ovs-dev] [PATCH] netdev-dpdk: Assign value '0' to unsupported netdev features

2016-11-28 Thread Ben Pfaff
On Thu, Oct 13, 2016 at 11:18:20PM +0800, Binbin Xu wrote: > When OVS 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

[ovs-dev] [PATCH] netdev-dpdk: Assign value '0' to unsupported netdev features

2016-10-12 Thread Binbin Xu
When OVS 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-dpdk.c | 8 +--- 1 file changed, 5