Re: [dpdk-dev] [PATCH v5 3/4] app/testpmd: add raw flow type to flow director

2017-10-12 Thread Wu, Jingjing
> break; > + case RTE_ETH_FLOW_RAW: > + raw_packet_buff = open_ddp_package_file(res->filepath, > + &raw_packet_size); If you think open_ddp_package_file can be used for common binary file open, could you rename it an

[dpdk-dev] [PATCH v5 3/4] app/testpmd: add raw flow type to flow director

2017-10-10 Thread Kirill Rybalchenko
v3: Add raw flow type support to flow_director_filter command v4: Remove unnecessary flexbytes parameter for raw flow type flow director. Add possibility for arbitrary flow type for set_fdir_input_set and set_hash_global_config commands. Signed-off-by: Kirill Rybalchenko --- app/test-pmd/cmdlin