From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <wujingji@shecgisg004.sh.intel.com>
Received: from mga14.intel.com (mga14.intel.com [192.55.52.115])
 by dpdk.org (Postfix) with ESMTP id 19F663775
 for <dev@dpdk.org>; Wed, 13 May 2015 10:47:12 +0200 (CEST)
Received: from orsmga003.jf.intel.com ([10.7.209.27])
 by fmsmga103.fm.intel.com with ESMTP; 13 May 2015 01:47:12 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.13,420,1427785200"; d="scan'208";a="570601291"
Received: from shvmail01.sh.intel.com ([10.239.29.42])
 by orsmga003.jf.intel.com with ESMTP; 13 May 2015 01:47:10 -0700
Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com
 [10.239.29.89])
 by shvmail01.sh.intel.com with ESMTP id t4D8l7nH014374;
 Wed, 13 May 2015 16:47:07 +0800
Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1])
 by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id
 t4D8l5Wa023066; Wed, 13 May 2015 16:47:07 +0800
Received: (from wujingji@localhost)
 by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id t4D8l4wn023062;
 Wed, 13 May 2015 16:47:04 +0800
From: Jingjing Wu <jingjing.wu@intel.com>
To: dev@dpdk.org
Date: Wed, 13 May 2015 16:47:01 +0800
Message-Id: <1431506824-23032-1-git-send-email-jingjing.wu@intel.com>
X-Mailer: git-send-email 1.7.4.1
Subject: [dpdk-dev] [PATCH 0/3] enable mirror functionality in i40e driver
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 13 May 2015 08:47:13 -0000

This patch set enables mirror functionality in i40e driver, and
redefines structure and macros used to configure mirror.

Jingjing Wu (3):
  ethdev: rename rte_eth_vmdq_mirror_conf
  ethdev: redefine the mirror type
  i40e: enable mirror functionality in i40e driver

 app/test-pmd/cmdline.c              |  60 ++++---
 lib/librte_ether/rte_ethdev.c       |  28 ++-
 lib/librte_ether/rte_ethdev.h       |  30 ++--
 lib/librte_pmd_i40e/i40e_ethdev.c   | 334 ++++++++++++++++++++++++++++++++++++
 lib/librte_pmd_i40e/i40e_ethdev.h   |  23 +++
 lib/librte_pmd_ixgbe/ixgbe_ethdev.c |  72 +++++---
 lib/librte_pmd_ixgbe/ixgbe_ethdev.h |   4 +-
 7 files changed, 464 insertions(+), 87 deletions(-)

-- 
1.9.3