DPDK patches and discussions
 help / color / mirror / Atom feed
* [DPDK/core Bug 1501] rte_cpu_get_flag_enabled() segmentation fault
@ 2024-07-26  7:24 bugzilla
  0 siblings, 0 replies; only message in thread
From: bugzilla @ 2024-07-26  7:24 UTC (permalink / raw)
  To: dev

[-- Attachment #1: Type: text/plain, Size: 1077 bytes --]

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

            Bug ID: 1501
           Summary: rte_cpu_get_flag_enabled() segmentation fault
           Product: DPDK
           Version: 21.11
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: core
          Assignee: dev@dpdk.org
          Reporter: seyhmus.kartal@karel.com.tr
  Target Milestone: ---

I create a rte_fib struct for routing purposes and I free it and recreate it
periodically to update the routes. rte_fib_create() uses
rte_cpu_get_flag_enabled() to check if my cpu has AVX512F or not and selects
lookup function according to it. My cpu does not have AVX512F so
rte_cpu_get_flag_enabled() returns 0 as expected and rte_fib_create() selects
scalar lookup function. However, after a point rte_cpu_get_flag_enabled()
causes a segmentation fault with SIGILL although it runs without any problem
until that moment.

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

[-- Attachment #2: Type: text/html, Size: 2950 bytes --]

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

only message in thread, other threads:[~2024-07-26  7:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-26  7:24 [DPDK/core Bug 1501] rte_cpu_get_flag_enabled() segmentation fault 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).