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:
Navdeep Parhar 2013-01-25 22:50:52 +00:00
parent 2838f343c8
commit 460cf046c2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=245921

View File

@ -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);