[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1409006274.3173.0.camel@edumazet-glaptop2.roam.corp.google.com>
Date: Mon, 25 Aug 2014 15:37:54 -0700
From: Eric Dumazet <eric.dumazet@...il.com>
To: David Miller <davem@...emloft.net>
Cc: cwang@...pensource.com, netdev@...r.kernel.org,
therbert@...gle.com, jhs@...atatu.com, hannes@...essinduktion.org,
edumazet@...gle.com, jeffrey.t.kirsher@...el.com,
rusty@...tcorp.com.au
Subject: Re: [PATCH 0/3] Basic deferred TX queue flushing infrastructure.
On Mon, 2014-08-25 at 15:31 -0700, David Miller wrote:
> It occurs to me that perhaps the thing to do is to pass sk_buff ** to
> dev_hard_start_xmit().
This was my suggestion ;)
int ret = dev_hard_start_xmit(skb, dev, txq);
->
int ret = dev_hard_start_xmit(&skb, dev, txq);
--
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