Author: np
Date: Sat Nov 30 19:21:29 2019
New Revision: 355240
URL: https://svnweb.freebsd.org/changeset/base/355240

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

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

Modified: stable/11/sys/dev/cxgbe/iw_cxgbe/cm.c
==============================================================================
--- stable/11/sys/dev/cxgbe/iw_cxgbe/cm.c       Sat Nov 30 19:16:44 2019        
(r355239)
+++ stable/11/sys/dev/cxgbe/iw_cxgbe/cm.c       Sat Nov 30 19:21:29 2019        
(r355240)
@@ -526,7 +526,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/11/sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
==============================================================================
--- stable/11/sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h Sat Nov 30 19:16:44 2019        
(r355239)
+++ stable/11/sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h Sat Nov 30 19:21:29 2019        
(r355240)
@@ -860,7 +860,6 @@ struct c4iw_ep {
        u32 tx_chan;
        u32 mtu;
        u16 mss;
-       u16 emss;
        u16 plen;
        u16 rss_qid;
        u16 txq_idx;
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to