Re: [ovs-dev] [PATCH v2 2/2] netdev-linux: Handle flags for 10G and 40G speeds

2015-11-29 Thread Ben Pfaff
On Mon, Nov 30, 2015 at 08:49:04AM +0900, Simon Horman wrote: > Handle advertised and supported flags for the following speeds: > > * 1G base KX > * 10G base KX4, KR, R > * 40G base KR4, CR4, SR4, LR4 > > Signed-off-by: Simon Horman > > --- > > v2 > * Extend coverage to 10G base KX for complet

[ovs-dev] [PATCH v2 2/2] netdev-linux: Handle flags for 10G and 40G speeds

2015-11-29 Thread Simon Horman
Handle advertised and supported flags for the following speeds: * 1G base KX * 10G base KX4, KR, R * 40G base KR4, CR4, SR4, LR4 Signed-off-by: Simon Horman --- v2 * Extend coverage to 10G base KX for completeness * Include compatibility code as suggested by Ben Pfaff --- lib/netdev-linux.c |