From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id BBD3411A2 for ; Fri, 25 Sep 2015 12:17:59 +0200 (CEST) Received: by wicfx3 with SMTP id fx3so15387238wic.1 for ; Fri, 25 Sep 2015 03:17:58 -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=mdZERM9gkrF6YUVqq8Q619kFnredqG4WGlPG++geq1g=; b=VJH6+YgrKl+Em73XCtzGJt+IYwjkAzvsGQwxO1ylRmuz3Q8wnyA1RrGhN4BTn6HHts TQ0JV3xMUppLegRzRW6CoJR3Pr98ALjnCDU7N5zwM1Z9ghJMLCXOBdJyzrtDPK1EEYwi 2u6RlBCzYf01mr4BuiapF6QAFaWNDnNwf2NcD+wYOzFHBM/OE4qk6+8OERhR5dDlX+nk hcrcALGblWW3FjAhAzWpbV8fUdeNSwFyaIWmwLW2EtT0Nu4Rd52jk8+c33gt/S6j057u Eup7w5g4d2pcMgF4XLJhutLdXGD29bVer4UbHnJHXJjfZxh2s0PYRpDLzzJiKkRQeHoS 5mSA== X-Gm-Message-State: ALoCoQkxFzzUOt3cLULABO/uAOS6a16DCIV/FPtDjJ/QU7TcbJ2jDSkwodW72zy8arRZIz7zINBM X-Received: by 10.194.205.68 with SMTP id le4mr6248304wjc.74.1443176278547; Fri, 25 Sep 2015 03:17:58 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id ki7sm2601961wjc.28.2015.09.25.03.17.57 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 25 Sep 2015 03:17:57 -0700 (PDT) From: Thomas Monjalon To: Tetsuya Mukawa Date: Fri, 25 Sep 2015 12:16:52 +0200 Message-ID: <5119030.V4r3ZxTxcD@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1436981189-3320-1-git-send-email-tomaszx.kulasek@intel.com> References: <1435589444-1988-1-git-send-email-tomaszx.kulasek@intel.com> <1436981189-3320-1-git-send-email-tomaszx.kulasek@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] [PATCHv4 0/9] Dynamic RSS Configuration for Bonding 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, 25 Sep 2015 10:18:00 -0000 2015-07-15 19:26, Tomasz Kulasek: > Tomasz Kulasek (9): > bonding: rss dynamic configuration > null: fix segfault when null_pmd added to bonding > null: extend number of virtual queues > null: virtual dynamic rss configuration > null: export eth_dev_null_create Please Tetsuya, could you review the patches on null PMD? Thanks