DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] Compilation errors on Mellanox Poll Mode Driver
@ 2017-02-02 18:10 nirmoy das
  2017-02-05 12:44 ` Ferruh Yigit
  0 siblings, 1 reply; 3+ messages in thread
From: nirmoy das @ 2017-02-02 18:10 UTC (permalink / raw)
  To: matthieu.tdo, nelio.laranjeiro; +Cc: users

Hi,

I am trying to compile mellanox pmd but getting lots of undeclared macro
error,


e.g.

/dpdk-16.11/drivers/net/mlx4/mlx4.c:3010:7: error:
'IBV_EXP_CQ_RX_OUTER_TCP_UDP_CSUM_OK' undeclared (first use in this
function)
[   76s]        IBV_EXP_CQ_RX_OUTER_TCP_UDP_CSUM_OK,

I do have libibverbs-devel installed, I am wondering what all library and
what version I need to compile the pmd.

Regards,
Nirmoy

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

* Re: [dpdk-users] Compilation errors on Mellanox Poll Mode Driver
  2017-02-02 18:10 [dpdk-users] Compilation errors on Mellanox Poll Mode Driver nirmoy das
@ 2017-02-05 12:44 ` Ferruh Yigit
  2017-02-06 10:55   ` nirmoy das
  0 siblings, 1 reply; 3+ messages in thread
From: Ferruh Yigit @ 2017-02-05 12:44 UTC (permalink / raw)
  To: nirmoy das, matthieu.tdo, nelio.laranjeiro; +Cc: users

On 2/2/2017 6:10 PM, nirmoy das wrote:
> Hi,
> 
> I am trying to compile mellanox pmd but getting lots of undeclared macro
> error,
> 
> 
> e.g.
> 
> /dpdk-16.11/drivers/net/mlx4/mlx4.c:3010:7: error:
> 'IBV_EXP_CQ_RX_OUTER_TCP_UDP_CSUM_OK' undeclared (first use in this
> function)
> [   76s]        IBV_EXP_CQ_RX_OUTER_TCP_UDP_CSUM_OK,

For me it comes from /usr/include/infiniband/verbs_exp.h, do you have
that file?

> 
> I do have libibverbs-devel installed, I am wondering what all library and
> what version I need to compile the pmd.
> 
> Regards,
> Nirmoy
> 

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

* Re: [dpdk-users] Compilation errors on Mellanox Poll Mode Driver
  2017-02-05 12:44 ` Ferruh Yigit
@ 2017-02-06 10:55   ` nirmoy das
  0 siblings, 0 replies; 3+ messages in thread
From: nirmoy das @ 2017-02-06 10:55 UTC (permalink / raw)
  To: Ferruh Yigit; +Cc: matthieu.tdo, nelio.laranjeiro, users

It seems Mellanox PMD depends on mellanox libibverbs rather than standard
distribution libibverbs
I was compiling against opensuse  libibverbs-devel so I didn't had that
header file.



On Sun, Feb 5, 2017 at 1:44 PM, Ferruh Yigit <ferruh.yigit@intel.com> wrote:

> On 2/2/2017 6:10 PM, nirmoy das wrote:
> > Hi,
> >
> > I am trying to compile mellanox pmd but getting lots of undeclared macro
> > error,
> >
> >
> > e.g.
> >
> > /dpdk-16.11/drivers/net/mlx4/mlx4.c:3010:7: error:
> > 'IBV_EXP_CQ_RX_OUTER_TCP_UDP_CSUM_OK' undeclared (first use in this
> > function)
> > [   76s]        IBV_EXP_CQ_RX_OUTER_TCP_UDP_CSUM_OK,
>
> For me it comes from /usr/include/infiniband/verbs_exp.h, do you have
> that file?
>
> >
> > I do have libibverbs-devel installed, I am wondering what all library and
> > what version I need to compile the pmd.
> >
> > Regards,
> > Nirmoy
> >
>
>

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

end of thread, other threads:[~2017-02-06 10:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-02 18:10 [dpdk-users] Compilation errors on Mellanox Poll Mode Driver nirmoy das
2017-02-05 12:44 ` Ferruh Yigit
2017-02-06 10:55   ` nirmoy das

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).