DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Zhang, Qi Z" <qi.z.zhang@intel.com>
To: "Xing, Beilei" <beilei.xing@intel.com>,
	"Wu, Jingjing" <jingjing.wu@intel.com>
Cc: "dev@dpdk.org" <dev@dpdk.org>, "Xing, Beilei" <beilei.xing@intel.com>
Subject: RE: [PATCH] net/cpfl: reset devargs during the first probe
Date: Thu, 12 Oct 2023 01:24:24 +0000	[thread overview]
Message-ID: <DM4PR11MB59946062774669E9A947A6B9D7D3A@DM4PR11MB5994.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20231011164720.418246-1-beilei.xing@intel.com>



> -----Original Message-----
> From: beilei.xing@intel.com <beilei.xing@intel.com>
> Sent: Thursday, October 12, 2023 12:47 AM
> To: Wu, Jingjing <jingjing.wu@intel.com>
> Cc: dev@dpdk.org; Xing, Beilei <beilei.xing@intel.com>
> Subject: [PATCH] net/cpfl: reset devargs during the first probe
> 
> From: Beilei Xing <beilei.xing@intel.com>
> 
> Reset devargs during the first probe. Otherwise, probe again will be affected.
> 
> Fixes: a607312291b3 ("net/cpfl: support probe again")
> 
> Signed-off-by: Beilei Xing <beilei.xing@intel.com>
> ---
>  drivers/net/cpfl/cpfl_ethdev.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/net/cpfl/cpfl_ethdev.c b/drivers/net/cpfl/cpfl_ethdev.c
> index 762fbddfe6..890a027a1d 100644
> --- a/drivers/net/cpfl/cpfl_ethdev.c
> +++ b/drivers/net/cpfl/cpfl_ethdev.c
> @@ -1611,11 +1611,12 @@ cpfl_parse_devargs(struct rte_pci_device
> *pci_dev, struct cpfl_adapter_ext *adap
>  	struct rte_kvargs *kvlist;
>  	int ret;
> 
> -	cpfl_args->req_vport_nb = 0;
> -
>  	if (devargs == NULL)
>  		return 0;
> 
> +	if (first)
> +		memset(cpfl_args, 0, sizeof(struct cpfl_devargs));
> +
>  	kvlist = rte_kvargs_parse(devargs->args,
>  			first ? cpfl_valid_args_first : cpfl_valid_args_again);
>  	if (kvlist == NULL) {
> @@ -1628,7 +1629,6 @@ cpfl_parse_devargs(struct rte_pci_device *pci_dev,
> struct cpfl_adapter_ext *adap
>  		return -EINVAL;
>  	}
> 
> -	cpfl_args->repr_args_num = 0;
>  	ret = rte_kvargs_process(kvlist, CPFL_REPRESENTOR, &parse_repr,
> cpfl_args);
> 
>  	if (ret != 0)
> --
> 2.34.1

Acked-by: Qi Zhang <qi.z.zhang@intel.com>

As the target patch has not been merged into main stream, squashed this patch in dpdk-next-net-intel.

Thanks
Qi


  reply	other threads:[~2023-10-12  1:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-11 16:47 beilei.xing
2023-10-12  1:24 ` Zhang, Qi Z [this message]
2023-10-12  6:54 ` Wu, Jingjing
2023-10-12  7:42   ` Xing, Beilei
2023-10-16  3:57     ` Zhang, Qi Z

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=DM4PR11MB59946062774669E9A947A6B9D7D3A@DM4PR11MB5994.namprd11.prod.outlook.com \
    --to=qi.z.zhang@intel.com \
    --cc=beilei.xing@intel.com \
    --cc=dev@dpdk.org \
    --cc=jingjing.wu@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).