Re: [PATCH 5/5] cxgbit: add T6 iSCSI DDP completion feature

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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?

Thanks,

Bart.--
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




[Index of Archives]     [Linux SCSI]     [Kernel Newbies]     [Linux SCSI Target Infrastructure]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Device Mapper]

  Powered by Linux