diff =csum_add(diff, fval); *adjust = ~csum_fold(csum_add(diff, csum_unfold(*adjust)));/* Flip the csum-neutral bit. Either we are doing a SIR->ILA * translation with ILA_CSUM_NEUTRAL_MAP as the csum_method * and the C-bit is not set, or we are doing an ILA-SIR * tranl...
TEST_GEN_PROGS += so_incoming_cpu TEST_PROGS += sctp_vrf.sh TEST_GEN_FILES += sctp_hello TEST_GEN_FILES += csum TEST_FILES := settings986 changes: 986 additions & 0 deletions 986 tools/testing/selftests/net/csum.c Original file line numberDiff line numberDiff line change ...
Make the trigger to enable ostree deploy copying content from /usr/lib/ostree-boot a generic configuration, as then the user can enable in a more generic fashion.
费用标准 * 参会则须出示有效证件:在读研究生注册须出具有效期内的学生证。 * 参会则须出示有效证件方可享受相关优惠,现场未能出示有效证件者,须补交费用。会议注册以交费时间为准,前期优惠注册交费的截止日期10月08日。 现场注册流程 学分证书以及打印 1、参加会议的正式注册代表,可...
u16 btrfs_csum_type_size(u16 type) { return btrfs_csums[type].size; } int btrfs_super_csum_size(const struct btrfs_super_block *s) { u16 t = btrfs_super_csum_type(s); /* * csum type is validated at mount time */ return btrfs_csums[t].size; return btrfs_csum_type_size(t);...
netdev: add qstat for csum complete Browse files Recent commit 0cfe71f ("netdev: add queue stats") added a lot of useful stats, but only those immediately needed by virtio. Presumably virtio does not support CHECKSUM_COMPLETE, so statistic for that form of checksumming wasn't included. ...