Re: [PATCH net-next 4/5] qeth: add layer 2 RX/TX checksum offloading

2015-09-17 Thread David Miller
From: Ursula Braun Date: Tue, 15 Sep 2015 12:32:17 +0200 > +int qeth_send_setassparms(struct qeth_card *, struct qeth_cmd_buffer *, > __u16, > + long, > + int (*reply_cb)(struct qeth_card *, struct qeth_reply *, unsigned long), > + void *); Function declarations and definitions that

[PATCH net-next 4/5] qeth: add layer 2 RX/TX checksum offloading

2015-09-15 Thread Ursula Braun
From: Thomas Richter Checksum offloading for send and receive is already supported for layer 3 (IP layer). This patch adds support for RX and TX hardware checksum offloading for layer 2 (MAC layer). The hardware calculates the checksum for IP UDP and TCP packets. This patch moves the hardware ch