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 0D3237E89 for ; Mon, 20 Oct 2014 23:49:16 +0200 (CEST) Received: by mail-wi0-f171.google.com with SMTP id em10so8381535wid.4 for ; Mon, 20 Oct 2014 14:57:29 -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=04msKL4IPMI7wt1DYV2QbGZ2Kbc7eVuJdW4KC+xWtAs=; b=h99xEtwSF5gCtFvcTN44ulsY4J685IZ2f1PcUxg/iOIzPibV8vtxSrIBj5iOdxKBch AIIXtCHl9u4sTqu9htsECirVDQHSGRum59zA+I0BkNKDIncaPZFtNAU8aYe5d3Zho5NR crL6En0vQwOaATrPjgaOkbRxvZ0u8KkPE0Y5HLaEkUfs5VbfSY/O0EhueCsjLRgpr7I/ g6+5B3HtpB3rebNyKbWTjB6Fxiq0nklSptOp8Z9YMIpElrzjfpL98s1dTkkNLyFs03Md 98qPZ9eP7J2GZEHPBudfZLsnZ2W8RRG6UfCZLvGmNITWDoOx8U2biSy/UA4ihXJ4v50k ZPhw== X-Gm-Message-State: ALoCoQloNLVekQD7+q3RpNrD+Ai/RAeCSl4jTHrUl52DIocp5G8zmEb+lnZ6MDgxUmY7aidXIOrF X-Received: by 10.180.187.102 with SMTP id fr6mr24042941wic.58.1413842249085; Mon, 20 Oct 2014 14:57:29 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id y5sm10994106wij.0.2014.10.20.14.57.27 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 20 Oct 2014 14:57:28 -0700 (PDT) From: Thomas Monjalon To: "Zhang, Helin" Date: Mon, 20 Oct 2014 23:57:13 +0200 Message-ID: <28277429.xj8niQPHVO@xps13> Organization: 6WIND User-Agent: KMail/4.14.1 (Linux/3.16.4-1-ARCH; KDE/4.14.1; x86_64; ; ) In-Reply-To: <1ED644BD7E0A5F4091CF203DAFB8E4CC01D7FFB7@SHSMSX101.ccr.corp.intel.com> References: <1411089280-23595-1-git-send-email-helin.zhang@intel.com> <1413773898-24137-1-git-send-email-helin.zhang@intel.com> <1ED644BD7E0A5F4091CF203DAFB8E4CC01D7FFB7@SHSMSX101.ccr.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/3] add i40e RSS support in VF 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: Mon, 20 Oct 2014 21:49:16 -0000 > > As hardware supports RSS in VF, the patches add that support in driver. In > > addition, minor improvements are added for defining macro with constant. > > > > v2 changes: > > * Removed support of updating/querying redirection table, as it > > will be implemented in another patches later. > > * Removed changes in testpmd, as it is not needed at all for > > supporting RSS in VF. > > > > v3 changes: > > * Removed macros in i40e_ethdev.c, as they have already been > > moved to i40e_ethdev.h. > > > > > > Helin Zhang (3): > > ethdev: improvement for constant usage > > i40e: extern two functions and relevant macros > > i40evf: support of RSS in VF > > Acked-by: Jijiang Liu > Acked-by: Cunming Liang Applied Thanks -- Thomas