Re: [dpdk-dev] [PATCH v2 1/2] net/ice: support flow redirect function

2020-03-30 Thread Ye Xiaolong
On 03/31, Beilei Xing wrote: >Add a new ops "redirect" to flow engine, it's used to implement the >function that redirect a flow's destination. Currently only support >VSI-Redirect which will be used by DCF for handling VF-VSI mapping >table change. >A new API "ice_flow_redirect" is exposed, curren

[dpdk-dev] [PATCH v2 1/2] net/ice: support flow redirect function

2020-03-30 Thread Beilei Xing
Add a new ops "redirect" to flow engine, it's used to implement the function that redirect a flow's destination. Currently only support VSI-Redirect which will be used by DCF for handling VF-VSI mapping table change. A new API "ice_flow_redirect" is exposed, current usage is: it could be called whe