[dpdk-dev] [PATCH 0/3] Support for flow director behavior "other" on Intel FVL NIC

Andrey Chilikin andrey.chilikin at intel.com
Tue Sep 29 16:26:37 CEST 2015


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



More information about the dev mailing list