Re: [PATCH net-next v2 0/3] gianfar: xmit() improvements

2016-02-24 Thread David Miller
From: Claudiu Manoil Date: Tue, 23 Feb 2016 11:48:36 +0200 > Remove redundant operations, improve code locality and maintainability. > Thanks. > > V2: Updated first patch to not touch existing wmb(). Series applied, thanks.

[PATCH net-next v2 0/3] gianfar: xmit() improvements

2016-02-23 Thread Claudiu Manoil
Remove redundant operations, improve code locality and maintainability. Thanks. V2: Updated first patch to not touch existing wmb(). Claudiu Manoil (3): gianfar: Map head TxBD first gianfar: Use skb_frag_t pointers inside xmit() gianfar: Remove redundant ops for do_tstamp from xmit() driv