From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 25D5E11C5 for ; Tue, 8 Dec 2015 00:48:53 +0100 (CET) Received: by wmww144 with SMTP id w144so161096612wmw.1 for ; Mon, 07 Dec 2015 15:48:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=7QouPvigFG7+sAs14TQNry9/pL4gh6M87UiaDxTryME=; b=zFbTQyJsvpOpu8vZgZ445S492UVCXdL3qea618KQu5ZmANzyt9/76ZfygkKK8PE2UI WY6z2MkaQzU2odkdilKF9D3t7zYPvk4QTm1vo/W0FokfNUqEo1RNQbC76sbLCb6Nh1OR 39a8n1P47b+pQzN6JRK2MxriUm907+y5DfAorpTrEHDwKJ/+qyVs53WlU0z/fvWrXrx6 DfdWUYobRcaluTlA4Msf/F2JT2OEdgdpzmywScXjZQvvNVDWRn5oZ9ucQb/0Gej45+FA 4sESqGaHThyjCRJDlz3Jk0NerdgqJl3R8/C79RDJpwCdZis3rduopO03eR9sxkSHcyAo pmyw== 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=7QouPvigFG7+sAs14TQNry9/pL4gh6M87UiaDxTryME=; b=ZupUhd+DYCnVUwPUSLBWrGL9x7JrH11o28555fbqicGNSA+6j4ov+4/C4I9GqmSFQu Cy6kbwp7DCUd7eLX4b0d5BbH7msTIPbmkXG4ydbMaYTxAHfUv0RXdXTbE8i/fzVkRcOZ U4hKvIqg6nA5J1cDLpQpnOaA+tRXmRQopwfniyCNwmfuXDpW5i5/7MrdAMdK0r0cAgQD EADOcmXUYCbVpD8ht6ajCIUncckwJXHHRZuOeTSEIaClTGsKWxm+Vya4yXDaJFpS8j/+ +wMyRoy6czxY0GMWn9P/bcg0LhdSxS+1AAG5b6CM7PyMiftSeeEtt0Nph/GIHsfkrNga y9hw== X-Gm-Message-State: ALoCoQme+/OM7rIYzuHdE14DbUhHaL+6LkWFNalUYKwfRb/erMufrP2jw/1Ey/1BVaODzKMUjlR4+gFTN601pjNlz4hiDWq7pA== X-Received: by 10.28.18.138 with SMTP id 132mr1105775wms.6.1449532132985; Mon, 07 Dec 2015 15:48:52 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id cw3sm366636wjb.26.2015.12.07.15.48.51 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 07 Dec 2015 15:48:52 -0800 (PST) From: Thomas Monjalon To: Alejandro Lucero Date: Tue, 08 Dec 2015 00:47:40 +0100 Message-ID: <13948159.Dtbx2LBLyu@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1448879142-22451-1-git-send-email-alejandro.lucero@netronome.com> References: <1448879142-22451-1-git-send-email-alejandro.lucero@netronome.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 v10 0/8] support for netronome nfp-6xxx card 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, 07 Dec 2015 23:48:53 -0000 2015-11-30 10:25, Alejandro Lucero: > This patchset adds a new PMD for Netronome nfp-6xxx card. > Just PCI Virtual Functions support. > Using this PMD requires previous Netronome BSP installation. There is no risk to merge this driver disabled by default. Applied, thanks