From: Petko Manolov <[email protected]>
This series of patches is fixing a bug related to multiple control URB
submissions (noted by Sarah Sharp), optimizes read and write_mii_word
routines and removes socket buffer pool used in the receive path.
Signed-off-by: Petko Manolov <[email protected]>
On Fri, 26 Apr 2013, Petko Manolov wrote:
> From: Petko Manolov <[email protected]>
>
> This series of patches is fixing a bug related to multiple control URB
> submissions (noted by Sarah Sharp), optimizes read and write_mii_word
> routines and removes socket buffer pool used in the receive path.
>
> Signed-off-by: Petko Manolov <[email protected]>
I realized that the diffs for this patch series have been made in my git
repository, not against your latest net-next tree. Please ignore the
first set of patches.
From: Petko Manolov <[email protected]>
Date: Fri, 26 Apr 2013 10:13:41 +0300 (EEST)
> From: Petko Manolov <[email protected]>
>
> This series of patches is fixing a bug related to multiple control URB
> submissions (noted by Sarah Sharp), optimizes read and write_mii_word
> routines and removes socket buffer pool used in the receive path.
>
> Signed-off-by: Petko Manolov <[email protected]>
Series applied, thanks.