]> git.droids-corp.org - dpdk.git/commitdiff
net/iavf: remove git residue symbol
authorHaiyue Wang <haiyue.wang@intel.com>
Thu, 16 Dec 2021 04:43:42 +0000 (12:43 +0800)
committerQi Zhang <qi.z.zhang@intel.com>
Sun, 2 Jan 2022 08:27:40 +0000 (09:27 +0100)
This extra symbol '+' should be added when patch was reapplied, and the
compiler treats it as unsigned type, so the code still runs well.

Fixes: 84108425054a ("net/iavf: support asynchronous virtual channel message")
Cc: stable@dpdk.org
Signed-off-by: Haiyue Wang <haiyue.wang@intel.com>
Acked-by: Beilei Xing <beilei.xing@intel.com>
Acked-by: Radu Nicolau <radu.nicolau@intel.com>
drivers/net/iavf/iavf_vchnl.c

index 7602691649f66d596e286de4f02828089336e8af..169e1f2012a101caacc05e4e8de2b0561f97c4dd 100644 (file)
@@ -502,7 +502,7 @@ iavf_get_vf_resource(struct iavf_adapter *adapter)
                VIRTCHNL_VF_OFFLOAD_VLAN_V2 |
                VIRTCHNL_VF_LARGE_NUM_QPAIRS |
                VIRTCHNL_VF_OFFLOAD_QOS |
-+              VIRTCHNL_VF_OFFLOAD_INLINE_IPSEC_CRYPTO;
+               VIRTCHNL_VF_OFFLOAD_INLINE_IPSEC_CRYPTO;
 
        args.in_args = (uint8_t *)&caps;
        args.in_args_size = sizeof(caps);