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

2015-11-04 Thread Thomas Monjalon
> > 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
> 
> Acked-by: Jingjing Wu 

Applied, thanks


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

2015-10-19 Thread Wu, Jingjing


> -Original Message-
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Andrey Chilikin
> Sent: Wednesday, September 30, 2015 9:43 PM
> To: dev at dpdk.org
> Subject: [dpdk-dev] [PATCH v2 0/3] Support for flow director behavior
> "passthru" on Intel FVL NIC
> 
> 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(-)
> 
> --
Acked-by: Jingjing Wu 

> 1.7.4.1



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

2015-09-30 Thread Andrey Chilikin
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