[dpdk-dev] [PATCH 1/2] kni: disable FDB operations on RHEL 6.5

Thomas Monjalon thomas.monjalon at 6wind.com
Fri Apr 18 00:23:18 CEST 2014


> From: Jean-Mickael Guerin <jean-mickael.guerin at 6wind.com>
> 
> On RH 6.5:
> igb_main.c:2298: error: unknown field ‘ndo_fdb_add’ specified in
> initializer
> 
> FDB ops are present in RH 6.5 via the extension of netdev, so add the
> ifdef inside the netdev ops definition of igb.
> 
> However, FDB functions are not set for RHEL 6.5: the implementation
> relies on dev_mc_add_excl API which has not been backported.
> 
> Signed-off-by: Jean-Mickael Guerin <jean-mickael.guerin at 6wind.com>

Acked-by: Thomas Monjalon <thomas.monjalon at 6wind.com>

It's applied for version 1.6.0r2.

Thanks
-- 
Thomas


More information about the dev mailing list