Re: [PATCH net-next 08/13] net/mlx5e: Add fragmented memory support for RX multi packet WQE
From: Eric Dumazet <hidden> Date: 2016-03-14 20:26:16
On Mon, 2016-03-14 at 21:16 +0200, achiad shochat wrote:
Eric, am I missing something here or the new scheme was not clear to
you previously?
I simply do not want to see drivers using
1) SKB_TRUESIZE()
or
2)
skb->truesize = some_expression
Drivers should not assume they know better than core networking stack.