Re: [dpdk-dev] Accessing "device_id" from "rte_pci_device"

2018-07-25 Thread santhosh K.S
Hi Rami Rosen, et al, Thanks for the response. Yes I can see in the code that rte_device struct is part of rte_eth_dev_info. I tried to apply the patch you pointed o n 17.11.3. But it failed at many places. We don't want to migrate to 18.05 as it is not a s

[dpdk-dev] Accessing "device_id" from "rte_pci_device"

2018-07-24 Thread santhosh K.S
Hi, I'm currently trying to migrate our old DPDK 16.11 version to 17.11 release. For this activity, I'm able to build the 17.11 DPDK successfully. When I try to use the new libs, I noticed that few of the struct members which we are using in our code is moved to some other struct. In the 16.11 v