From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dispatch1-us1.ppe-hosted.com (dispatch1-us1.ppe-hosted.com [67.231.154.164]) by dpdk.org (Postfix) with ESMTP id 92D112BF3 for ; Wed, 30 Aug 2017 20:17:49 +0200 (CEST) Received: from pure.maildistiller.com (unknown [10.110.50.29]) by dispatch1-us1.ppe-hosted.com (Proofpoint Essentials ESMTP Server) with ESMTP id 290AA6005E for ; Wed, 30 Aug 2017 18:17:49 +0000 (UTC) X-Virus-Scanned: Proofpoint Essentials engine Received: from mx5-us1.ppe-hosted.com (unknown [10.110.49.251]) by pure.maildistiller.com (Proofpoint Essentials ESMTP Server) with ESMTPS id 822DB6004B for ; Wed, 30 Aug 2017 18:17:48 +0000 (UTC) Received: from webmail.solarflare.com (webmail.solarflare.com [12.187.104.26]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx5-us1.ppe-hosted.com (Proofpoint Essentials ESMTP Server) with ESMTPS id 3BD58600081 for ; Wed, 30 Aug 2017 18:17:48 +0000 (UTC) Received: from ocex03.SolarFlarecom.com (10.20.40.36) by ocex03.SolarFlarecom.com (10.20.40.36) with Microsoft SMTP Server (TLS) id 15.0.1044.25; Wed, 30 Aug 2017 11:17:46 -0700 Received: from opal.uk.solarflarecom.com (10.17.10.1) by ocex03.SolarFlarecom.com (10.20.40.36) with Microsoft SMTP Server (TLS) id 15.0.1044.25 via Frontend Transport; Wed, 30 Aug 2017 11:17:45 -0700 Received: from uklogin.uk.solarflarecom.com (uklogin.uk.solarflarecom.com [10.17.10.10]) by opal.uk.solarflarecom.com (8.13.8/8.13.8) with ESMTP id v7UIHiOO017484 for ; Wed, 30 Aug 2017 19:17:44 +0100 Received: from uklogin.uk.solarflarecom.com (localhost.localdomain [127.0.0.1]) by uklogin.uk.solarflarecom.com (8.13.8/8.13.8) with ESMTP id v7UIHi0q017953 for ; Wed, 30 Aug 2017 19:17:44 +0100 From: Andrew Rybchenko To: Date: Wed, 30 Aug 2017 19:17:30 +0100 Message-ID: <1504117061-17906-1-git-send-email-arybchenko@solarflare.com> X-Mailer: git-send-email 1.8.2.3 MIME-Version: 1.0 Content-Type: text/plain X-MDID: 1504117068-tlgYzMELkZ+A Subject: [dpdk-dev] [PATCH 00/11] net/sfc: support flow API RSS action X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Aug 2017 18:17:49 -0000 Few base driver patches have checkpatches.sh errors due to difference in coding conventions. Andrew Rybchenko (1): net/sfc: use RSS key size define from base driver Ivan Malov (3): net/sfc: fix unused variable warnings in RSS-agnostic build net/sfc/base: add RSS key size define to efx.h net/sfc: add support for the flow API RSS action Mark Spender (7): net/sfc/base: define a handle to denote default RSS context net/sfc/base: fix default RSS context check on Siena net/sfc/base: add the max. number of RSS exclusive contexts net/sfc/base: rename API to check Rx scale and hash support net/sfc/base: add API to allocate and free RSS contexts net/sfc/base: update RSS API to take RSS context parameter net/sfc/base: add API to set an RSS context for a filter doc/guides/nics/sfc_efx.rst | 2 + drivers/net/sfc/base/ef10_filter.c | 16 +++- drivers/net/sfc/base/ef10_impl.h | 15 +++ drivers/net/sfc/base/ef10_rx.c | 96 +++++++++++++++---- drivers/net/sfc/base/efx.h | 40 ++++++-- drivers/net/sfc/base/efx_filter.c | 35 +++++-- drivers/net/sfc/base/efx_impl.h | 20 ++-- drivers/net/sfc/base/efx_rx.c | 142 ++++++++++++++++++++++++---- drivers/net/sfc/base/hunt_nic.c | 7 ++ drivers/net/sfc/base/medford_nic.c | 7 ++ drivers/net/sfc/base/siena_nic.c | 3 + drivers/net/sfc/sfc.c | 14 ++- drivers/net/sfc/sfc.h | 6 +- drivers/net/sfc/sfc_ethdev.c | 19 ++-- drivers/net/sfc/sfc_flow.c | 188 ++++++++++++++++++++++++++++++++++++- drivers/net/sfc/sfc_flow.h | 15 +++ drivers/net/sfc/sfc_rx.c | 34 +++++-- 17 files changed, 563 insertions(+), 96 deletions(-) -- 1.8.2.3