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

2015-11-29 Thread Ben Pfaff
On Fri, Nov 27, 2015 at 02:54:57PM +0900, Simon Horman wrote: > Handle advertised and supported flags for the following speeds: > > * 10G base KX4, KR, R > * 40G base KR4, CR4, SR4, LR4 > > Signed-off-by: Simon Horman > > --- > > * The defines used in this patch are provided by Linux kernel he

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

2015-11-26 Thread Simon Horman
Handle advertised and supported flags for the following speeds: * 10G base KX4, KR, R * 40G base KR4, CR4, SR4, LR4 Signed-off-by: Simon Horman --- * The defines used in this patch are provided by Linux kernel headers. The defines for the 10G speeds were added in v2.6.30 and the defines fo