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: Mon, 26 Mar 2018 21:51:56 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: kumaras@chelsio.com, nirranjan@chelsio.com, indranil@chelsio.com To: Rahul Lakkireddy , dev@dpdk.org Return-path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 328FF2BD3 for ; Mon, 26 Mar 2018 22:51:59 +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. Can you please update driver documentation with new supported device? > > 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. We are trying to reduce the config options, is it possible to provide this functionality with a runtime option (devargs) ? Or there is already an offload option DEV_RX_OFFLOAD_QINQ_STRIP, I guess this is different (is it?), if so does it make sense to have another offload option to cover your case? > > 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 <...>