From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7C259A0C4C; Fri, 15 Oct 2021 08:49:17 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0262240041; Fri, 15 Oct 2021 08:49:17 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 71F384003C for ; Fri, 15 Oct 2021 08:49:15 +0200 (CEST) Received: by shelob.oktetlabs.ru (Postfix, from userid 122) id D1D4D7F6F9; Fri, 15 Oct 2021 09:49:14 +0300 (MSK) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shelob.oktetlabs.ru X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=ALL_TRUSTED, DKIM_ADSP_DISCARD autolearn=no autolearn_force=no version=3.4.2 Received: from aros.oktetlabs.ru (aros.oktetlabs.ru [192.168.38.17]) by shelob.oktetlabs.ru (Postfix) with ESMTP id 27E4E7F519 for ; Fri, 15 Oct 2021 09:49:11 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 27E4E7F519 Authentication-Results: shelob.oktetlabs.ru/27E4E7F519; dkim=none; dkim-atps=neutral From: Andrew Rybchenko To: dev@dpdk.org Date: Fri, 15 Oct 2021 09:49:00 +0300 Message-Id: <20211015064903.3302489-1-andrew.rybchenko@oktetlabs.ru> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH 0/3] net/sfc: support transfer rule proxy X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Prepare driver infrastructure and add support for transfer rules proxy. The API allows to find out right entry point for transfer rules (which require corresponding priviledges). Viacheslav Galaktionov (3): common/sfc_efx/base: support unprivileged MAE clients net/sfc: allow ports without MAE privilege net/sfc: implement the transfer proxy port callback doc/guides/rel_notes/release_21_11.rst | 1 + drivers/common/sfc_efx/base/ef10_nic.c | 12 +++- drivers/common/sfc_efx/base/efx.h | 7 +++ drivers/common/sfc_efx/base/siena_nic.c | 1 + drivers/net/sfc/sfc.c | 4 ++ drivers/net/sfc/sfc_ethdev.c | 11 ++-- drivers/net/sfc/sfc_flow.c | 23 +++++++- drivers/net/sfc/sfc_mae.c | 75 +++++++++++++++---------- drivers/net/sfc/sfc_mae.h | 3 +- drivers/net/sfc/sfc_switch.c | 68 +++++++++++++++++++++- drivers/net/sfc/sfc_switch.h | 11 ++++ 11 files changed, 172 insertions(+), 44 deletions(-) -- 2.30.2