From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 0517B1396 for ; Mon, 5 Sep 2016 07:44:13 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP; 04 Sep 2016 22:44:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,285,1470726000"; d="scan'208";a="1051484921" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga002.fm.intel.com with ESMTP; 04 Sep 2016 22:44:05 -0700 Received: from fmsmsx121.amr.corp.intel.com (10.18.125.36) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 4 Sep 2016 22:44:03 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx121.amr.corp.intel.com (10.18.125.36) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 4 Sep 2016 22:44:03 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.102]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.166]) with mapi id 14.03.0248.002; Mon, 5 Sep 2016 13:44:02 +0800 From: "Wu, Jingjing" To: "Guo, Jia" , "Zhang, Helin" CC: "dev@dpdk.org" Thread-Topic: [PATCH] drivers/i40e: Add new PCTYPE for x722 hardware driver Thread-Index: AQHR/3tEP2GyZ/BCJ06Zpn9hFLFhxqBqcRVg Date: Mon, 5 Sep 2016 05:44:01 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F80E1C2653@SHSMSX103.ccr.corp.intel.com> References: <1472203505-76527-1-git-send-email-jia.guo@intel.com> In-Reply-To: <1472203505-76527-1-git-send-email-jia.guo@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] drivers/i40e: Add new PCTYPE for x722 hardware driver X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2016 05:44:14 -0000 > -----Original Message----- > From: Guo, Jia > Sent: Friday, August 26, 2016 5:25 PM > To: Zhang, Helin; Wu, Jingjing > Cc: dev@dpdk.org; Guo, Jia > Subject: [PATCH] drivers/i40e: Add new PCTYPE for x722 hardware driver >=20 > There are 6 new PCTYPE be enabled in the i40e hardware driver for x722, a= dd Mini comments : How about "There are 6 new PCTYEs enabled in device X722. This patch ......= " > them to let user to use it to filter the corresponding PCTYPE packet in x= 722. >=20 > The new PCTYPE As bellow: > NonF Unicast IPv4, UDP > NonF Multicast IPv4, UDP > NonF IPv4, TCP, SYN, no ACK > NonF Unicast IPv6, UDP > NonF Multicast IPv6, UDP Actually, the new PCTYPE are not exposed to user in DPDK. Please not how You deal with them.