From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 4E42D8D9B for ; Thu, 29 Oct 2015 00:09:25 +0100 (CET) Received: by wmff134 with SMTP id f134so14215005wmf.0 for ; Wed, 28 Oct 2015 16:09:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind_com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=eH1gWClrYlb1H8wDcO6HmVKjltmLQHsFtv6TeXisoUo=; b=wjmhXmNU72nsSIgFzvN/trhW5uq1IpvVhcSbwdvaNID4wxv4jGc3/mWJwmgBwDyGD/ Gb9sxr1zKdVugM4DLWtQdaZpnotbgZp7KFu5iYN82XC/EcB5ccLOpOiEqqyk7CtWSeJa eewVu/Xutb9Ado85L7SsF92bYTX9sOhPhYy1S9ixXLP52TEs0Fgx8gXG8vVvZyev8AWo 4+WiURNYjn4Lkp1XwFftrgF4rXBaZCpg4TrquIveCfk36s/mZ5bNzd4UBC+DMoq622HH Crai0MeU2M7Fj0qMxIlDiTIMB+hzY328lRV6zaao/IDiKnQDw/ZFciNFkHHf+WXK03xQ 6t1w== 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=eH1gWClrYlb1H8wDcO6HmVKjltmLQHsFtv6TeXisoUo=; b=I57GkUs88DBWXvllKs0Slk4OU6r8vGQcGY05hsoOUgoRKnhjxne8VKi+LGFBW1f8Kx dnJ3eSDLFJdw20KuTyToXmE4rHEcoyhRSAQ3PB//1+H7d37i57Z99+ZXlRPsxmDD+LxN V0AbAFQnSQqCtUBtWjcJG9Q5Vwo8lpXFjETaXy5LvmWm951k0ju+h9bq2gaDsR6UaUcf 2WaT7ndcSAsLXmxLVRLBQpfS2aOGgmVCtQ8vg+GSvsCIQvuEZgkIyJ2AWjZWvRgHeRwe AlPO1/eTp+3QBtbzdctkWQppzW3ZSz4N2t+1TyI2VEFg7itHpvnJFEniy/49cEnmcNJj CNGA== X-Gm-Message-State: ALoCoQnxRZTtHFgdKkFr5hi9pZrEltnja0EbbL70781BKBnw3R16qdFM6jtz3jIHxu1wxVS/xwtx X-Received: by 10.28.135.206 with SMTP id j197mr58247wmd.14.1446073765044; Wed, 28 Oct 2015 16:09:25 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id p75sm410546wmd.22.2015.10.28.16.09.24 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 28 Oct 2015 16:09:24 -0700 (PDT) From: Thomas Monjalon To: "Lu, Wenzhuo" Date: Thu, 29 Oct 2015 00:08:13 +0100 Message-ID: <5638070.1jp1nXKrSL@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <2601191342CEEE43887BDE71AB97725836AB561B@irsmsx105.ger.corp.intel.com> References: <1443161125-1035-1-git-send-email-wenzhuo.lu@intel.com> <1445837254-6188-1-git-send-email-wenzhuo.lu@intel.com> <2601191342CEEE43887BDE71AB97725836AB561B@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 v5 0/7] Support new flow director modes on Intel x550 NIC 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: Wed, 28 Oct 2015 23:09:25 -0000 > > Wenzhuo Lu (7): > > lib/librte_ether: modify the structures for fdir new modes > > app/testpmd: initialize the new fields for fdir mask > > app/testpmd: new fdir modes for testpmd parameter > > app/testpmd: modify the output of the CLI show port fdir > > app/testpmd: modify and add fdir filter and mask CLIs for new modes > > ixgbe: implementation for fdir new modes' config > > doc: release notes update for flow director enhancement > > Acked-by: Konstantin Ananyev Applied, thanks