commit | 3f3e7ce4ff87c8ea69acaa7700699fb26baa2914 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@resnulli.us> | Wed May 29 05:02:57 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri May 31 17:31:52 2013 -0700 |
tree | 090b634d4e01b42c3d4aa0f7e74229487d0cb3a2 | |
parent | 6d7581e62f8be462440d7b22c6361f7c9fa4902b [diff] |
team: fix port list dump for big number of ports In case the port list dump does not fit into one skb currently the dump would start over again. Fix this by continue from the last dumped port. Introduced by commit d90f889e9c (team: handle sending port list in the same way option list is sent) Signed-off-by: Jiri Pirko <jiri@resnulli.us> Signed-off-by: David S. Miller <davem@davemloft.net>