commit | 5a4b9fe7fece62ecab6fb28fe92362f83b41c33e | [log] [tgz] |
---|---|---|
author | Rohit Maheshwari <rohitm@chelsio.com> | Sat Mar 07 20:06:05 2020 +0530 |
committer | David S. Miller <davem@davemloft.net> | Sun Mar 08 21:16:23 2020 -0700 |
tree | 2c7d7dae74fe96071650099bb131d92609781cd1 | |
parent | 8a30923e1598c050f2670b88d51e3752b52b49ae [diff] |
cxgb4/chcr: complete record tx handling Added tx handling in this patch. This includes handling of segments contain single complete record. v1->v2: - chcr_write_cpl_set_tcb_ulp is added in this patch. v3->v4: - mss calculation logic. - replaced kfree_skb with dev_kfree_skb_any. - corrected error message reported by kbuild test robot <lkp@intel.com> Signed-off-by: Rohit Maheshwari <rohitm@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>