From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f174.google.com (mail-we0-f174.google.com [74.125.82.174]) by dpdk.org (Postfix) with ESMTP id 5CA0D47D2 for ; Mon, 30 Jun 2014 00:16:57 +0200 (CEST) Received: by mail-we0-f174.google.com with SMTP id u57so7184599wes.5 for ; Sun, 29 Jun 2014 15:17:17 -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=/y5HHcvj4sbZnAON/W2X+eqT72ai/gvPgz3tolz+Lws=; b=MWnNl34Ebh5BW/vgYJ2+NPLj+V2S8IGTOl3xIXgmN6nkNa0oreLhIwUqz2wXOinCUL 1gwG5iGhKNdCMEx2qEV2v0ZMhBd/yugO2W4iygQ2XpVGC65pv1ZQf5rnarwpaKhhZWLX dJlSej85qHUMmI/Yo/zSZLgtrBkdWl4d8nXZtiBVoSp15BVP6RRh4bNdufu2YkvtqOt/ SLXBlt6oMHPYv1NwAt7bjcxM7PToNuvPqD0LoFs33YzqODx0lHonaIXu+Gc21HDA+RkC ZqCxwYLAr7tUFE1Yeo8d4sRhQUgyjcAbDS9XgozlA1vJ+2EgQcdYTcSslJDYTA1Kf+W7 mi8w== X-Gm-Message-State: ALoCoQllUMHWPJBfkT3gVHqELMPgWAOTu/1l7VKe3f2PUYycIoGgUHcSgd4YOlAq9hRGRyUgCSHI X-Received: by 10.194.243.104 with SMTP id wx8mr39463835wjc.32.1404080237217; Sun, 29 Jun 2014 15:17:17 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id e18sm192085wic.0.2014.06.29.15.17.15 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 29 Jun 2014 15:17:16 -0700 (PDT) From: Thomas Monjalon To: Hiroshi Shimamoto Date: Mon, 30 Jun 2014 00:16:58 +0200 Message-ID: <3207387.gFmDaFvAW5@xps13> Organization: 6WIND User-Agent: KMail/4.13.1 (Linux/3.14.6-1-ARCH; KDE/4.13.1; x86_64; ; ) In-Reply-To: <7F861DC0615E0C47A872E6F3C5FCDDBD0110210C@BPXM14GP.gisp.nec.co.jp> References: <7F861DC0615E0C47A872E6F3C5FCDDBD0110210C@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 0/5] support variable frame size 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: Sun, 29 Jun 2014 22:16:57 -0000 > This patchset provides variable frame size functionality with MEMNIC > extra features framework. > > First, update the memnic.h to synchronise upstream data structure which > has extra feature framework. > Next, prepare for changing frame size. > Finally implement frame size negotiation with host. Serie applied (including v2 of 5th one). Thanks -- Thomas