patches for DPDK stable branches
 help / color / mirror / Atom feed
From: Matan Azrad <matan@mellanox.com>
To: Slava Ovsiienko <viacheslavo@mellanox.com>,
	Dekel Peled <dekelp@mellanox.com>,
	Shahaf Shuler <shahafs@mellanox.com>
Cc: Ori Kam <orika@mellanox.com>, "dev@dpdk.org" <dev@dpdk.org>,
	"stable@dpdk.org" <stable@dpdk.org>
Subject: Re: [dpdk-stable] [PATCH] net/mlx5: fix use of wrong compilation directive
Date: Mon, 28 Oct 2019 06:57:57 +0000	[thread overview]
Message-ID: <AM0PR0502MB40192848F1EFDCB5150B81AED2660@AM0PR0502MB4019.eurprd05.prod.outlook.com> (raw)
In-Reply-To: <AM4PR05MB3265D0E2157DBB85CE7F86D0D2670@AM4PR05MB3265.eurprd05.prod.outlook.com>



From: Slava Ovsiienko
> > -----Original Message-----
> > From: Dekel Peled <dekelp@mellanox.com>
> > Sent: Sunday, October 27, 2019 17:33
> > To: Matan Azrad <matan@mellanox.com>; Slava Ovsiienko
> > <viacheslavo@mellanox.com>; Shahaf Shuler <shahafs@mellanox.com>
> > Cc: Ori Kam <orika@mellanox.com>; dev@dpdk.org; stable@dpdk.org
> > Subject: [PATCH] net/mlx5: fix use of wrong compilation directive
> >
> > Glue function mlx5_glue_devx_qp_query() uses wrong directive
> > HAVE_IBV_DEVX_ASYNC by mistake.
> > This patch replaces the directive to HAVE_IBV_DEVX_OBJ, as required.
> >
> > Fixes: 62d6f70f30f4 ("net/mlx5: add glue for queue query via DevX")
> > Cc: stable@dpdk.org
> >
> > Signed-off-by: Dekel Peled <dekelp@mellanox.com>
> Acked-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
Acked-by: Matan Azrad <matan@mellanox.com>
> 
> > ---
> >  drivers/net/mlx5/mlx5_glue.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/net/mlx5/mlx5_glue.c
> > b/drivers/net/mlx5/mlx5_glue.c index b5aab52..58c9a82 100644
> > --- a/drivers/net/mlx5/mlx5_glue.c
> > +++ b/drivers/net/mlx5/mlx5_glue.c
> > @@ -976,7 +976,7 @@
> >  			const void *in, size_t inlen,
> >  			void *out, size_t outlen)
> >  {
> > -#ifdef HAVE_IBV_DEVX_ASYNC
> > +#ifdef HAVE_IBV_DEVX_OBJ
> >  	return mlx5dv_devx_qp_query(qp, in, inlen, out, outlen);  #else
> >  	(void)qp;
> > --
> > 1.8.3.1


  reply	other threads:[~2019-10-28  6:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-27 15:33 Dekel Peled
2019-10-27 16:04 ` Slava Ovsiienko
2019-10-28  6:57   ` Matan Azrad [this message]
2019-10-29  8:34 ` [dpdk-stable] [dpdk-dev] " Raslan Darawsheh

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=AM0PR0502MB40192848F1EFDCB5150B81AED2660@AM0PR0502MB4019.eurprd05.prod.outlook.com \
    --to=matan@mellanox.com \
    --cc=dekelp@mellanox.com \
    --cc=dev@dpdk.org \
    --cc=orika@mellanox.com \
    --cc=shahafs@mellanox.com \
    --cc=stable@dpdk.org \
    --cc=viacheslavo@mellanox.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).