From mboxrd@z Thu Jan 1 00:00:00 1970 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) 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=w5KVxGe2JWQyUtESal4P8P1TUq7M8KC6uI68raJlyuo=; b=juS/4duA9To/RVZp4f7g6ulQVgs9O/y4pi1xQD7aMGlvkPvrdMh6du/Qv51AVof9nV GyrV888G+wJd3A/q59xGq1EIPs8pIz9KjtRQL+4CDyRCNPtq6mPdiLniNK4gxsqNkUOC +AUKPmBIvNEAp6mCx4c3OE09852bn/19ouO4zXcduOAyyTrYhmkwPXDMtcXOuRple1Gw mlp8xMWAXE585Cgj9DUXEy3UncUmQsF0nWwI7Xz4J/rcjey7R8+zZGvR6BNDQHEo+fZJ eH+3XUltkrotp3pqHBRTlKXPNmbQdS4U1fdEGiwwGF9jvrJQ/3lALVLvBSmmv8LQkuIc YHSw== X-Gm-Message-State: ALoCoQl+QTlVkKG1otnhy/FN5B+/S/nsFQ+tkU2zgVHSKAj0MOuCuaWUuT45JiJuP092sV7GyOxx X-Received: by 10.194.95.71 with SMTP id di7mr9943324wjb.125.1436284070575; Tue, 07 Jul 2015 08:47:50 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id lz10sm33991987wjb.48.2015.07.07.08.47.48 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 07 Jul 2015 08:47:49 -0700 (PDT) From: Thomas Monjalon To: "Wu, Jingjing" Date: Tue, 07 Jul 2015 17:46:40 +0200 Message-ID: <1573157.VdVeIZM5uW@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: <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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v4 0/4] 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jul 2015 15:47:51 -0000 > > 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