From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <achiliki@ecsmtp.ir.intel.com>
Received: from mga11.intel.com (mga11.intel.com [192.55.52.93])
 by dpdk.org (Postfix) with ESMTP id EC2B4B62
 for <dev@dpdk.org>; Tue, 29 Sep 2015 16:27:06 +0200 (CEST)
Received: from orsmga003.jf.intel.com ([10.7.209.27])
 by fmsmga102.fm.intel.com with ESMTP; 29 Sep 2015 07:27:06 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.17,608,1437462000"; d="scan'208";a="654365783"
Received: from irvmail001.ir.intel.com ([163.33.26.43])
 by orsmga003.jf.intel.com with ESMTP; 29 Sep 2015 07:27:05 -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
 t8TER4if032480; Tue, 29 Sep 2015 15:27:04 +0100
Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1])
 by sivswdev02.ir.intel.com with ESMTP id t8TER4Y1013515;
 Tue, 29 Sep 2015 15:27:04 +0100
Received: (from achiliki@localhost)
 by sivswdev02.ir.intel.com with  id t8TER4Di013511;
 Tue, 29 Sep 2015 15:27:04 +0100
From: Andrey Chilikin <andrey.chilikin@intel.com>
To: dev@dpdk.org
Date: Tue, 29 Sep 2015 15:26:37 +0100
Message-Id: <1443536800-13269-1-git-send-email-andrey.chilikin@intel.com>
X-Mailer: git-send-email 1.7.4.1
Subject: [dpdk-dev] [PATCH 0/3] Support for flow director behavior "other"
	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: Tue, 29 Sep 2015 14:27:07 -0000

This patch set adds 1 new flow director behavior "other" 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).

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

 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