* Intel IAVF base driver structure definition is wrong
@ 2026-04-29 11:48 Morten Brørup
0 siblings, 0 replies; only message in thread
From: Morten Brørup @ 2026-04-29 11:48 UTC (permalink / raw)
To: Vladimir Medvedkin; +Cc: dev
Hi Vladimir,
This build failure seems to be caused by a bug in the IAVF base driver:
https://github.com/ovsrobot/dpdk/actions/runs/25104438552/job/73561907869#step:19:803
struct virtchnl_rss_key {
u16 vsi_id;
u16 key_len;
u8 key[1]; /* RSS hash key, packed bytes */
};
The "key[1]" should be "key[]".
And when copying to it, remember to change "sizeof(struct virtchnl_rss_key) - 1" to "sizeof(struct virtchnl_rss_key)".
Other Intel drivers may have the same bug.
Venlig hilsen / Kind regards,
-Morten Brørup
-----Original Message-----
From: 0-day Robot [mailto:robot@bytheb.org]
Sent: Wednesday, 29 April 2026 13.25
To: test-report@dpdk.org
Cc: Morten Brørup; robot@bytheb.org
Subject: |FAILURE| pw163367 [PATCH v9] eal/x86: optimize memcpy of small sizes
From: robot@bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
https://patchwork.dpdk.org/patch/163367/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/25104438552
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-04-29 11:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-29 11:48 Intel IAVF base driver structure definition is wrong Morten Brørup
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox