RE: [Intel-wired-lan] [PATCH net-next v3] e1000e: Be drop monitor friendly

2017-09-14 Thread Brown, Aaron F
; da...@davemloft.net > Subject: [Intel-wired-lan] [PATCH net-next v3] e1000e: Be drop monitor > friendly > > e1000e_put_txbuf() can be called from normal reclamation path as well as > when a DMA mapping failure, so we need to differentiate these two cases > when freeing SKBs to be drop mo

Re: [Intel-wired-lan] [PATCH net-next v3] e1000e: Be drop monitor friendly

2017-09-06 Thread Neftin, Sasha
On 8/26/2017 04:14, Florian Fainelli wrote: e1000e_put_txbuf() can be called from normal reclamation path as well as when a DMA mapping failure, so we need to differentiate these two cases when freeing SKBs to be drop monitor friendly. e1000e_tx_hwtstamp_work() and e1000_remove() are processing T

[PATCH net-next v3] e1000e: Be drop monitor friendly

2017-08-25 Thread Florian Fainelli
e1000e_put_txbuf() can be called from normal reclamation path as well as when a DMA mapping failure, so we need to differentiate these two cases when freeing SKBs to be drop monitor friendly. e1000e_tx_hwtstamp_work() and e1000_remove() are processing TX timestamped SKBs and those should not be acc