From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f178.google.com (mail-we0-f178.google.com [74.125.82.178]) by dpdk.org (Postfix) with ESMTP id CDAC2559C for ; Mon, 29 Jul 2013 14:44:35 +0200 (CEST) Received: by mail-we0-f178.google.com with SMTP id u57so3968638wes.9 for ; Mon, 29 Jul 2013 05:44:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:subject:date:message-id:x-mailer:mime-version:content-type :content-transfer-encoding:x-gm-message-state; bh=BQDaCSt9bJUY5f7HR0vcm3IZ7uWiSPCaawVzMiGWYZg=; b=g1RjhVMk9FCsbprR5wUHZsTc0S9PTamb+3e1sEv2QKR//h8nYZU7xFJ3XAtQ3CcvEp t8m6BW8kpx+5GlMvRN/ZH4Ql0Fq/TPlg8m5yZh5maQCXr4g/e7JMb6k4oBX7/FgKys3T 5+hcsLNrNxHlNIaFEBl5oTfH1cviv9b6IIezXPuKSXcWgQeLBiGc0mf89rwybyvrPm+1 1xQSb+snu9ovCxgQEwidFH3NJuEuxQHmsl5tu0B9i5+ZafuaendR25Mo38VyJwZldCpE M+rG6C1cMinmDbSEWtBph5ysdzyUc5gJe0ocvEaAglGSgf1y9QG9RLYRqAJ4jDR+sW7+ l9hQ== X-Received: by 10.194.110.39 with SMTP id hx7mr42747481wjb.4.1375101899189; Mon, 29 Jul 2013 05:44:59 -0700 (PDT) Received: from 6wind.com (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id n7sm22318994wib.1.2013.07.29.05.44.56 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 29 Jul 2013 05:44:58 -0700 (PDT) Received: by 6wind.com (sSMTP sendmail emulation); Mon, 29 Jul 2013 14:44:55 +0200 From: Thomas Monjalon To: dev@dpdk.org Date: Mon, 29 Jul 2013 14:44:51 +0200 Message-Id: X-Mailer: git-send-email 1.7.10.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Gm-Message-State: ALoCoQkkBbEqsUq9Qp49YxYAtJ9U9sy+I2B9WpAONJR2MQU1/mBbYOgM4+ithlSzVpC3YEcBplJe Subject: [dpdk-dev] [PATCH 0/4] build fixes for recent distros X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jul 2013 12:44:36 -0000 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. Needless to say, these patches are totally useless for Debian users :) --- 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 | 2 +- lib/librte_eal/linuxapp/kni/ethtool/igb/igb.h | 17 - lib/librte_eal/linuxapp/kni/ethtool/igb/igb_main.c | 507 ++------------------ lib/librte_eal/linuxapp/kni/ethtool/igb/kcompat.h | 46 +- 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, 132 insertions(+), 527 deletions(-) -- 1.7.10.4