]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/i40e/i40e_ethdev.h
i40evf: allocate virtchnl commands buffer per VF
[dpdk.git] / drivers / net / i40e / i40e_ethdev.h
index 1c756724261df65e42cf6e0b101fd42db0a537d3..b641882e4f0d82cb2d7f2c36e3a8a1f1ca703668 100644 (file)
@@ -500,7 +500,9 @@ struct i40e_vf {
        bool link_up;
        bool vf_reset;
        volatile uint32_t pend_cmd; /* pending command not finished yet */
+       uint32_t cmd_retval; /* return value of the cmd response from PF */
        u16 pend_msg; /* flags indicates events from pf not handled yet */
+       uint8_t *aq_resp; /* buffer to store the adminq response from PF */
 
        /* VSI info */
        struct i40e_virtchnl_vf_resource *vf_res; /* All VSIs */