On Tue, Jan 10, 2017 at 10:55:42PM +0530, Bart Van Assche wrote: > On Sat, 2017-01-07 at 22:09 +0530, Varun Prakash wrote: > > + if (!is_t5(lldi->adapter_type)) > > + opt2 |= RX_FC_DISABLE_F; > > What is the impact of this change on T4 adapters? > > > - if (likely(cxgbit_skcb_flags(skb) & SKCBF_RX_LRO)) > > - ret = cxgbit_rx_lro_skb(csk, skb); > > + if (likely(cxgbit_skcb_flags(skb) & SKCBF_RX_LRO)) { > > + if (is_t5(lldi->adapter_type)) > > + ret = cxgbit_rx_lro_skb(csk, skb); > > + else > > + ret = cxgbit_process_lro_skb(csk, skb); > > + } > > Same question here: what is the impact of this change on T4 > adapters? cxgbit does not offload iscsi-target on T4 adapters. -- To unsubscribe from this list: send the line "unsubscribe target-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html