From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id DB57E682E for ; Wed, 18 Jun 2014 00:59:43 +0200 (CEST) Received: by mail-wg0-f45.google.com with SMTP id l18so29876wgh.16 for ; Tue, 17 Jun 2014 16:00:00 -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=9JReYv9dRzJxDTGuaF+YBl/DC6xC/NBQ9/n89aXjI/s=; b=hcKBsqMSoj1O5LxYsI4xeJ33MQiA66e0g8hmN2UG/BawNdAG/JVJnA5fAWtyMcdLDJ gCjFXnJkNCKwmatu+0ZmQrx6d3YARlvCawOO9JyOPvVAfLAO9Si52BgPbYGloBZ6KIrc iZ3vO+vy1AhjjxwEh9FICWe6dpWUXHugC7Lgj/AHXV45ttMZm7PBS0ACSI0iYlC2Ri1m tAQ+kAv8MqoVKKB/9Dn/f/Mno0jMDXfNjihmGfsHYZO0bjo/W4wzTgaAnijKTecCIW3n wUVJtO11pK+H9thEtduN8TJ231VKOdDBPHG5EHSn3t/TlljK8y30sjPuffA4FJ5z0zoG xq8Q== X-Gm-Message-State: ALoCoQmzLA0coORseAX0Dy1BzCVInKJG9RYz+6rq5yVAUYyZ6SGLk6MHtd+7Hfz4gDlG8sSHoaYp X-Received: by 10.194.122.169 with SMTP id lt9mr41891672wjb.16.1403046000010; Tue, 17 Jun 2014 16:00:00 -0700 (PDT) Received: from xps13.localnet (ip-96.net-80-236-123.rev.numericable.fr. [80.236.123.96]) by mx.google.com with ESMTPSA id z8sm22474798wib.12.2014.06.17.15.59.58 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 Jun 2014 15:59:59 -0700 (PDT) From: Thomas Monjalon To: David Marchand Date: Wed, 18 Jun 2014 00:59:58 +0200 Message-ID: <12640680.ZH5e7aermO@xps13> Organization: 6WIND User-Agent: KMail/4.13.1 (Linux/3.14.6-1-ARCH; KDE/4.13.1; x86_64; ; ) In-Reply-To: <2601191342CEEE43887BDE71AB9772580EFB79B0@IRSMSX105.ger.corp.intel.com> References: <1403028572-24794-1-git-send-email-david.marchand@6wind.com> <2601191342CEEE43887BDE71AB9772580EFB79B0@IRSMSX105.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v3 0/7] add mtu and flow control handlers 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: Tue, 17 Jun 2014 22:59:44 -0000 2014-06-17 22:30, Ananyev, Konstantin: > > This patchset introduces 3 new ethdev operations: flow control parameters > > retrieval and mtu get/set operations. > > > > David Marchand (3): > > ethdev: add autoneg parameter in flow ctrl accessors > > ethdev: store min rx buffer size > > ethdev: introduce enable_scatter rx mode > > > > Ivan Boule (2): > > ixgbe: add set_mtu to ixgbevf > > app/testpmd: allow to configure mtu > > > > Samuel Gauthier (1): > > ethdev: add mtu accessors > > > > Zijie Pan (1): > > ethdev: retrieve flow control configuration > > Acked-by: Konstantin Ananyev Applied for version 1.7.0. Thanks -- Thomas