[dpdk-dev] Regarding new feature development in dpdk-acl

2014-07-25 Thread Santhosh Bendalam
N_NUM_FIELDS }; @@ -398,6 +400,7 @@ enum { RTE_ACL_IPV4VLAN_SRC, RTE_ACL_IPV4VLAN_DST, RTE_ACL_IPV4VLAN_PORTS, + RTE_ACL_IPV4VLAN_PROTO_FLAGS, RTE_ACL_IPV4VLAN_NUM }; Warm Regards, Santhosh Kumar Bendalam, Assistant Consultant, Tata Consultancy Services Limited | Synergy Par

[dpdk-dev] Regarding new feature development in dpdk-acl

2014-07-25 Thread Santhosh Bendalam
Hi All, I am trying to add new acl rule support to filter the packets based on TCP flags. I have followed the structure updates as per DPDK Programmers guide. I have attached the code diff along with this mail. Some how packet filtering is not happening with our modifications. Input configura