Re: [PATCH] net/gve: remove gve-specific PCI revision ID macros

2025-05-14 Thread David Marchand
Hello, Thanks for the cleanup. On Wed, May 14, 2025 at 2:46 AM Joshua Washington wrote: > > Patch doesn't apply to the main branch of dpdk-next-net: > https://mails.dpdk.org/archives/test-report/2025-May/877522.html > > It seems like the diffbase patch only exists in the for-main branch. > When

Re: [PATCH] net/gve: remove gve-specific PCI revision ID macros

2025-05-13 Thread Joshua Washington
Patch doesn't apply to the main branch of dpdk-next-net: https://mails.dpdk.org/archives/test-report/2025-May/877522.html It seems like the diffbase patch only exists in the for-main branch. When is for-main expected to be merged into main, and should we be building against for-main or main? Simil

[PATCH] net/gve: remove gve-specific PCI revision ID macros

2025-05-13 Thread Joshua Washington
Commit 5feee68de99e ("pci: define more standard register offsets") adds a generic offset macro for the PCI revision ID, among a number of other standard PCI config fields. Update GVE to make use of these macros instead of defining its own. Signed-off-by: Joshua Washington --- drivers/net/gve/bas