On Fri, Apr 7, 2017 at 6:23 AM, Jeff Kirsher
<jeffrey.t.kirs...@intel.com> wrote:
> From: Preethi Banala <preethi.ban...@intel.com>
>
> This patch adds a capability negotiation between VF and PF using ENCAP/
> ENCAP_CSUM offload flags in order for the VF to support outer checksum
> and TSO offloads for encapsulated packets.

[...]
-#define I40E_VIRTCHNL_VF_OFFLOAD_    0X00100000
+#define I40E_VIRTCHNL_VF_OFFLOAD_ENCAP         0X00100000
+#define I40E_VIRTCHNL_VF_OFFLOAD_ENCAP_CSUM    0X00200000

what happens when one of the PF or VF doesn't have this hunk, e.g one
assumes value X and one assumes value Y for ENCAP_CSUM

Reply via email to