mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
qapi/ebpf: Drop temporary 'prefix'
Recent commit "qapi: Smarter camel_to_upper() to reduce need for 'prefix'" added a temporary 'prefix' to delay changing the generated code. Revert it. This improves EbpfProgramID's generated enumeration constant prefix from EBPF_PROGRAMID to EBPF_PROGRAM_ID. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-ID: <20240904111836.3273842-7-armbru@redhat.com>
This commit is contained in:
parent
d23d2ef3d0
commit
1396f2b144
2 changed files with 1 additions and 2 deletions
|
@ -271,4 +271,4 @@ void ebpf_rss_unload(struct EBPFRSSContext *ctx)
|
|||
ctx->map_indirections_table = -1;
|
||||
}
|
||||
|
||||
ebpf_binary_init(EBPF_PROGRAMID_RSS, rss_bpf__elf_bytes)
|
||||
ebpf_binary_init(EBPF_PROGRAM_ID_RSS, rss_bpf__elf_bytes)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue