svn commit: r349796 - stable/12/sys/dev/cxgbe/iw_cxgbe

Navdeep Parhar np at FreeBSD.org
Sun Jul 7 00:43:39 UTC 2019


Author: np
Date: Sun Jul  7 00:43:38 2019
New Revision: 349796
URL: https://svnweb.freebsd.org/changeset/base/349796

Log:
  MFC r349499:
  
  cxgbe/iw_cxgbe: Remove unused field from the endpoint structure.

Modified:
  stable/12/sys/dev/cxgbe/iw_cxgbe/cm.c
  stable/12/sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/dev/cxgbe/iw_cxgbe/cm.c
==============================================================================
--- stable/12/sys/dev/cxgbe/iw_cxgbe/cm.c	Sun Jul  7 00:30:20 2019	(r349795)
+++ stable/12/sys/dev/cxgbe/iw_cxgbe/cm.c	Sun Jul  7 00:43:38 2019	(r349796)
@@ -528,7 +528,6 @@ set_tcpinfo(struct c4iw_ep *ep)
 	ep->hwtid = toep->tid;
 	ep->snd_seq = tp->snd_nxt;
 	ep->rcv_seq = tp->rcv_nxt;
-	ep->emss = max(tp->t_maxseg, 128);
 done:
 	INP_WUNLOCK(inp);
 	return (rc);

Modified: stable/12/sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
==============================================================================
--- stable/12/sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h	Sun Jul  7 00:30:20 2019	(r349795)
+++ stable/12/sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h	Sun Jul  7 00:43:38 2019	(r349796)
@@ -862,7 +862,6 @@ struct c4iw_ep {
 	u32 tx_chan;
 	u32 mtu;
 	u16 mss;
-	u16 emss;
 	u16 plen;
 	u16 rss_qid;
 	u16 txq_idx;


More information about the svn-src-all mailing list