patches for DPDK stable branches
 help / color / mirror / Atom feed
* [PATCH v1] net/iavf: remove the extra symbol '+'
@ 2021-12-16  4:43 Haiyue Wang
  2021-12-16  5:49 ` Xing, Beilei
  2021-12-16 10:05 ` Nicolau, Radu
  0 siblings, 2 replies; 4+ messages in thread
From: Haiyue Wang @ 2021-12-16  4:43 UTC (permalink / raw)
  To: dev
  Cc: Haiyue Wang, stable, Jingjing Wu, Beilei Xing, Abhijit Sinha,
	Declan Doherty, Radu Nicolau

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>
---
 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 *)&caps;
 	args.in_args_size = sizeof(caps);
-- 
2.34.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-01-02  8:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-16  4:43 [PATCH v1] net/iavf: remove the extra symbol '+' Haiyue Wang
2021-12-16  5:49 ` Xing, Beilei
2022-01-02  8:25   ` Zhang, Qi Z
2021-12-16 10:05 ` Nicolau, Radu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).