[Differential] [Commented On] D1761: Extend LRO support to accumulate more than 65535 bytes

hselasky (Hans Petter Selasky) phabric-noreply at FreeBSD.org
Sat Feb 28 19:37:38 UTC 2015


hselasky added a comment.

Hi,

Adrian:

Would a set of macros hiding how we set and clear the LRO_TCP "flag" be acceptable, then we can later resolve that minor detail, exactly how the bit is encoded?

#define M_SET_LRO_TCP(m) ...
#define M_CLR_LRO_TCP(m) ...
#define M_GET_LRO_TCP(m) ...

--HPS

REVISION DETAIL
  https://reviews.freebsd.org/D1761

To: hselasky, rrs, glebius, gnn, emaste, lstewart, rwatson, bz, imp, np, adrian
Cc: freebsd-net


More information about the freebsd-net mailing list