[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20140825.215011.2154860869917151848.davem@davemloft.net>
Date: Mon, 25 Aug 2014 21:50:11 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: therbert@...gle.com
Cc: netdev@...r.kernel.org, jhs@...atatu.com,
hannes@...essinduktion.org, edumazet@...gle.com,
jeffrey.t.kirsher@...el.com, rusty@...tcorp.com.au,
dborkman@...hat.com, brouer@...hat.com
Subject: Re: [PATCH 1/2] net: Remove ndo_xmit_flush netdev operation, use
signalling instead.
From: Tom Herbert <therbert@...gle.com>
Date: Mon, 25 Aug 2014 20:42:59 -0700
> I would suggest the flush should be done if !skb->xmit_more or queue
> is being stopped. So maybe pull this code into it's own function e.g.
> igb_flush(tx_ring). Then do:
>
> if (igb_maybe_stop_tx(tx_ring, DESC_NEEDED) || !skb->more)
> igb_flush(tx_ring);
Agreed, and we will need to sort this out in all cases before we start
actually doing real deferral by setting skb->xmit_more.
--
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