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 093D6A0A02; Wed, 24 Mar 2021 13:29:03 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E3C674067B; Wed, 24 Mar 2021 13:29:02 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 980084014F for ; Wed, 24 Mar 2021 13:29:01 +0100 (CET) IronPort-SDR: qk+7Z11V8Y55Pac2qneouFAFlXshlByQ4nm/hbOWbtSZMir7rBliJ60tkZe38Wq1lwgmDqeFSH ZTdMGu0eAK+Q== X-IronPort-AV: E=McAfee;i="6000,8403,9932"; a="188389144" X-IronPort-AV: E=Sophos;i="5.81,274,1610438400"; d="scan'208";a="188389144" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Mar 2021 05:29:00 -0700 IronPort-SDR: D250TgNRvx5R3HLs49lvVqoZJ35KplEM3YXXU/gDnhoF7u9WuVu39YK9lJ7Kt3ju42De8wOw8V obdU5kJzIvfw== X-IronPort-AV: E=Sophos;i="5.81,274,1610438400"; d="scan'208";a="408822913" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.28.141]) ([10.252.28.141]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Mar 2021 05:28:59 -0700 To: Andrew Rybchenko , dev@dpdk.org Cc: Viacheslav Galaktionov , Andy Moreton References: <20210316125144.1016727-1-andrew.rybchenko@oktetlabs.ru> From: Ferruh Yigit X-User: ferruhy Message-ID: <372737f2-7214-e4db-17f9-8830f2252090@intel.com> Date: Wed, 24 Mar 2021 12:28:55 +0000 MIME-Version: 1.0 In-Reply-To: <20210316125144.1016727-1-andrew.rybchenko@oktetlabs.ru> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/sfc: allow PPPoE flow pattern items 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 3/16/2021 12:51 PM, Andrew Rybchenko wrote: > From: Viacheslav Galaktionov > > These items allow the user to avoid having to set the EtherType field in an > ETH item to match PPPoE traffic. Using a PPPoED (PPPoE discovery) or PPPoES > (PPPoE session) item will lead to EtherType filter being set up with > a corresponding value. If an ETH item provides its own EtherType value, > it will be checked for correctness. > > Matching on PPPoE fields is not supported. > > Signed-off-by: Viacheslav Galaktionov > Signed-off-by: Andrew Rybchenko > Reviewed-by: Andy Moreton Applied to dpdk-next-net/main, thanks.