From: "Zhang, Qi Z" <qi.z.zhang@intel.com>
To: "Xing, Beilei" <beilei.xing@intel.com>,
"Wang, Haiyue" <haiyue.wang@intel.com>,
"dev@dpdk.org" <dev@dpdk.org>
Cc: "stable@dpdk.org" <stable@dpdk.org>,
"Wu, Jingjing" <jingjing.wu@intel.com>,
"Sinha, Abhijit" <abhijit.sinha@intel.com>,
"Doherty, Declan" <declan.doherty@intel.com>,
"Nicolau, Radu" <radu.nicolau@intel.com>
Subject: RE: [PATCH v1] net/iavf: remove the extra symbol '+'
Date: Sun, 2 Jan 2022 08:25:22 +0000 [thread overview]
Message-ID: <cbe74baf22cd41fa990f5f42bc5d0f18@intel.com> (raw)
In-Reply-To: <DM6PR11MB30982BC23E3C1F1ED20C0A0FF7779@DM6PR11MB3098.namprd11.prod.outlook.com>
> -----Original Message-----
> From: Xing, Beilei <beilei.xing@intel.com>
> Sent: Thursday, December 16, 2021 1:49 PM
> To: Wang, Haiyue <haiyue.wang@intel.com>; dev@dpdk.org
> Cc: stable@dpdk.org; Wu, Jingjing <jingjing.wu@intel.com>; Sinha, Abhijit
> <abhijit.sinha@intel.com>; Doherty, Declan <declan.doherty@intel.com>;
> Nicolau, Radu <radu.nicolau@intel.com>
> Subject: RE: [PATCH v1] net/iavf: remove the extra symbol '+'
>
>
>
> > -----Original Message-----
> > From: Wang, Haiyue <haiyue.wang@intel.com>
> > Sent: Thursday, December 16, 2021 12:44 PM
> > To: dev@dpdk.org
> > Cc: Wang, Haiyue <haiyue.wang@intel.com>; stable@dpdk.org; Wu,
> > Jingjing <jingjing.wu@intel.com>; Xing, Beilei
> > <beilei.xing@intel.com>; Sinha, Abhijit <abhijit.sinha@intel.com>;
> > Doherty, Declan <declan.doherty@intel.com>; Nicolau, Radu
> > <radu.nicolau@intel.com>
> > Subject: [PATCH v1] net/iavf: remove the extra symbol '+'
> >
> > 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 *)∩︀
> > args.in_args_size = sizeof(caps);
> > --
> > 2.34.1
>
> Acked-by: Beilei Xing <beilei.xing@intel.com>
Applied to dpdk-next-net-intel.
Thanks
Qi
next prev parent reply other threads:[~2022-01-02 8:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2021-12-16 10:05 ` Nicolau, Radu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cbe74baf22cd41fa990f5f42bc5d0f18@intel.com \
--to=qi.z.zhang@intel.com \
--cc=abhijit.sinha@intel.com \
--cc=beilei.xing@intel.com \
--cc=declan.doherty@intel.com \
--cc=dev@dpdk.org \
--cc=haiyue.wang@intel.com \
--cc=jingjing.wu@intel.com \
--cc=radu.nicolau@intel.com \
--cc=stable@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.