From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f48.google.com (mail-wg0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id BA3004A63 for ; Thu, 26 Jun 2014 14:16:16 +0200 (CEST) Received: by mail-wg0-f48.google.com with SMTP id n12so3398189wgh.19 for ; Thu, 26 Jun 2014 05:16:29 -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:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=4ysrjN71i3uBf6P8b9vwV+PEQF8U6fZGFpSOf+lHcas=; b=j+VrxTrZPXqe01/MF3O1wQucMQK5APH1cynmH2djX74himA4zqnL2ZM7zuqp2ODtcO GiXkOFifjx9lxrRZvw5LuJGDaeZnGCOkt1b6ZKU74QxAsIhC4ADUYIunq+n8oMyc5ep4 qkeN4WHCB0VO2TnOJ6yUSakkGEJ0uaJozsFa+hbsr/nbQk1DnkwWis3s9TLxa+NBVOgG qk5cXSvxsMJfuF5gUgj0EdpETDRwGFWPaEEWah09W/y3pPNH5vLrNf0U9PYzBr7m+eZs Z2WRKeZHTrkPBgW5rJQw+qRIe1D4PJ6IFHldxbyaH/TYkj1DIJwgNb+WCdMWisA4Uw9P zEDA== X-Gm-Message-State: ALoCoQmHWTRpev4eu42TwaLdcQzvY6g7e+/+AhGAviqmIla5DUA1cGoN3yE+ndDKIr7McFRRhc76 X-Received: by 10.180.75.5 with SMTP id y5mr2372960wiv.9.1403784989603; Thu, 26 Jun 2014 05:16:29 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id lo18sm23924937wic.1.2014.06.26.05.16.27 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Jun 2014 05:16:28 -0700 (PDT) From: Thomas Monjalon To: "Richardson, Bruce" Date: Thu, 26 Jun 2014 14:16:23 +0200 Message-ID: <15961129.SF4g5vVhp4@xps13> Organization: 6WIND User-Agent: KMail/4.13.1 (Linux/3.14.6-1-ARCH; KDE/4.13.1; x86_64; ; ) In-Reply-To: <59AF69C657FD0841A61C55336867B5B02CEE396F@IRSMSX103.ger.corp.intel.com> References: <1403698937-30407-1-git-send-email-thomas.monjalon@6wind.com> <59AF69C657FD0841A61C55336867B5B02CEE396F@IRSMSX103.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [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: Thu, 26 Jun 2014 12:16:16 -0000 2014-06-25 16:07, Richardson, Bruce: > > 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 > > Acked-by: Bruce Richardson I've done same kind of minor modifications to e1000 and ixgbe: http://dpdk.org/browse/dpdk/commit/?id=2c8e687c549f08522ee All 3 patches are applied for version 1.7.0. Thanks -- Thomas