Re: [PATCH net-next] usbnet: Fix tx_packets stat for FLAG_MULTI_FRAME drivers

2015-02-28 Thread David Miller
From: Ben Hutchings Date: Thu, 26 Feb 2015 19:34:37 + > Currently the usbnet core does not update the tx_packets statistic for > drivers with FLAG_MULTI_PACKET and there is no hook in the TX > completion path where they could do this. > > cdc_ncm and dependent drivers are bumping tx_packets

Re: [PATCH net-next] usbnet: Fix tx_packets stat for FLAG_MULTI_FRAME drivers

2015-02-27 Thread Bjørn Mork
Ben Hutchings writes: > Currently the usbnet core does not update the tx_packets statistic for > drivers with FLAG_MULTI_PACKET and there is no hook in the TX > completion path where they could do this. > > cdc_ncm and dependent drivers are bumping tx_packets stat on the > transmit path while asi