From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f180.google.com (mail-we0-f180.google.com [74.125.82.180]) by dpdk.org (Postfix) with ESMTP id A27F42E88 for ; Fri, 21 Mar 2014 19:01:17 +0100 (CET) Received: by mail-we0-f180.google.com with SMTP id p61so1818125wes.39 for ; Fri, 21 Mar 2014 11:02:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=SqxUHzpe5UAgM/odQ7CkDEBkCHocJsOfAngec/ZS8XA=; b=RaLTWZjN02kRQJwk5xoBV9r4VIMQvS9zA22a3k+0OA82NzKz2ZgP86+Ej8u7ZjoMIa HkGBXomfD6cipxgOhM6TQcMhoCS2pFHuu/nfgIYOt2IH3Vf00JLBuircwATo7PzHOhAt 5sOycYfjt2a1kmee79Wvb3BrDoj8TNbUaZS1Z/T1o701K4ig4mxIEhP1MKhjCw56tQ46 tSQAohLFPhi2R5KvfDabsTt/dnO8AOo35+qiG3VZQyrmlJKGYODeCbL6aiQPyeKQX61i SenmgOi4T5pftBdCnwtUp5mUS+KGP2VsyMTB3K+0vVX1/n9xy4HPpPHHT1nsJaDyvq1V ngKg== X-Gm-Message-State: ALoCoQlbEU7TOzYACbL9YVTc6SxvP74lD4sc3MqQCUZxFKZw+Usf8FsQ6Q57G1PJfD47q2q6BEJ+ X-Received: by 10.180.98.71 with SMTP id eg7mr3385229wib.31.1395424969601; Fri, 21 Mar 2014 11:02:49 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id d6sm7440216wiz.4.2014.03.21.11.02.47 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 21 Mar 2014 11:02:48 -0700 (PDT) From: Thomas Monjalon To: Hiroshi Shimamoto Date: Fri, 21 Mar 2014 19:00:43 +0100 Message-ID: <3014483.eBrRe8CHLc@xps13> Organization: 6WIND User-Agent: KMail/4.12.3 (Linux/3.13.6-1-ARCH; KDE/4.12.3; x86_64; ; ) In-Reply-To: <7F861DC0615E0C47A872E6F3C5FCDDBD01073AFA@BPXM14GP.gisp.nec.co.jp> References: <7F861DC0615E0C47A872E6F3C5FCDDBD01073AFA@BPXM14GP.gisp.nec.co.jp> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org, Hayato Momma Subject: Re: [dpdk-dev] [memnic PATCH 2/5] pmd: check frame length from host 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: Fri, 21 Mar 2014 18:01:18 -0000 11/03/2014 05:38, Hiroshi Shimamoto: > Drop packets which have invalid length. > > Normally this must not happen while vSwitch works fine, however > it's better to put a sentinel to prevent memory corruption. > > Signed-off-by: Hiroshi Shimamoto > Reviewed-by: Hayato Momma Acked and applied with title "pmd: check received frame length" Thank you -- Thomas