From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PULL REQUEST] fm10k: new polling mode driver for PF/VF. Date: Mon, 16 Feb 2015 13:24:17 +0100 Message-ID: <3287339.e1biTnscEb@xps13> References: <1424081882-10515-1-git-send-email-jing.d.chen@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: "Chen Jing D(Mark)" Return-path: In-Reply-To: <1424081882-10515-1-git-send-email-jing.d.chen-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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-VfR2kkLFssw@public.gmane.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