[dpdk-dev] Flow Director - big endian handling

2015-12-31 Thread Wu, Jingjing
Hi, Yaacov Thank you for pointing that. Actually, Intel's NIC expects big endian when set flow_director_filter, and little endian when set flow_director_mask. But in rte_eth level, we need to make them consistent. I think what you say make sense, to leave the handling bytes order to PMD or ju

[dpdk-dev] Flow Director - big endian handling

2015-12-30 Thread Yaacov Hazan
Hi JingJing, I looked at your patch for flow director - app/testpmd: update flow director commands - a56335925919d26c81dec8accf31c39d2f790c5a. It seems there is some mismatch in the handling of big endian between the filter and mask. In the cmd_flow_director_filter_parsed function, which add th