mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
There is no need to call into the TOE driver twice in pru_rcvd (tod_rcvd
and then tod_output right after that). Reviewed by: bz@
This commit is contained in:
parent
2838f343c8
commit
460cf046c2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=245921
@ -769,6 +769,7 @@ tcp_usr_rcvd(struct socket *so, int flags)
|
||||
#ifdef TCP_OFFLOAD
|
||||
if (tp->t_flags & TF_TOE)
|
||||
tcp_offload_rcvd(tp);
|
||||
else
|
||||
#endif
|
||||
tcp_output(tp);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user