From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kamraan Nasim Subject: Filtration Statistics for VLAN filters(ixgbe) Date: Wed, 11 Mar 2015 12:55:03 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Ean Houts To: dev-VfR2kkLFssw@public.gmane.org Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Hello, I am trying to implement VLAN filters in DPDK on 82599 NIC(Niantic) I've been using *rte_eth_dev_vlan_filter(port, vlanID, 1)* which seems to be working however I would like to see some actual packet filtration statistics. In the case of 5tuple IPv4 filters where I was redirecting to queueX, I could see the filter working by looking at q_errors[X} in rte_eth_stats struct. Is there anything in *rte_eth_stats* that can be used to see VLAN filtering stats or anything else out there? Greatly appreciate any help in this department :) Thanks, Kam