From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 0/4] enable mirror functionality in i40e driver Date: Tue, 07 Jul 2015 17:46:40 +0200 Message-ID: <1573157.VdVeIZM5uW@xps13> References: <1433492166-30758-1-git-send-email-jingjing.wu@intel.com> <1433917473-21508-1-git-send-email-jingjing.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Wu, Jingjing" Return-path: Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by dpdk.org (Postfix) with ESMTP id BEFF7595E for ; Tue, 7 Jul 2015 17:47:50 +0200 (CEST) Received: by wiclp1 with SMTP id lp1so55082102wic.0 for ; Tue, 07 Jul 2015 08:47:50 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > This patch set enables mirror functionality in i40e driver, and redefines structure > > and macros used to configure mirror. > > > > v2 changes: > > - correct comments style > > - add doc change > > > > v3 changes: > > - change the mirror rule type to support bit mask > > - fix code style > > > > v4 changes: > > - correct the rule type check ixgbe > > > > Jingjing Wu (4): > > ethdev: rename rte_eth_vmdq_mirror_conf > > ethdev: rename and extend the mirror type > > i40e: enable mirror functionality in i40e driver > > doc: modify the command about mirror in testpmd guide > > Acked-by: Helin Zhang Applied, thanks