net/i40e: support Linux VF to configure IRQ link list
authorChen Jing D(Mark) <jing.d.chen@intel.com>
Fri, 13 Jan 2017 03:13:21 +0000 (11:13 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 17 Jan 2017 18:48:02 +0000 (19:48 +0100)
commit5fec01c35c491235ff979610cff8c22ee1b2bbbe
tree1aebf0f5363148f1bc0e460d79ee26aacd4dff5d
parentcef969184a899fce950c3d2eec53f2a91dc64c2c
net/i40e: support Linux VF to configure IRQ link list

i40e PF host only support to work with DPDK VF driver, Linux
VF driver is not supported. This change will enhance in
configuring IRQ link list.

This Change will identify VF client by number of vector
requested. DPDK VF will ask only single one while Linux VF
will request at least 2. It will have different configuration
for different clients. DPDK VF will be configured to link all
queue together, while Linux VF will be configured per request.

Signed-off-by: Chen Jing D(Mark) <jing.d.chen@intel.com>
Acked-by: Helin Zhang <helin.zhang@intel.com>
Acked-by: Vincent Jardin <vincent.jardin@6wind.com>
drivers/net/i40e/i40e_pf.c