From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 00/13] cxgbe: add CXGBE VF PMD and updates Date: Wed, 28 Mar 2018 18:25:11 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: kumaras@chelsio.com, nirranjan@chelsio.com, indranil@chelsio.com To: Rahul Lakkireddy , dev@dpdk.org Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 853379E4 for ; Wed, 28 Mar 2018 19:25:16 +0200 (CEST) In-Reply-To: Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 3/10/2018 10:48 PM, Rahul Lakkireddy wrote: > Patches 1 - 9 add support for cxgbe VF driver. Patches 10 - 12 fix > bugs and convert license in cxgbe files to SPDX License Tag. Patch > 13 adds compile time option to keep outer vlan tag in Q-in-Q packet. > > Patch 1 adds minimal cxgbe VF driver. > > Patch 2 adds firmware mailbox support for VF. > > Patch 3 adds base functions to enable VF ports in subsequent patches. > > Patch 4 adds cxgbe VF probe to initialize VF devices. > > Patch 5 initializes SGE and queues for VF. > > Patch 6 enables RSS for VF. > > Patch 7 updates TX and RX path for VF. > > Patch 8 adds support for VF port statistics. > > Patch 9 adds support to set mac address. > > Patch 10 fixes bug where the other ports under same PF are not closed > properly. > > Patch 11 exports RSS hash functions in device info and adds check > to prevent configuring unsupported hash functions. > > Patch 12 converts all cxgbe files to use SPDX license tag. > > Patch 13 adds compile time option to keep outer vlan tag in Q-in-Q > packet. > > Thanks, > Rahul > > Kumar Sanghvi (10): > cxgbe: add skeleton VF driver > cxgbe: add VF firmware mailbox support > cxgbe: add base for enabling VF ports > cxgbe: add probe to initialize VF devices > cxgbe: initialize SGE and queues for VF > cxgbe: enable RSS for VF > cxgbe: update TX and RX path for VF > cxgbe: add VF port statistics > cxgbe: add support to set mac address > cxgbe: add option to keep outer VLAN tag in Q-in-Q > > Rahul Lakkireddy (3): > cxgbe: fix check to close other ports properly > cxgbe: export supported RSS hash functions > cxgbe: convert to SPDX license tags Series applied to dpdk-next-net/master with exceptions, thanks. Exceptions: Patch 10/13 squashed into next-net Patch 11/13 squashed into next-net Patch 13/13 dropped from set and not merged Also expecting an incremental documentation patch to update device information.