sfc: Remove dead write to tso_state::packet_space
tso_state::packet_space is always set in tso_start_packet(); the value set in tso_start() is not used, and is also incorrect. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
This commit is contained in:
@ -926,7 +926,6 @@ static void tso_start(struct tso_state *st, const struct sk_buff *skb)
|
||||
EFX_BUG_ON_PARANOID(tcp_hdr(skb)->syn);
|
||||
EFX_BUG_ON_PARANOID(tcp_hdr(skb)->rst);
|
||||
|
||||
st->packet_space = st->full_packet_size;
|
||||
st->out_len = skb->len - st->header_len;
|
||||
st->unmap_len = 0;
|
||||
st->unmap_single = false;
|
||||
|
Reference in New Issue
Block a user