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 793E3A0032; Wed, 11 May 2022 16:31:47 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 29E3740DDD; Wed, 11 May 2022 16:31:47 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 57B36406B4 for ; Wed, 11 May 2022 16:31:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652279505; x=1683815505; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=KYJX4IJ4hgvGm1k/Zm0E/lhr1n/q+qj3CVnd/WWRKJY=; b=YH5XRjVvW/Q6WArdZtnpkbgfUp7/LVKCoV2Ua9+j6OS+BRS4Ma9qsUxR XA0F167qtrUz1gFIemj0QgpOcNBAv4GCKkU7WBnF7NN08MtIQ7Ca92r12 GploIo5tVrxMeJ9CBw8Cds8hEv3B2ONc+RAsXvlfU4+eSSABwsC+Tl0nR 8f/26lG73AlhAjy9s6zmC2bXQfOiJVzu/ckS3OTJZMtzO93D5pbEIiP09 ilp0M1FvcSBcJaQbOTsiQWdJ+qINExkTvi4Q57QUqpnsKaELI5C/l6Lgo McJHlTp1XQpTqePwZUK8e95nehJJbGnpuj/pqwB71PugF9x3z89yvzCS+ Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10344"; a="268551844" X-IronPort-AV: E=Sophos;i="5.91,217,1647327600"; d="scan'208";a="268551844" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 May 2022 07:31:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,217,1647327600"; d="scan'208";a="623970575" Received: from fmsmsx602.amr.corp.intel.com ([10.18.126.82]) by fmsmga008.fm.intel.com with ESMTP; 11 May 2022 07:31:16 -0700 Received: from fmsmsx610.amr.corp.intel.com (10.18.126.90) by fmsmsx602.amr.corp.intel.com (10.18.126.82) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.27; Wed, 11 May 2022 07:31:16 -0700 Received: from fmsmsx612.amr.corp.intel.com (10.18.126.92) by fmsmsx610.amr.corp.intel.com (10.18.126.90) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.27; Wed, 11 May 2022 07:31:15 -0700 Received: from fmsmsx612.amr.corp.intel.com ([10.18.126.92]) by fmsmsx612.amr.corp.intel.com ([10.18.126.92]) with mapi id 15.01.2308.027; Wed, 11 May 2022 07:31:15 -0700 From: "Zhang, Qi Z" To: "Wang, Jie1X" , "dev@dpdk.org" CC: "Yang, SteveX" , "Yang, Qiming" Subject: RE: [PATCH v2] net/ice/base: enable FDIR support for IPV6_NETX_PROTO Thread-Topic: [PATCH v2] net/ice/base: enable FDIR support for IPV6_NETX_PROTO Thread-Index: AQHYYbCwOF/xe7acaE6myRJf/8O0u60Zw//Q Date: Wed, 11 May 2022 14:31:15 +0000 Message-ID: References: <20220407030104.786060-1-jie1x.wang@intel.com> <20220507091345.175582-1-jie1x.wang@intel.com> In-Reply-To: <20220507091345.175582-1-jie1x.wang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.401.20 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 > -----Original Message----- > From: Wang, Jie1X > Sent: Saturday, May 7, 2022 5:14 PM > To: dev@dpdk.org > Cc: Yang, SteveX ; Yang, Qiming > ; Zhang, Qi Z ; Wang, Jie1X > > Subject: [PATCH v2] net/ice/base: enable FDIR support for IPV6_NETX_PROTO >=20 > To support the new DDP and be compatible with the old version DDP file, A= PI > function 'check_ddp_support_proto_id' is added to detect if the required > protocol ID is supported by the current DDP file. >=20 > Add new protocol ID IPV6_NETX_PROTO support for PF FDIR if current DDP is > new DDP and keep behavior if it is the old version DDP. >=20 > v2: rebase and optimize the API function >=20 > Signed-off-by: Jie Wang Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi