[PATCH v1] net/iavf: remove the extra symbol '+'

Nicolau, Radu radu.nicolau at intel.com
Thu Dec 16 11:05:12 CET 2021


On 12/16/2021 4:43 AM, Haiyue Wang wrote:
> 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 at dpdk.org
>
> Signed-off-by: Haiyue Wang<haiyue.wang at intel.com>
> ---
>   drivers/net/iavf/iavf_vchnl.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/net/iavf/iavf_vchnl.c b/drivers/net/iavf/iavf_vchnl.c
> index 145b059837..8fdd6f6d91 100644
> --- a/drivers/net/iavf/iavf_vchnl.c
> +++ b/drivers/net/iavf/iavf_vchnl.c
> @@ -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 *)∩︀
>   	args.in_args_size = sizeof(caps);

Acked-by: Radu Nicolau <radu.nicolau at intel.com>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/stable/attachments/20211216/5e0a5adc/attachment.htm>


More information about the stable mailing list