commit | c7c4b3b6e976b95facbb723951bdcd554a3530a4 | [log] [tgz] |
---|---|---|
author | Ben Hutchings <bhutchings@solarflare.com> | Thu Oct 29 21:36:53 2009 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 29 21:36:53 2009 -0700 |
tree | 9a53a7f850eec755b3c66d4a129d31ce4a8591da | |
parent | 5b252f0c2f98df21fadf0f6cf189b87a0b938228 [diff] |
gro: Change all receive functions to return GRO result codes This will allow drivers to adjust their receive path dynamically based on whether GRO is being applied successfully. Currently all in-tree callers ignore the return values of these functions and do not need to be changed. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Acked-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>