[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20131022.022525.2068838304168924147.davem@davemloft.net>
Date: Tue, 22 Oct 2013 02:25:25 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: antonio@...hcoding.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH net] netpoll: linearize skb before accessing its data
From: Antonio Quartulli <antonio@...hcoding.com>
Date: Tue, 22 Oct 2013 08:06:35 +0200
> But rx_hook() does not receive any skb:
>
> 609 np->rx_hook(np, ntohs(uh->source),
> 610 (char *)(uh+1),
> 611 ulen - sizeof(struct udphdr));
>
> it just receives a pointer to the data and can't do anything to make it linear.
> (uh is a pointer to the udp header). Am I missing something?
Then this hook's API needs to be fixed, it's completely broken.
Make it pass the SKB and the appropriate offset (from skb->data) in
bytes.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists