Skip to content

Commit 8dff980

Browse files
andrea-parrikuba-moo
authored andcommitted
hv_netvsc: Load and store the proper (NBL_HASH_INFO) per-packet info
Fix the typo. Signed-off-by: Andrea Parri (Microsoft) <[email protected]> Fixes: 0ba35fe ("hv_netvsc: Copy packets sent by Hyper-V out of the receive buffer") Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 0102eee commit 8dff980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/hyperv/rndis_filter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ void rsc_add_data(struct netvsc_channel *nvchan,
465465
}
466466
nvchan->rsc.pktlen = len;
467467
if (hash_info != NULL) {
468-
nvchan->rsc.csum_info = *csum_info;
468+
nvchan->rsc.hash_info = *hash_info;
469469
nvchan->rsc.ppi_flags |= NVSC_RSC_HASH_INFO;
470470
} else {
471471
nvchan->rsc.ppi_flags &= ~NVSC_RSC_HASH_INFO;

0 commit comments

Comments
 (0)