lkml.org 
[lkml]   [2021]   [Feb]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH 2/3] net:ethernet:rmnet:Support for downlink MAPv5 csum offload
    On Fri, 12 Feb 2021 03:05:23 +0530 Sharath Chandra Vurukala wrote:
    > +/* MAP CSUM headers */
    > +struct rmnet_map_v5_csum_header {
    > + u8 next_hdr:1;
    > + u8 header_type:7;
    > + u8 hw_reserved:5;
    > + u8 priority:1;
    > + u8 hw_reserved_bit:1;
    > + u8 csum_valid_required:1;
    > + __be16 reserved;
    > +} __aligned(1);

    Will this work on big endian?

    \
     
     \ /
      Last update: 2021-02-12 03:07    [W:4.761 / U:0.160 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site