From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f175.google.com (mail-we0-f175.google.com [74.125.82.175]) by dpdk.org (Postfix) with ESMTP id CB0B1B5DE for ; Mon, 16 Feb 2015 13:24:49 +0100 (CET) Received: by mail-we0-f175.google.com with SMTP id x3so28988538wes.6 for ; Mon, 16 Feb 2015 04:24:49 -0800 (PST) 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=6sTXyfQ16v3GzCuOdsodbQUrnj8sTVgsi01MUIS32MM=; b=ls1CsDx0VoRSFbpscDEzAsHNmrC18C2GYdeITxcIXLZkc3AhRSibqzYZUq+NeO2sZF EQw5AnYQsxsNitVk6hBZUYPAM/donRGmw6LRrm2chobzmAnq45S7PlT0qYBFrb/KIE9y pMGztTWwcIcVylCAvwY9Gmtere7J/Jrk9/1tSVm2lnMC1auXKAy81eocCGcnoAzIN0sX SAiU2V/gaRKkPeqXw46HiNv3lURlaWAea0bbi/mDZv3ABbWn9hjARiHDc/IS3/1TItjL 1of1AEsqgdqJbFhG6m1+FvBTlGe45mwpuR54tcvOPwbukZpOZrMvpSl8b6J++LCHBvH3 vSmA== X-Gm-Message-State: ALoCoQlLmpflMlvmtKflXcMijh76mz2p7cosypWuYJ+CpIXFTf17BDlk4O30jF5IUF6ykHUFVn8v X-Received: by 10.181.13.4 with SMTP id eu4mr46627028wid.41.1424089489699; Mon, 16 Feb 2015 04:24:49 -0800 (PST) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id lu13sm19470325wic.10.2015.02.16.04.24.48 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 16 Feb 2015 04:24:49 -0800 (PST) From: Thomas Monjalon To: "Chen Jing D(Mark)" Date: Mon, 16 Feb 2015 13:24:17 +0100 Message-ID: <3287339.e1biTnscEb@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <1424081882-10515-1-git-send-email-jing.d.chen@intel.com> References: <1424081882-10515-1-git-send-email-jing.d.chen@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] [PULL REQUEST] fm10k: new polling mode driver for PF/VF. 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, 16 Feb 2015 12:24:50 -0000 Hi, 2015-02-16 18:18, Chen Jing D: > These changes add poll mode driver for the host interface of Intel > Ethernet Switch FM10000 Series of silicons, which integrate NIC and > switch functionalities. The patch set include below features: > > 1. Basic RX/TX functions for PF/VF. > 2. Interrupt handling mechanism for PF/VF. > 3. per queue start/stop functions for PF/VF. > 4. Mailbox handling between PF/VF and PF/Switch Manager. > 5. Receive Side Scaling (RSS) for PF/VF. > 6. Scatter receive function for PF/VF. > 7. reta update/query for PF/VF. > 8. VLAN filter set for PF. > 9. Link status query for PF/VF. > > The following changes since commit f2c5125a686ab64034925dabafea0877d1e5857e: > > app/testpmd: use default Rx/Tx port configuration (2015-02-14 11:35:25 +0100) > > are available in the git repository at: > > jing@dpdk.org:dpdk-fm10k-next.git master > > for you to fetch changes up to 1b073a75d5e809f10c0a71cbc755b02045bf8783: > > fm10k: Add ABI version of librte_pmd_fm10k (2015-02-16 03:46:00 -0500) It seems you are requesting to pull the v5, right? I think there were some comments from David which are not adressed. Thanks for checking them