DPDK patches and discussions
 help / color / mirror / Atom feed
* [Bug 1004] Compilation error with Vtune profile option enabled
@ 2022-05-05 11:39 bugzilla
  0 siblings, 0 replies; only message in thread
From: bugzilla @ 2022-05-05 11:39 UTC (permalink / raw)
  To: dev

https://bugs.dpdk.org/show_bug.cgi?id=1004

            Bug ID: 1004
           Summary: Compilation error with Vtune profile option enabled
           Product: DPDK
           Version: 22.03
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: ethdev
          Assignee: dev@dpdk.org
          Reporter: aman.deep.singh@intel.com
  Target Milestone: ---

Compilation steps-
   meson build
   meson configure build -Dc_args=-DRTE_ETHDEV_PROFILE_WITH_VTUNE
   ninja -C build

Build error seen-
../lib/ethdev/ethdev_profile.c: In function ‘__rte_eth_dev_profile_init’:
../lib/ethdev/ethdev_profile.c:58:43: error: dereferencing pointer to
incomplete type ‘struct rte_eth_dev’
   58 |  return vtune_profile_rx_init(port_id, dev->data->nb_rx_queues);


Optional- fix for issue
Need to include "ethdev_driver.h" for ‘struct rte_eth_dev’ definition to be
available.

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-05-05 11:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-05 11:39 [Bug 1004] Compilation error with Vtune profile option enabled bugzilla

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