From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id 02D2FAFCF for ; Wed, 25 Jun 2014 14:22:23 +0200 (CEST) Received: by mail-wi0-f176.google.com with SMTP id n3so7901283wiv.15 for ; Wed, 25 Jun 2014 05:22:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-type:content-transfer-encoding; bh=hCHGmmG5d4BHQJ9Nme9pAEzQzBbdvTtwdLyJclcAuSs=; b=fzavInRyZactEhR4v/TmwrcahzNfTQWg+7Cuh2XoptjkJYTy7ofl57pdULx1Eh57Vw rb65KvRU74GmFUxJfmArkvx7xer9yQ//TvYgQMo7/D6AhdwbdLlYyMtIT6J8revM/NQS Nd7cit7xuT8Ayruh4T6fjpIpJOBKOKlIf3gv0qfVYMCuauqG/SQqGTwQBfcF79iiBebN q6anKxGFMpYsNT61qY9k9SjGcbEFSirDbiRV93MhfBvSSWiVqI+UhC6ebqvk/pnJmEVU 2b5rZLzOZYt4Mlw2jviqLQxqvhyrsUhlUZZa4YeyLnOf2WM8Hhgg7Zx7tZ1jYo2f2pkp RgnQ== X-Gm-Message-State: ALoCoQnnwVP/pUGBDZCUMg/ScwGNW3Uhqojvvkvz6CdFIpecWN32ZyLfP2V+o/4aP2iQVg2vd+so X-Received: by 10.194.62.5 with SMTP id u5mr9278045wjr.46.1403698961659; Wed, 25 Jun 2014 05:22:41 -0700 (PDT) Received: from localhost.localdomain (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id w5sm53250748wif.3.2014.06.25.05.22.40 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 25 Jun 2014 05:22:41 -0700 (PDT) From: Thomas Monjalon To: dev@dpdk.org Date: Wed, 25 Jun 2014 14:22:14 +0200 Message-Id: <1403698937-30407-1-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH 0/3] previous patches about "shared code"/"base drivers" 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: Wed, 25 Jun 2014 12:22:24 -0000 There were discussions about how to fix/workaround bugs in Intel code which we don't want to modify. And it raised wording issue to clarify things. I modify my patch and accept others. So I resend them in order to have a final acknowledgement. Please comment and/or acknowledge. Thanks Thomas Monjalon (1): i40e: explicit shared code naming as base driver Chen Jing D(Mark) (1): i40e/base: ignore warning Pablo de Lara (1): ixgbe: rework fix of media type for bypass device lib/librte_pmd_i40e/Makefile | 34 +++++++++++++++---------------- lib/librte_pmd_i40e/i40e_ethdev.c | 12 +++++------ lib/librte_pmd_ixgbe/ixgbe/ixgbe_82599.c | 3 --- lib/librte_pmd_ixgbe/ixgbe_82599_bypass.c | 34 +++++++++++++++++++------------ 4 files changed, 44 insertions(+), 39 deletions(-) -- 2.0.0