From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 2/2] kni: more compatibility with RHEL 6.4/6.5 Date: Fri, 18 Apr 2014 00:24:23 +0200 Message-ID: <2626950.8tnzITEqgB@xps13> References: <1397569883-16761-1-git-send-email-david.marchand@6wind.com> <1397569883-16761-2-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-2-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" 2014-04-15 15:51, David Marchand: > From: Jean-Mickael Guerin >=20 > For RH 6.5: > - always include mdio.h to get the definitions of MDIO_EEE, ETHTOOL_G= EEE > - is_link_local_ether_addr(), pcie_capability_clear_and_set_word(), = and > ether_addr_equal() have been backported >=20 > For RH 6.4: > - same issue with ether_addr_equal() > - here ETH_GEE is defined without having the functions. >=20 > igb_ethtool.c:2441: error: implicit declaration of function > =E2=80=98mmd_eee_adv_to_ethtool_adv_t=E2=80=99 >=20 > Signed-off-by: Jean-Mickael Guerin Acked-by: Thomas Monjalon It's applied for version 1.6.0r2. Thanks --=20 Thomas