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 28D6CA0547; Mon, 24 May 2021 13:48:53 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5744E4003E; Mon, 24 May 2021 13:48:52 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 65FEC4003C for ; Mon, 24 May 2021 13:48:51 +0200 (CEST) Received: from localhost.localdomain (unknown [5.144.120.251]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id D82DC7F4F8; Mon, 24 May 2021 14:48:50 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru D82DC7F4F8 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1621856930; bh=sqkLifLhBnm/DPm3sWx/eR1wVjTla6LtHSgN/+w8u5k=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=Qjfw+5ekVDTbci4VlKloCLlHFyGT4hYrzf67YMzG9ffJ/ImzbtBcA25o4GpLIZwGH FgOcD29aAG3FfHoT7nLIVZtg7jfItxDW1Qu5cPUGAymIfpf7yN6esN1ys5klqfO5Ij ch8RkXj3zZIbJA8zHJWjqZy+r7Z8wAyN7k5c8Y9Q= From: Ivan Malov To: dev@dpdk.org Cc: Ray Kinsella , Ferruh Yigit Date: Mon, 24 May 2021 14:48:30 +0300 Message-Id: <20210524114833.4056-1-ivan.malov@oktetlabs.ru> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20210428094926.22185-1-ivan.malov@oktetlabs.ru> References: <20210428094926.22185-1-ivan.malov@oktetlabs.ru> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v4 0/3] Match On VLAN Presence In Transfer Flows 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" Changes in v2: * [1/3] no longer triggers spelling warnings Changes in v3: * Attempt to correct mailing order of the patches Changes in v4: * Yet another attempt to correct mailing order of the patches Andrew Rybchenko (1): common/sfc_efx/base: update MCDI headers Ivan Malov (2): common/sfc_efx/base: add MAE VLAN presence match bits net/sfc: support matching on VLAN presence in transfer rules drivers/common/sfc_efx/base/efx.h | 18 + drivers/common/sfc_efx/base/efx_impl.h | 3 +- drivers/common/sfc_efx/base/efx_mae.c | 235 +- drivers/common/sfc_efx/base/efx_regs_mcdi.h | 3532 +++++++++++++++-- .../common/sfc_efx/base/efx_regs_mcdi_aoe.h | 142 +- .../common/sfc_efx/base/efx_regs_mcdi_strs.h | 2 +- drivers/common/sfc_efx/version.map | 1 + drivers/net/sfc/sfc_mae.c | 124 +- drivers/net/sfc/sfc_mae.h | 19 +- 9 files changed, 3708 insertions(+), 368 deletions(-) -- 2.20.1