From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/2] kni: disable FDB operations on RHEL 6.5 Date: Fri, 18 Apr 2014 00:23:18 +0200 Message-ID: <3195921.x531Qqeu5I@xps13> References: <1397569883-16761-1-git-send-email-david.marchand@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Cc: dev-VfR2kkLFssw@public.gmane.org To: Jean-Mickael Guerin Return-path: In-Reply-To: <1397569883-16761-1-git-send-email-david.marchand-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > From: Jean-Mickael Guerin >=20 > On RH 6.5: > igb_main.c:2298: error: unknown field =E2=80=98ndo_fdb_add=E2=80=99 s= pecified in > initializer >=20 > FDB ops are present in RH 6.5 via the extension of netdev, so add the= > ifdef inside the netdev ops definition of igb. >=20 > However, FDB functions are not set for RHEL 6.5: the implementation > relies on dev_mc_add_excl API which has not been backported. >=20 > Signed-off-by: Jean-Mickael Guerin Acked-by: Thomas Monjalon It's applied for version 1.6.0r2. Thanks --=20 Thomas