From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH v2 0/4] build fixes for recent distros Date: Fri, 13 Sep 2013 16:14:26 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: 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" KNI is an out-of-tree kernel driver, so it needs some updates to follow recent API changes in Linux. There is also a patch to build with latest GCC. v2 changes: * for kernel 3.8 - undef HAVE_HW_TIME_STAMP instead of removing code * for gcc 4.8 - use strncmp instead of strncmp --- Thomas Monjalon (4): kni: fix build with kernel 3.8 kni: fix build with kernel 3.9 kni: fix build with kernel 3.10 app: fix build with gcc 4.8 app/test/test_cmdline_string.c | 3 +- lib/librte_eal/linuxapp/kni/ethtool/igb/igb.h | 5 +- lib/librte_eal/linuxapp/kni/ethtool/igb/igb_main.c | 47 ++++++++++++--= ---- lib/librte_eal/linuxapp/kni/ethtool/igb/kcompat.h | 49 ++++++++++++++= ++++- lib/librte_eal/linuxapp/kni/ethtool/ixgbe/ixgbe.h | 6 +-- .../linuxapp/kni/ethtool/ixgbe/ixgbe_ethtool.c | 14 +++--- .../linuxapp/kni/ethtool/ixgbe/ixgbe_main.c | 16 +++--- .../linuxapp/kni/ethtool/ixgbe/kcompat.h | 51 ++++++++++++++= ------ 8 files changed, 137 insertions(+), 54 deletions(-)