On Sunday, 4 August 2019 20:06:31 CEST Linus Lüssing wrote:
* @aggr_len: length of the OGM aggregate (excluding ethernet frame
* size)
Did you really mean "ethernet frame size" here? Not ethernet header size? At least this would match following part of the second patch:
On Sunday, 4 August 2019 20:06:32 CEST Linus Lüssing wrote:
skb_aggr = dev_alloc_skb(aggr_len + ETH_HLEN + NET_IP_ALIGN);
if (!skb_aggr) {
batadv_v_ogm_aggr_list_free(hard_iface);
return;
}
Kind regards, Sven