From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yh0-f45.google.com (mail-yh0-f45.google.com [209.85.213.45]) by dpdk.org (Postfix) with ESMTP id B976D5937 for ; Thu, 13 Mar 2014 01:06:02 +0100 (CET) Received: by mail-yh0-f45.google.com with SMTP id a41so306052yho.18 for ; Wed, 12 Mar 2014 17:07:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=z4YjvoY78NYQaechoYBBnYOjKjPtLbi/MO+CludUYww=; b=SoIXkljIa66rCqnsPovQkIoHlGiNwQDGZ14WirtRxTyfC5kjSZR1ShYW1+6fw4BTMq T5JX800IJJYGiG77E8b1LDfCfs8IGkIM1eNMv50DdYvkQVsw19XAAHD1FFmK1BewKvlM whE1sK1gZFyCCzT4If1AnRU7gQMbsszjFEqG4scXaqVxuZK4K0jDjJC1YFzo5Gezu6aB gD8nJNgag36RSYTAnV/CHTtvSoeEniuwm8LwQEhzH1jd3PSCqjHhGAgcmy952zh6pngV plADdglXaNrJmCD5dyoJDuMsGjI7qaStsrYMQnxm89bPJmpXlZl8S57pF4OhWZH1SSaZ ixOQ== X-Gm-Message-State: ALoCoQkuSG97EVk0TOp6ylablPdJgBUKsJgq0zGvcWzyHaIHmyypZBs198xNtGBOW2EQ2p9saYUU MIME-Version: 1.0 X-Received: by 10.236.32.136 with SMTP id o8mr28132yha.130.1394669252586; Wed, 12 Mar 2014 17:07:32 -0700 (PDT) Received: by 10.170.42.201 with HTTP; Wed, 12 Mar 2014 17:07:32 -0700 (PDT) Date: Wed, 12 Mar 2014 17:07:32 -0700 Message-ID: From: Bin Zhang To: dev@dpdk.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] performance for 1500byte packet 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, 13 Mar 2014 00:06:03 -0000 Hi, I am seeing very strange behaving for l2fwd in VM, here are performance number: 64byte -- 8.4 mil pps 256byte - 7.7 mil pps 512byte - 1.5 mil pps 1500byte - 500K pps My setup details are - Traffic coming in on a 10G interface and going out on another 10G interface - Both 10G Nic are 82599 - using virtual function in VM(vmware esxi 5.1) - Host OS: Ubuntu 12.04 - Using one cpu to do these testing So my question? Why packet size bigger than 256 cause performance drop a lot? Thanks, Bin