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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 F153DC433B4 for ; Tue, 11 May 2021 16:57:31 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id 394516134F for ; Tue, 11 May 2021 16:57:31 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 394516134F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com 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 C48D94069F; Tue, 11 May 2021 18:57:29 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 59C954003E; Tue, 11 May 2021 18:57:27 +0200 (CEST) IronPort-SDR: 6o3XrqZMJf8sefV6FAB8VY92mJNLGODFZW1A+92xh8WDCYEGK5A0Agi0zrg09LdlIVZCy45HKO OicbhcInFDZQ== X-IronPort-AV: E=McAfee;i="6200,9189,9981"; a="199545626" X-IronPort-AV: E=Sophos;i="5.82,291,1613462400"; d="scan'208";a="199545626" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 May 2021 09:57:02 -0700 IronPort-SDR: QmoOfkJN6Qp6IM2X5BiW8cso4Zgfd2CTGIRCtINqBrxMIdt2Re49SdGfu+7PbpHGqH0e2n1kIl KRsJhilaMi/g== X-IronPort-AV: E=Sophos;i="5.82,291,1613462400"; d="scan'208";a="537106527" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.224.45]) ([10.213.224.45]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 May 2021 09:56:58 -0700 To: Jiawen Wu , dev@dpdk.org Cc: stable@dpdk.org References: <20210508063526.17980-1-jiawenwu@trustnetic.com> From: Ferruh Yigit X-User: ferruhy Message-ID: <3bf2de7f-cc96-632b-f1ab-fdd050dc3ffd@intel.com> Date: Tue, 11 May 2021 17:56:48 +0100 MIME-Version: 1.0 In-Reply-To: <20210508063526.17980-1-jiawenwu@trustnetic.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH v3] net/txgbe: fix to strip QINQ 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 5/8/2021 7:35 AM, Jiawen Wu wrote: > Support to enable and disable QINQ hardware strip, when configure vlan > offload with QINQ strip mask. If there are packets have QINQ tag to RSS, > users should enable QINQ strip before configuring the RSS. > > Fixes: 220b0e49bc47 ("net/txgbe: support VLAN") > Cc: stable@dpdk.org > > Signed-off-by: Jiawen Wu Applied to dpdk-next-net/main, thanks.