Re: [vpp-dev] VPP on a Bluefield-2 smartNIC

2021-07-08 Thread Pierre Louis Aublin
share the output of 'show logs'. Best ben -Original Message- From: Pierre Louis Aublin Sent: jeudi 1 juillet 2021 11:08 To: Benoit Ganne (bganne) ; vpp-dev@lists.fd.io Subject: Re: [vpp-dev] VPP on a Bluefield-2 smartNIC The"Unsupported PCI device 0x15b3:0xa2d6 found at PCI address 0

Re: [vpp-dev] VPP on a Bluefield-2 smartNIC

2021-07-02 Thread Pierre Louis Aublin
of 'show logs'. Best ben -Original Message- From: Pierre Louis Aublin Sent: jeudi 1 juillet 2021 11:08 To: Benoit Ganne (bganne) ; vpp-dev@lists.fd.io Subject: Re: [vpp-dev] VPP on a Bluefield-2 smartNIC The"Unsupported PCI device 0x15b3:0xa2d6 found at PCI address :03

Re: [vpp-dev] VPP on a Bluefield-2 smartNIC

2021-07-02 Thread Pierre Louis Aublin
Indeed, it is not needed. I previously removed it to compile on an old Intel CPU without sse4.2 and kept it for the Bluefield. Thank you On 2021/07/01 20:45, Damjan Marion wrote: On 01.07.2021., at 07:35, Pierre Louis Aublin wrote: diff --git a/build/external/packages/ipsec-mb.mk

Re: [vpp-dev] VPP on a Bluefield-2 smartNIC

2021-07-01 Thread Damjan Marion via lists.fd.io
> On 01.07.2021., at 07:35, Pierre Louis Aublin > wrote: > > diff --git a/build/external/packages/ipsec-mb.mk > b/build/external/packages/ipsec-mb.mk > index d0bd2af19..119eb5219 100644 > --- a/build/external/packages/ipsec-mb.mk > +++ b/build/external/packages/ipsec-mb.mk > @@ -34,7 +34,7

Re: [vpp-dev] VPP on a Bluefield-2 smartNIC

2021-07-01 Thread Damjan Marion via lists.fd.io
Might be worth trying our native driver (rdma) instead of using dpdk….. — Damjan > On 01.07.2021., at 11:07, Pierre Louis Aublin > wrote: > > The"Unsupported PCI device 0x15b3:0xa2d6 found at PCI address :03:00.0" > message disappears; however the network interface still doesn't show

Re: [vpp-dev] VPP on a Bluefield-2 smartNIC

2021-07-01 Thread Benoit Ganne (bganne) via lists.fd.io
Louis Aublin > Sent: jeudi 1 juillet 2021 11:08 > To: Benoit Ganne (bganne) ; vpp-dev@lists.fd.io > Subject: Re: [vpp-dev] VPP on a Bluefield-2 smartNIC > > The"Unsupported PCI device 0x15b3:0xa2d6 found at PCI address > :03:00.0" message disappears; however the

Re: [vpp-dev] VPP on a Bluefield-2 smartNIC

2021-07-01 Thread Pierre Louis Aublin
The"Unsupported PCI device 0x15b3:0xa2d6 found at PCI address :03:00.0" message disappears; however the network interface still doesn't show up. Interestingly, vpp on the host also prints this message, yet the interface can be used. By any chance, would you have any clue on what I could

Re: [vpp-dev] VPP on a Bluefield-2 smartNIC

2021-07-01 Thread Benoit Ganne (bganne) via lists.fd.io
Please try https://gerrit.fd.io/r/c/vpp/+/32965 and reports if it works. Best ben > -Original Message- > From: vpp-dev@lists.fd.io On Behalf Of Pierre Louis > Aublin > Sent: jeudi 1 juillet 2021 07:36 > To: vpp-dev@lists.fd.io > Subject: [vpp-dev] VPP on a Bluefield-2 smartNIC > > Dear