From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <achiliki@ecsmtp.ir.intel.com>
Received: from mga14.intel.com (mga14.intel.com [192.55.52.115])
 by dpdk.org (Postfix) with ESMTP id 0BC833B5
 for <dev@dpdk.org>; Wed, 30 Sep 2015 15:43:08 +0200 (CEST)
Received: from fmsmga001.fm.intel.com ([10.253.24.23])
 by fmsmga103.fm.intel.com with ESMTP; 30 Sep 2015 06:43:08 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.17,612,1437462000"; d="scan'208";a="800532112"
Received: from irvmail001.ir.intel.com ([163.33.26.43])
 by fmsmga001.fm.intel.com with ESMTP; 30 Sep 2015 06:43:07 -0700
Received: from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com
 [10.237.217.46])
 by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id
 t8UDh6jm016497; Wed, 30 Sep 2015 14:43:06 +0100
Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1])
 by sivswdev02.ir.intel.com with ESMTP id t8UDh6jb028355;
 Wed, 30 Sep 2015 14:43:06 +0100
Received: (from achiliki@localhost)
 by sivswdev02.ir.intel.com with  id t8UDh6cw028351;
 Wed, 30 Sep 2015 14:43:06 +0100
From: Andrey Chilikin <andrey.chilikin@intel.com>
To: dev@dpdk.org
Date: Wed, 30 Sep 2015 14:43:00 +0100
Message-Id: <1443620583-28310-1-git-send-email-andrey.chilikin@intel.com>
X-Mailer: git-send-email 1.7.4.1
In-Reply-To: <1443536800-13269-1-git-send-email-andrey.chilikin@intel.com>
References: <1443536800-13269-1-git-send-email-andrey.chilikin@intel.com>
Subject: [dpdk-dev] [PATCH v2 0/3] Support for flow director behavior
	"passthru" on Intel FVL NIC
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, 30 Sep 2015 13:43:09 -0000

This patch set adds new flow director behavior "passthru" on Intel X(L)710 NIC.
When this mode is selected flow director will direct packet to LAN while the queue is defined by other filters. This can be used to extract flexible payload to RX desriptor with the flow director filter while targeted queue will be defined by other filters, for example, by hash filter (RSS).

v2: rename RTE_ETH_FDIR_OTHER to RTE_ETH_FDIR_PASSTHRU

Andrey Chilikin (3):
  librte_ether: add RTE_ETH_FDIR_PASSTHRU for flow director behavior
  i40e: add RTE_ETH_FDIR_PASSTHRU processing for flow director behavior
  ixgbe: add check for supported flow director behaviors

 drivers/net/i40e/i40e_fdir.c    |   12 ++++++++++--
 drivers/net/ixgbe/ixgbe_fdir.c  |    3 ++-
 lib/librte_ether/rte_eth_ctrl.h |    1 +
 3 files changed, 13 insertions(+), 3 deletions(-)

-- 
1.7.4.1