From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rahul Lakkireddy Subject: [PATCH 0/5] net/cxgbe: feature updates and bug fixes Date: Sat, 30 Jun 2018 00:53:50 +0530 Message-ID: Cc: surendra@chelsio.com, shaguna@chelsio.com, indranil@chelsio.com, nirranjan@chelsio.com To: dev@dpdk.org Return-path: Received: from stargate.chelsio.com (stargate.chelsio.com [12.32.117.8]) by dpdk.org (Postfix) with ESMTP id 3AB431B90B for ; Fri, 29 Jun 2018 21:25:15 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Patch 1 adds link up and down operations for PF and VF. Patch 2 enables 2-tuple based RSS hash on IPv4 fragment packets and IPv6 packets with extension headers. Patch 3 queries firmware for max queues that can be allocated. Patch 4 fixes Rx channel map and ingress queue type needed for firmware to manage internal mapping correctly. Patch 5 fixes forgotten Tx byte counters for VF. Thanks, Rahul Rahul Lakkireddy (5): net/cxgbe: add link up and down ops net/cxgbe: enable more RSS hash functions net/cxgbe: query firmware for max queues available net/cxgbe: fix Rx channel map and queue type net/cxgbevf: add missing Tx byte counters drivers/net/cxgbe/base/common.h | 10 ++++ drivers/net/cxgbe/base/t4_hw.c | 40 +++++++++++++ drivers/net/cxgbe/base/t4_regs.h | 3 + drivers/net/cxgbe/base/t4fw_interface.h | 14 +++++ drivers/net/cxgbe/base/t4vf_hw.c | 6 ++ drivers/net/cxgbe/cxgbe.h | 21 +++++-- drivers/net/cxgbe/cxgbe_compat.h | 9 --- drivers/net/cxgbe/cxgbe_ethdev.c | 80 ++++++++++++++++++++++--- drivers/net/cxgbe/cxgbe_main.c | 100 +++++++++++++++++++++++++------- drivers/net/cxgbe/cxgbe_pfvf.h | 2 + drivers/net/cxgbe/cxgbevf_ethdev.c | 3 + drivers/net/cxgbe/cxgbevf_main.c | 20 +------ drivers/net/cxgbe/sge.c | 10 +++- 13 files changed, 256 insertions(+), 62 deletions(-) -- 2.14.1