• Alex Elder's avatar
    net: ipa: rearrange GSI structure fields · faa88ece
    Alex Elder authored
    The dummy net_device is a large field in the GSI structure, but it
    is not at all interesting from the perspective of debugging.  Move
    it to the end of the GSI structure so the other fields are easier to
    find in memory.
    
    The channel and event ring arrays are also very large, so move them
    near the end of the structure as well.
    
    Swap the position of the result and completion fields to improve
    structure packing.
    Signed-off-by: default avatarAlex Elder <elder@linaro.org>
    Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
    faa88ece
gsi.h 8.73 KB