Re: [vpp-dev] Build/rebuild problems (adding dpdk support)

2018-12-18 Thread Brian Dickson
On Mon, Dec 17, 2018 at 11:51 PM Marco Varlese wrote: > Hi Brian, > > On Mon, 2018-12-17 at 20:19 -0800, Brian Dickson wrote: > > Hi, VPP folks, > > I am trying to add in support for a new card/driver. > > The info on the DPDK website says the drivers I have should work fine. > > Thus, the only

Re: [vpp-dev] Build/rebuild problems (adding dpdk support)

2018-12-17 Thread Marco Varlese
Hi Brian, On Mon, 2018-12-17 at 20:19 -0800, Brian Dickson wrote: > Hi, VPP folks, > I am trying to add in support for a new card/driver. > > The info on the DPDK website says the drivers I have should work fine. > > Thus, the only issue is adding in the correct manufacturer/device IDs into the

Re: [vpp-dev] Build/rebuild problems (adding dpdk support)

2018-12-17 Thread JB
Hey Brian, I believe it fetches it again because the file doesn't match the hash string present in one of the files inside the dpdk directory. At least that was the issue I faced building for Mellanox cards ages ago. You could also specify that it uses an external DPDK source. Sent from ny

[vpp-dev] Build/rebuild problems (adding dpdk support)

2018-12-17 Thread Brian Dickson
Hi, VPP folks, I am trying to add in support for a new card/driver. The info on the DPDK website says the drivers I have should work fine. Thus, the only issue is adding in the correct manufacturer/device IDs into the init.c file: src/plugins/dpdk/device/init.c I edit the file (one-line