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 2DF0C91FC for ; Thu, 8 Sep 2016 04:24:47 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga104.fm.intel.com with ESMTP; 07 Sep 2016 19:24:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,298,1470726000"; d="scan'208";a="6223354" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga004.jf.intel.com with ESMTP; 07 Sep 2016 19:24:46 -0700 Received: from fmsmsx113.amr.corp.intel.com (10.18.116.7) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 7 Sep 2016 19:24:46 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX113.amr.corp.intel.com (10.18.116.7) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 7 Sep 2016 19:24:45 -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; Thu, 8 Sep 2016 10:24:43 +0800 From: "Wu, Jingjing" To: "Guo, Jia" , "Zhang, Helin" CC: "dev@dpdk.org" Thread-Topic: [PATCH v2 1/2] drivers/i40e: Add new PCTYPEs for device x722 Thread-Index: AQHSCOsTSzYUbHsb0UaAYtwdzj6toKBu3fMQ Date: Thu, 8 Sep 2016 02:24:43 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F80E1C3DC6@SHSMSX103.ccr.corp.intel.com> References: <1472203505-76527-1-git-send-email-jia.guo@intel.com> <1473241082-115104-1-git-send-email-jia.guo@intel.com> In-Reply-To: <1473241082-115104-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 v2 1/2] drivers/i40e: Add new PCTYPEs for device x722 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: Thu, 08 Sep 2016 02:24:47 -0000 > -----Original Message----- > From: Guo, Jia > Sent: Wednesday, September 7, 2016 5:38 PM > To: Zhang, Helin; Wu, Jingjing > Cc: dev@dpdk.org; Guo, Jia > Subject: [PATCH v2 1/2] drivers/i40e: Add new PCTYPEs for device x722 >=20 > There are 6 new PCTYPEs enabled in the device x722. > The 6 new PCTYPEs As bellow: > NonF Unicast IPv4, UDP > NonF Multicast IPv4, UDP > NonF IPv4, TCP, SYN, no ACK > NonF Unicast IPv6, UDP > NonF Multicast IPv6, UDP >=20 > Signed-off-by: Jeff Guo Acked-by: Jingjing Wu Just minor comments: don't forget tonote what is changed compared with prev= ious version.