ntuple filtering for steering network flows in QorLQ

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

ntuple filtering for steering network flows in QorLQ

911 Views
ashish2410
Contributor I

I am using P2020 QorIQ Processor and would like to filter receive packets in NIC. The NXP driver for NIC card we are using is from linux open source present in drivers\net\ethernet\freescale\gianfar_ethtool.c

Looking at source code of gianfar_ethtool.c in gfar_ethtool_ops indicates the driver does not support .set_rx_ntuple

ethtool support the feature to filter rx packets using command:

ethtool --config-ntuple eth4 flow-type udp4 src-ip 10.10.10.100 m 255.255.255.0 action -1

Please guide if i am looking at the right place to get latest NXP NIC driver. Is there is a new version of driver source code in NXP repository which i can use? 

0 Kudos
0 Replies