DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ferruh Yigit <ferruh.yigit@intel.com>
To: Radu Nicolau <radu.nicolau@intel.com>,
	Jingjing Wu <jingjing.wu@intel.com>,
	Beilei Xing <beilei.xing@intel.com>
Cc: <dev@dpdk.org>, <qi.z.zhang@intel.com>
Subject: Re: [dpdk-dev] [PATCH] net/iavf: fix build error
Date: Thu, 28 Oct 2021 15:50:26 +0100	[thread overview]
Message-ID: <3e65e052-3ed8-aff1-11bf-2c3611b1c298@intel.com> (raw)
In-Reply-To: <20211027095116.2184749-1-radu.nicolau@intel.com>

On 10/27/2021 10:51 AM, Radu Nicolau wrote:
> Fix Freebsd13 and Win10 build error.
> 
> Fixes: 9e84ce6ecd27 ("net/iavf: add iAVF IPsec inline crypto support")
> 
> Signed-off-by: Radu Nicolau <radu.nicolau@intel.com>

Can you please squash this fix to the original set, in its new version?

> ---
>   drivers/net/iavf/iavf_ipsec_crypto.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/iavf/iavf_ipsec_crypto.c b/drivers/net/iavf/iavf_ipsec_crypto.c
> index 4d4830f4c9..a8022f8ed7 100644
> --- a/drivers/net/iavf/iavf_ipsec_crypto.c
> +++ b/drivers/net/iavf/iavf_ipsec_crypto.c
> @@ -509,7 +509,7 @@ iavf_ipsec_crypto_security_association_add(struct iavf_adapter *adapter,
>   			htonl(conf->ipsec.tunnel.ipv4.dst_ip.s_addr);
>   	} else {
>   		uint32_t *v6_dst_addr =
> -			conf->ipsec.tunnel.ipv6.dst_addr.s6_addr32;
> +			(uint32_t *)conf->ipsec.tunnel.ipv6.dst_addr.s6_addr;
>   
>   		sa_cfg->virtchnl_ip_type = VIRTCHNL_IPV6;
>   
> 


      parent reply	other threads:[~2021-10-28 14:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-27  9:51 Radu Nicolau
2021-10-28 11:22 ` Zhang, Qi Z
2021-10-28 14:50 ` Ferruh Yigit [this message]

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=3e65e052-3ed8-aff1-11bf-2c3611b1c298@intel.com \
    --to=ferruh.yigit@intel.com \
    --cc=beilei.xing@intel.com \
    --cc=dev@dpdk.org \
    --cc=jingjing.wu@intel.com \
    --cc=qi.z.zhang@intel.com \
    --cc=radu.nicolau@intel.com \
    /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 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).