From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id C1E22685D for ; Tue, 24 Jun 2014 13:13:16 +0200 (CEST) Received: by mail-wi0-f169.google.com with SMTP id hi2so5583524wib.4 for ; Tue, 24 Jun 2014 04:13:35 -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=9/qmwCmrP+/gI/XMBnaQCwkn44glzrcaN826F0ikLJw=; b=kZj8FnjGG4a0EDERcel9bJg3Us9Qje5lnazJ8sG12eRmHrt2IUpz+8I4JGOYtInywh z7f8aZS0Iqh1Dwg733T4vIDegZfamCBodyOJy6DuTPbN7mK8Tw7EmKrQjYLk7rxLXds5 j+rwExW80kGx+pAp4eLtH90YlKIXy5Ejiw06pk8fQYxLg67lCEmojfQgY44Bun1fetsI CHR2J/WGqvjQKSCnAPfOPJLRNeXR9r6nNBNUsYcBeujcH1G4iMgnPoyCX3Hby7lUxRnl +seWmYg+uqjZc9cZVnpg1a0hUC9rXl4RucTwdoC8DOIxQALg4KrlBZlYYmsLIlqgX/Og mydQ== X-Gm-Message-State: ALoCoQmGNugFj8z8Z9z1ZdbNvev6iQV984D3SysjvaSr/SweK16tYlKkiHvBsK0DLtVcDRppcf2W X-Received: by 10.194.58.199 with SMTP id t7mr564404wjq.14.1403608414368; Tue, 24 Jun 2014 04:13:34 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id f6sm42263593wiy.19.2014.06.24.04.13.32 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 24 Jun 2014 04:13:33 -0700 (PDT) From: Thomas Monjalon To: Helin Zhang Date: Tue, 24 Jun 2014 13:13:29 +0200 Message-ID: <20342776.RKlVC0JLcS@xps13> Organization: 6WIND User-Agent: KMail/4.13.1 (Linux/3.14.6-1-ARCH; KDE/4.13.1; x86_64; ; ) In-Reply-To: <1403575359-10422-1-git-send-email-helin.zhang@intel.com> References: <1403575359-10422-1-git-send-email-helin.zhang@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] enhancements for i40e 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, 24 Jun 2014 11:13:16 -0000 2014-06-24 10:02, Helin Zhang: > These patches are enhancements for i40e or relevant. In detail, they > include: * fix for getting correct RSS hash result. > * remove an interface which is not used. > * fix for copying wrong size of link info. > * fix for updating the hash lookup table of PF RSS. > * double vlan should be specifically disabled by default. > * ignore the failure of updating default macvlan filter. > * rework for displaying different size of RX descriptors in testpmd. Applied for version 1.7.0. Thanks -- Thomas