From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f48.google.com (mail-wg0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 47536E62 for ; Tue, 7 Jul 2015 23:26:10 +0200 (CEST) Received: by wgfr2 with SMTP id r2so24146959wgf.1 for ; Tue, 07 Jul 2015 14:26:10 -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=JE8T/tr8NK60ZQom3jef8Q2vwXCUuK6BXM2uH4ByIlg=; b=XsIaRvN0VQTIaVuLG4ukkH5CAZLAyvmOtaQelsDqhOkgm4xnrjwuLNQcZSLFl41NtD zsjiNRuoqQfJ4SZAYs1mapHnfrSse1P273SRpSbQ6HHs76qvTtIEwS/NvvKhZs2v26Yz bHSM8IeSIOxvKzmktZqM70XV943f8y0wjz9iTPhm3teglPrkNkIKg/sRv7QaT2vQ20PG 1uwzc5l5O5aYB2X57bOqDxYU8mgowMR6zVVWOci2PQWgFZJYirNiKiAXA+oUBxbZK71x RcX35d9b2fugpW2fRWFo4whEY8zsvyNQEJy0j3b7gyeoAbLOBhu2pDzKrTf63IOcdWxa BLmg== X-Gm-Message-State: ALoCoQmkgDSrjUg3nZlMvoCFi0ZCJ/qVghu0cE0Cke94leEi7IBN0Ag3/e0HgRixHMdNu5392u/I X-Received: by 10.194.179.200 with SMTP id di8mr12647497wjc.56.1436304370081; Tue, 07 Jul 2015 14:26:10 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id lz10sm35344450wjb.48.2015.07.07.14.26.08 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 07 Jul 2015 14:26:08 -0700 (PDT) From: Thomas Monjalon To: "Wu, Jingjing" Date: Tue, 07 Jul 2015 23:24:59 +0200 Message-ID: <102598326.H4VDhRR0QD@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: References: <1431315990-3067-1-git-send-email-jingjing.wu@intel.com> <1434426227-5477-1-git-send-email-jingjing.wu@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 v2 0/4] extend flow director to support L2_paylod type 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, 07 Jul 2015 21:26:10 -0000 > > This patch set extends flow director to support L2_paylod type in i40e driver. > > > > v2 change: > > - remove the flow director VF filtering from this patch to avoid breaking ABI. > > > > Jingjing Wu (4): > > ethdev: add struct rte_eth_l2_flow to support l2_payload flow type > > i40e: extend flow diretcor to support l2_payload flow type > > testpmd: extend commands > > doc: extend commands in testpmd > > Acked-by: Helin Zhang Applied, thanks