On Tue, Feb 13, 2024 at 4:38 PM David Marchand <[email protected]> wrote: > > rte_common.h provides container_of if none is defined. > > The drivers headers touched by this commit either already include > rte_common.h or use some other common macro defined in rte_common.h. > As a consequence, it seems safe to assume that container_of is always > available for includers of those headers. > > Signed-off-by: David Marchand <[email protected]>
Applied, thanks. -- David Marchand

