On 13/03/16 16:43, Ben Hutchings wrote:
> On Mon, 2016-02-15 at 14:59 +, Edward Cree wrote:
>> Signed-off-by: Edward Cree
> [...]
>> @@ -950,6 +1154,19 @@ static int rxclass_get_mask(char *str, unsigned char
>> *p,
>> *(__be32 *)&p[opt->moffset] = ~val;
>> brea
On Wed, 2016-03-16 at 14:53 +, Edward Cree wrote:
> On 13/03/16 16:43, Ben Hutchings wrote:
> >
> > On Mon, 2016-02-15 at 14:59 +, Edward Cree wrote:
> > >
> > > Signed-off-by: Edward Cree
> > [...]
> > >
> > > @@ -950,6 +1154,19 @@ static int rxclass_get_mask(char *str, unsigned
> > >
On Mon, 2016-02-15 at 14:59 +, Edward Cree wrote:
> Signed-off-by: Edward Cree
[...]
> @@ -950,6 +1154,19 @@ static int rxclass_get_mask(char *str, unsigned char *p,
> *(__be32 *)&p[opt->moffset] = ~val;
> break;
> }
> + case OPT_IP6: {
> +
Signed-off-by: Edward Cree
---
ethtool.c | 21 +
rxclass.c | 272 ++
2 files changed, 279 insertions(+), 14 deletions(-)
diff --git a/ethtool.c b/ethtool.c
index 92c40b8..f18ad73 100644
--- a/ethtool.c
+++ b/ethtool.c
@@ -32,6 +32,