1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-16 15:11:52 +00:00

disable update in place on transmit

This commit is contained in:
Kip Macy 2007-12-17 10:02:29 +00:00
parent 5e0f5cfaed
commit c662126d0c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=174712

View File

@ -1012,14 +1012,12 @@ init_offload_socket(struct socket *so, struct toedev *dev, unsigned int tid,
SOCK_LOCK_ASSERT(so);
printf("initializing offload socket\n");
#ifdef notyet
/*
* We either need to fix push frames to work with sbcompress
* or we need to add this
*/
so->so_rcv.sb_flags |= SB_TOE;
so->so_snd.sb_flags |= SB_TOE;
#endif
so->so_snd.sb_flags |= SB_NOCOALESCE;
tp->t_toe = toep;
toep->tp_tp = tp;
toep->tp_toedev = dev;