From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 637671B802 for ; Fri, 22 Jun 2018 13:53:02 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Jun 2018 04:53:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,256,1526367600"; d="scan'208";a="51049585" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga007.jf.intel.com with ESMTP; 22 Jun 2018 04:53:00 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 22 Jun 2018 04:53:00 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.51]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.116]) with mapi id 14.03.0319.002; Fri, 22 Jun 2018 19:52:59 +0800 From: "Zhang, Qi Z" To: "Wu, Yanglong" , "dev@dpdk.org" CC: "Ananyev, Konstantin" Thread-Topic: [PATCH v4] net/i40e: illegal packet checking Thread-Index: AQHUCD1TndzFnsV2D0uMYLZVG8Wr0KRsLn2g Date: Fri, 22 Jun 2018 11:52:58 +0000 Message-ID: <039ED4275CED7440929022BC67E706115323BA15@SHSMSX103.ccr.corp.intel.com> References: <20180620014641.134405-1-yanglong.wu@intel.com> <20180620021247.134575-1-yanglong.wu@intel.com> In-Reply-To: <20180620021247.134575-1-yanglong.wu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjEwZWMyNTgtMWUyYy00MTM5LThmNmQtMWVjMWU0MTc5M2RkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoidHp1MTNaMXpYbkswNkxnR1hsXC9mTDVKdkE2WFRMMTBDTXZWSnlhODIwZTdoSENlVnNhbGRXUEhYaytGYTZSYkUifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action 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 v4] net/i40e: illegal packet checking X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jun 2018 11:53:02 -0000 > -----Original Message----- > From: Wu, Yanglong > Sent: Wednesday, June 20, 2018 10:13 AM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Ananyev, Konstantin > ; Wu, Yanglong > Subject: [PATCH v4] net/i40e: illegal packet checking >=20 > Some illegal packets will lead to TX/RX hang and can't recover automatica= lly. > This patch check those illegal packets and protect TX/RX from hanging. >=20 > Signed-off-by: Yanglong Wu Applied to dpdk-next-net-intel Thanks! Qi>