From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 2B7351B1F0 for ; Mon, 14 Jan 2019 13:54:28 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Jan 2019 04:54:28 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,477,1539673200"; d="scan'208";a="114534837" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga007.fm.intel.com with ESMTP; 14 Jan 2019 04:54:27 -0800 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 14 Jan 2019 04:54:27 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 14 Jan 2019 04:54:27 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.150]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.159]) with mapi id 14.03.0415.000; Mon, 14 Jan 2019 20:54:00 +0800 From: "Zhang, Qi Z" To: "Wang, Haiyue" , "dev@dpdk.org" Thread-Topic: [PATCH v1] net/i40e: perform basic validation on the VF messages Thread-Index: AQHUqN1i5UgFa3xVnkm/b72mOTmUPqWuvbjA Date: Mon, 14 Jan 2019 12:54:00 +0000 Message-ID: <039ED4275CED7440929022BC67E706115331AEC5@SHSMSX103.ccr.corp.intel.com> References: <1547122051-26931-1-git-send-email-haiyue.wang@intel.com> In-Reply-To: <1547122051-26931-1-git-send-email-haiyue.wang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiN2EyN2E0NmItNzQxOS00MGJjLWE0Y2YtZjc1NjY4YTVjYTYyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiMzF2N3V4ZHVJWVNEZ0JrYWh5QkFZRmw0bUtWa1B6b3JjSGdZWCt5WExackM2T2I0V3VDVzR5YWhjaWx5M3E5ZyJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 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 v1] net/i40e: perform basic validation on the VF messages 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: Mon, 14 Jan 2019 12:54:29 -0000 > -----Original Message----- > From: Wang, Haiyue > Sent: Thursday, January 10, 2019 8:08 PM > To: dev@dpdk.org; Zhang, Qi Z > Cc: Wang, Haiyue > Subject: [PATCH v1] net/i40e: perform basic validation on the VF messages >=20 > Do the VF message basic validation such as OPCODE message length check, > some special OPCODE message format check, to protect the i40e PMD from > malicious VF message attack. >=20 > Fixes: 4861cde46116 ("i40e: new poll mode driver") >=20 > Signed-off-by: Haiyue Wang Acked-by: Qi Zhang Cc: stable@dpdk.org added when Applied to dpdk-next-net-intel. Thanks Qi