bugfix: send packet enable rehash
This commit is contained in:
@@ -449,7 +449,7 @@ static int send_packet_to_sf(marsio_buff_t *rx_buff, struct metadata *meta, stru
|
||||
}
|
||||
|
||||
int nsend = marsio_buff_datalen(rx_buff);
|
||||
marsio_send_burst(packet_io->dev_endpoint.mr_path, thread_index, &rx_buff, 1);
|
||||
marsio_send_burst_with_options(packet_io->dev_endpoint.mr_path, thread_index, &rx_buff, 1, MARSIO_SEND_OPT_REHASH);
|
||||
return nsend;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user