From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.1 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9471FC433B4 for ; Fri, 30 Apr 2021 14:49:56 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id 8D150613F7 for ; Fri, 30 Apr 2021 14:49:55 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8D150613F7 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ashroe.eu Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B856D4014F; Fri, 30 Apr 2021 16:49:54 +0200 (CEST) Received: from mail-108-mta90.mxroute.com (mail-108-mta90.mxroute.com [136.175.108.90]) by mails.dpdk.org (Postfix) with ESMTP id AF7504013F for ; Fri, 30 Apr 2021 16:49:52 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta90.mxroute.com (ZoneMTA) with ESMTPSA id 1792341daa40004964.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Fri, 30 Apr 2021 14:49:48 +0000 X-Zone-Loop: 5ca4ef6b691aa9e1b20ad263174a3121aaf2f78efb73 X-Originating-IP: [149.28.56.236] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ashroe.eu; s=x; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date: Message-ID:From:References:Cc:To:Subject:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=aknY+bt+zMTevXiXb+aKg8jkexclXZ2A+q3keTWrhjk=; b=PGNmIU8aGp871dVgQ3X7q5v81I JoMv8b0NPlHpGQoMgwnb8GgIY/xEe5OmsNAWFWYrL3Qzd9Nxr+6gfcIZmrxl8KohqSBtZ6sIMJftR 0ttPyHuusE4CxVSGJqfnCZ8nYi3WIVOepFmJrrkKvaeMKU/YEnXnpiiXHTg/mhCvTyb6LGdoiNNs6 wNq7TG+xe5fLXukltrReYMRuVnZi1fgw4UwY32FH1ZFUramKNqESutd5k0hhFTrae5tAhmnjOJ3Qk zIbgeccPnOJyT31jUt0dBrphD/OMktfWwzwkXwBhuNh623YlwoIb+PasS2/F+gdaAPmDO6si2x2yt 9M2NtZvg==; To: Ivan Malov , dev@dpdk.org Cc: Andrew Rybchenko , Andy Moreton , Neil Horman References: <20210428094926.22185-1-ivan.malov@oktetlabs.ru> <20210428094926.22185-2-ivan.malov@oktetlabs.ru> From: "Kinsella, Ray" Message-ID: <3c109177-915f-1c7e-0425-b6c2612d1d59@ashroe.eu> Date: Fri, 30 Apr 2021 15:49:45 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.10.0 MIME-Version: 1.0 In-Reply-To: <20210428094926.22185-2-ivan.malov@oktetlabs.ru> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-AuthUser: mdr@ashroe.eu Subject: Re: [dpdk-dev] [PATCH 2/3] common/sfc_efx/base: add MAE VLAN presence match bits 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" On 28/04/2021 10:49, Ivan Malov wrote: > Introduce necessary infrastructure for these fields to > be set, validated and compared during class comparison. > Enumeration and mappings envisaged are MCDI-compatible. > > Signed-off-by: Ivan Malov > Reviewed-by: Andrew Rybchenko > Reviewed-by: Andy Moreton > --- > 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/version.map | 1 + > 4 files changed, 254 insertions(+), 3 deletions(-) > Acked-by: Ray Kinsella