myri10ge: Remove unused inline function myri10ge_vlan_ip_csum
commit 4ca3221fe4
("myri10ge: Convert from LRO to GRO")
left behind this, remove it.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
d66e67bd4c
commit
9f410c2cb7
|
@ -1174,18 +1174,6 @@ myri10ge_submit_8rx(struct mcp_kreq_ether_recv __iomem * dst,
|
||||||
mb();
|
mb();
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline void myri10ge_vlan_ip_csum(struct sk_buff *skb, __wsum hw_csum)
|
|
||||||
{
|
|
||||||
struct vlan_hdr *vh = (struct vlan_hdr *)(skb->data);
|
|
||||||
|
|
||||||
if ((skb->protocol == htons(ETH_P_8021Q)) &&
|
|
||||||
(vh->h_vlan_encapsulated_proto == htons(ETH_P_IP) ||
|
|
||||||
vh->h_vlan_encapsulated_proto == htons(ETH_P_IPV6))) {
|
|
||||||
skb->csum = hw_csum;
|
|
||||||
skb->ip_summed = CHECKSUM_COMPLETE;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
myri10ge_alloc_rx_pages(struct myri10ge_priv *mgp, struct myri10ge_rx_buf *rx,
|
myri10ge_alloc_rx_pages(struct myri10ge_priv *mgp, struct myri10ge_rx_buf *rx,
|
||||||
int bytes, int watchdog)
|
int bytes, int watchdog)
|
||||||
|
|
Loading…
Reference in New Issue