[dpdk-dev] [PATCH v3 1/3] ethdev: extend struct to support flow director in VFs

Wu, Jingjing jingjing.wu at intel.com
Mon Nov 2 06:24:37 CET 2015


> 
> Oh!
> From the VM, using
> rte_eth_dev_filter_ctrl(port_id, filter_type, filter_op, arg)
> it can be deduced from the VF device, no?
> Is the use case to define a VF flow director outside of the VM?

Yes, if VM can configure through rte_eth_dev_filter_ctrl, it will be better.
But flow director can only be programed on PF, and currently there is no such
virtual channel between PF and VF in share code. Due to the principle aligned
with i40e kernel driver develop, we cannot add new virtual channel by ourselves.
So I did it this way on DPDK when DPDK using as PF driver.

Thanks
Jingjing


More information about the dev mailing list